pccbb->cbb

This commit is contained in:
Warner Losh 2002-08-15 08:05:40 +00:00
parent f5a9ae40ce
commit 6319263d7b
3 changed files with 4 additions and 4 deletions

View file

@ -153,7 +153,7 @@ device pmtimer
# PCCARD (PCMCIA) support
# Pcmcia and cardbus bridge support
device pccbb # cardbus (yenta) bridge
device cbb # cardbus (yenta) bridge
#device pcic # ExCA ISA and PCI bridges
device pccard # PC Card (16-bit) bus
device cardbus # CardBus (32-bit) bus

View file

@ -364,7 +364,7 @@ dev/ex/if_ex.c optional ex
dev/ex/if_ex_isa.c optional ex isa
dev/ex/if_ex_pccard.c optional ex card
#dev/ex/if_ex_pccard.c optional ex pccard
dev/exca/exca.c optional pccbb
dev/exca/exca.c optional cbb
dev/fe/if_fe.c optional fe
dev/fe/if_fe_pccard.c optional fe card
dev/fe/if_fe_pccard.c optional fe pccard
@ -486,7 +486,7 @@ dev/pccard/pccard.c optional pccard
dev/pccard/pccard_cis.c optional pccard
dev/pccard/pccard_cis_quirks.c optional pccard
dev/pccard/power_if.m standard
dev/pccbb/pccbb.c optional pccbb
dev/pccbb/pccbb.c optional cbb
dev/pci/eisa_pci.c optional pci
dev/pci/fixup_pci.c optional pci
dev/pci/ignore_pci.c optional pci

View file

@ -153,7 +153,7 @@ device pmtimer
# PCCARD (PCMCIA) support
# Pcmcia and cardbus bridge support
device pccbb # cardbus (yenta) bridge
device cbb # cardbus (yenta) bridge
#device pcic # ExCA ISA and PCI bridges
device pccard # PC Card (16-bit) bus
device cardbus # CardBus (32-bit) bus