mirror of
https://github.com/opnsense/src.git
synced 2026-05-28 04:12:45 -04:00
pccbb->cbb
This commit is contained in:
parent
f5a9ae40ce
commit
6319263d7b
3 changed files with 4 additions and 4 deletions
|
|
@ -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
|
||||
|
|
|
|||
|
|
@ -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
|
||||
|
|
|
|||
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Reference in a new issue