diff options
-rw-r--r-- | sys/i386/conf/OLDCARD | 2 | ||||
-rw-r--r-- | sys/pc98/conf/GENERIC | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/sys/i386/conf/OLDCARD b/sys/i386/conf/OLDCARD index f27e7f4..af17bb6 100644 --- a/sys/i386/conf/OLDCARD +++ b/sys/i386/conf/OLDCARD @@ -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 diff --git a/sys/pc98/conf/GENERIC b/sys/pc98/conf/GENERIC index 997a2fd..684caa7 100644 --- a/sys/pc98/conf/GENERIC +++ b/sys/pc98/conf/GENERIC @@ -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 |