summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorpeter <peter@FreeBSD.org>2002-07-21 23:29:00 +0000
committerpeter <peter@FreeBSD.org>2002-07-21 23:29:00 +0000
commit25447000296ae6e722eb370f4ac87e26c6c9f18c (patch)
treecfac728cd32b597b173848602e825ef230f77364
parent5e78bc766263fc31c95c9daf0fec6fde3cc3029c (diff)
downloadFreeBSD-src-25447000296ae6e722eb370f4ac87e26c6c9f18c.zip
FreeBSD-src-25447000296ae6e722eb370f4ac87e26c6c9f18c.tar.gz
Add units to card, wdc, wcd, wst and wfd
-rw-r--r--sys/pc98/conf/GENERIC10
1 files changed, 5 insertions, 5 deletions
diff --git a/sys/pc98/conf/GENERIC b/sys/pc98/conf/GENERIC
index 895000c..a583b92 100644
--- a/sys/pc98/conf/GENERIC
+++ b/sys/pc98/conf/GENERIC
@@ -80,12 +80,12 @@ options COMPAT_OLDISA # Old ISA driver shims
device fdc
# IDE controller and disks
-device wdc
+device wdc 1
# ATAPI devices on wdc
-device wcd #IDE CD-ROM
-#device wfd #IDE Floppy (e.g. LS-120)
-#device wst #IDE Tape (e.g. Travan)
+device wcd 1 #IDE CD-ROM
+#device wfd 1 #IDE Floppy (e.g. LS-120)
+#device wst 1 #IDE Tape (e.g. Travan)
# SCSI Controllers
device adv # Advansys SCSI adapters
@@ -137,7 +137,7 @@ device npx
#device sbc # Sound Blaster 16
# PCCARD (PCMCIA) support
-device card # pccard bus
+device card 1 # pccard bus
device pcic # PCMCIA bridge
# Serial (COM) ports
OpenPOWER on IntegriCloud