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/alpha/conf | |
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/alpha/conf')
-rw-r--r-- | sys/arch/alpha/conf/GENERIC | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/sys/arch/alpha/conf/GENERIC b/sys/arch/alpha/conf/GENERIC index e7ce59b8c23..9bd24c252f1 100644 --- a/sys/arch/alpha/conf/GENERIC +++ b/sys/arch/alpha/conf/GENERIC @@ -1,4 +1,4 @@ -# $OpenBSD: GENERIC,v 1.152 2005/06/20 23:09:28 martin Exp $ +# $OpenBSD: GENERIC,v 1.153 2005/08/03 02:10:43 dlg Exp $ # # For further information on compiling OpenBSD kernels, see the config(8) # man page. @@ -307,6 +307,8 @@ sd* at scsibus? ss* at scsibus? st* at scsibus? ch* at scsibus? +safte* at scsibus? +ses* at scsibus? uk* at scsibus? # IDE controllers |