diff options
author | David Gwynne <dlg@cvs.openbsd.org> | 2005-08-03 02:10:45 +0000 |
---|---|---|
committer | David Gwynne <dlg@cvs.openbsd.org> | 2005-08-03 02:10:45 +0000 |
commit | cb89963e0d4de20f7d8fa5c88368348d66b7ed8b (patch) | |
tree | 2d1495bf8bd9ad94ec8a1bcc53cbd315d8551d63 /sys/arch/i386 | |
parent | 52139109f7137b710ec1f766da3aecf9c968df26 (diff) |
enable safte and ses on all archs that appear to have real scsi busses
ok deraadt@ beck@ marco@
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 bda93ddc3a1..5475e110ad4 100644 --- a/sys/arch/i386/conf/GENERIC +++ b/sys/arch/i386/conf/GENERIC @@ -1,4 +1,4 @@ -# $OpenBSD: GENERIC,v 1.422 2005/07/28 20:12:13 grange Exp $ +# $OpenBSD: GENERIC,v 1.423 2005/08/03 02:10:44 dlg Exp $ # # For further information on compiling OpenBSD kernels, see the config(8) # man page. @@ -334,6 +334,8 @@ st* at scsibus? # SCSI tape drives cd* at scsibus? # SCSI CD-ROM drives ch* at scsibus? # SCSI autochangers ss* at scsibus? # SCSI scanners +safte* at scsibus? # SCSI accessed fault-tolerant enclosures +ses* at scsibus? # SCSI enclosure services uk* at scsibus? # unknown SCSI fdc0 at isa? port 0x3f0 irq 6 drq 2 # standard PC floppy controllers |