diff options
author | Michael Shalayeff <mickey@cvs.openbsd.org> | 1996-05-15 08:56:19 +0000 |
---|---|---|
committer | Michael Shalayeff <mickey@cvs.openbsd.org> | 1996-05-15 08:56:19 +0000 |
commit | d8e5182669ec289a96d2e134042bb68b693161da (patch) | |
tree | e00df291e58bcddcceba5e926e954fde3d021551 /sys/arch/i386 | |
parent | 150be116802d369e044ff6c15f124c32637af2e7 (diff) |
add all the possible SCSI device types to the GENERIC configs.
Diffstat (limited to 'sys/arch/i386')
-rw-r--r-- | sys/arch/i386/conf/GENERIC | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/sys/arch/i386/conf/GENERIC b/sys/arch/i386/conf/GENERIC index b3595e33e2b..846ba592806 100644 --- a/sys/arch/i386/conf/GENERIC +++ b/sys/arch/i386/conf/GENERIC @@ -1,4 +1,4 @@ -# $OpenBSD: GENERIC,v 1.14 1996/05/14 18:38:13 mickey Exp $ +# $OpenBSD: GENERIC,v 1.15 1996/05/15 08:56:15 mickey Exp $ # $NetBSD: GENERIC,v 1.45 1996/05/07 00:59:53 thorpej Exp $ # # GENERIC -- everything that's currently supported @@ -162,6 +162,8 @@ 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 ch* at scsibus? target ? lun ? # SCSI autochangers +ss* at scsibus? target ? lun ? # SCSI scanners +uk* at scsibus? target ? lun ? # unknown SCSI fdc0 at isa? port 0x3f0 irq 6 drq 2 # standard PC floppy controllers #fdc1 at isa? port 0x370 irq ? drq ? |