mirror of
https://github.com/opnsense/src.git
synced 2026-06-08 16:22:46 -04:00
oldcard's card device no longer requires a count
This commit is contained in:
parent
546d42ad9d
commit
4b5239229c
2 changed files with 2 additions and 2 deletions
|
|
@ -13,5 +13,5 @@ nodevice cbb # cardbus (yenta) bridge
|
|||
#nodevice pcic # ExCA ISA and PCI bridges
|
||||
nodevice pccard # PC Card (16-bit) bus
|
||||
nodevice cardbus # CardBus (32-bit) bus
|
||||
device card 1 # pccard bus
|
||||
device card # pccard bus
|
||||
device pcic # PCMCIA bridge
|
||||
|
|
|
|||
|
|
@ -147,7 +147,7 @@ device npx
|
|||
#device sbc # Sound Blaster 16
|
||||
|
||||
# PCMCIA support
|
||||
device card 1 # pccard bus
|
||||
device card # pccard bus
|
||||
device pcic # PCMCIA bridge
|
||||
|
||||
# Serial (COM) ports
|
||||
|
|
|
|||
Loading…
Reference in a new issue