diff options
author | Theo de Raadt <deraadt@cvs.openbsd.org> | 2002-03-26 17:22:44 +0000 |
---|---|---|
committer | Theo de Raadt <deraadt@cvs.openbsd.org> | 2002-03-26 17:22:44 +0000 |
commit | d05f2e8e95f197d368860336b4ac0bc557bb2351 (patch) | |
tree | f8035bc8def844163eb897f0caf71cbd0678676e /sys/arch/i386 | |
parent | 83f7fcc27901d8e831292aeb8b48ad152849e55f (diff) |
iop can to onto this
Diffstat (limited to 'sys/arch/i386')
-rw-r--r-- | sys/arch/i386/conf/RAMDISK_CD | 7 |
1 files changed, 6 insertions, 1 deletions
diff --git a/sys/arch/i386/conf/RAMDISK_CD b/sys/arch/i386/conf/RAMDISK_CD index f0f58d87a42..25a1b4915b5 100644 --- a/sys/arch/i386/conf/RAMDISK_CD +++ b/sys/arch/i386/conf/RAMDISK_CD @@ -1,4 +1,4 @@ -# $OpenBSD: RAMDISK_CD,v 1.54 2002/02/19 00:44:38 krw Exp $ +# $OpenBSD: RAMDISK_CD,v 1.55 2002/03/26 17:22:43 deraadt Exp $ machine i386 # architecture, used by config; REQUIRED @@ -206,6 +206,11 @@ wds0 at isa? disable port 0x350 irq 15 drq 6 # WD7000 and TMC-7000 controllers #wds1 at isa? port 0x358 irq 11 drq 5 scsibus* at wds? +# I2O +iop* at pci? dev ? function ? # I2O +ioprbs* at iop? tid ? # Random block storage +scsibus* at ioprbs? + sd* at scsibus? target ? lun ? # SCSI disk drives st* at scsibus? target ? lun ? # SCSI tape drives cd* at scsibus? target ? lun ? # SCSI CD-ROM drives |