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/mac68k | |
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/mac68k')
-rw-r--r-- | sys/arch/mac68k/conf/GENERIC | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/sys/arch/mac68k/conf/GENERIC b/sys/arch/mac68k/conf/GENERIC index 753cd2523e4..a53c3695511 100644 --- a/sys/arch/mac68k/conf/GENERIC +++ b/sys/arch/mac68k/conf/GENERIC @@ -1,4 +1,4 @@ -# $OpenBSD: GENERIC,v 1.40 2005/05/01 07:54:42 david Exp $ +# $OpenBSD: GENERIC,v 1.41 2005/08/03 02:10:44 dlg Exp $ # # For further information on compiling OpenBSD kernels, see the config(8) # man page. @@ -67,4 +67,6 @@ 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? # SCSI unknown |