diff options
author | imp <imp@FreeBSD.org> | 2002-08-15 08:05:40 +0000 |
---|---|---|
committer | imp <imp@FreeBSD.org> | 2002-08-15 08:05:40 +0000 |
commit | 89dd0bee0e41197cda5adc108862834021511a3c (patch) | |
tree | 7d9c71334e3bf4af818670a1cc137d83e63d1c82 /sys | |
parent | 686e2aaddaefdfb9c23b7213feac661679aa7deb (diff) | |
download | FreeBSD-src-89dd0bee0e41197cda5adc108862834021511a3c.zip FreeBSD-src-89dd0bee0e41197cda5adc108862834021511a3c.tar.gz |
pccbb->cbb
Diffstat (limited to 'sys')
-rw-r--r-- | sys/amd64/conf/GENERIC | 2 | ||||
-rw-r--r-- | sys/conf/files | 4 | ||||
-rw-r--r-- | sys/i386/conf/GENERIC | 2 |
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 |