diff options
author | peter <peter@FreeBSD.org> | 2002-07-21 23:29:00 +0000 |
---|---|---|
committer | peter <peter@FreeBSD.org> | 2002-07-21 23:29:00 +0000 |
commit | 25447000296ae6e722eb370f4ac87e26c6c9f18c (patch) | |
tree | cfac728cd32b597b173848602e825ef230f77364 /sys/pc98 | |
parent | 5e78bc766263fc31c95c9daf0fec6fde3cc3029c (diff) | |
download | FreeBSD-src-25447000296ae6e722eb370f4ac87e26c6c9f18c.zip FreeBSD-src-25447000296ae6e722eb370f4ac87e26c6c9f18c.tar.gz |
Add units to card, wdc, wcd, wst and wfd
Diffstat (limited to 'sys/pc98')
-rw-r--r-- | sys/pc98/conf/GENERIC | 10 |
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 |