summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--sys/amd64/conf/GENERIC2
-rw-r--r--sys/conf/files4
-rw-r--r--sys/i386/conf/GENERIC2
3 files changed, 4 insertions, 4 deletions
diff --git a/sys/amd64/conf/GENERIC b/sys/amd64/conf/GENERIC
index f18e2ba..089d0af 100644
--- a/sys/amd64/conf/GENERIC
+++ b/sys/amd64/conf/GENERIC
@@ -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
diff --git a/sys/conf/files b/sys/conf/files
index 70da9192..2f29b03 100644
--- a/sys/conf/files
+++ b/sys/conf/files
@@ -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
diff --git a/sys/i386/conf/GENERIC b/sys/i386/conf/GENERIC
index f18e2ba..089d0af 100644
--- a/sys/i386/conf/GENERIC
+++ b/sys/i386/conf/GENERIC
@@ -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
OpenPOWER on IntegriCloud