diff options
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 895000cd64c9..a583b927a182 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 |
