From 4b5239229cf2293e8a188d805a5ad74ffc72f926 Mon Sep 17 00:00:00 2001 From: Warner Losh Date: Tue, 13 Jul 2004 16:11:34 +0000 Subject: [PATCH] oldcard's card device no longer requires a count --- sys/i386/conf/OLDCARD | 2 +- 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 f27e7f49c75..af17bb65e16 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 997a2fd7514..684caa7931a 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