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/hppa/conf/GENERIC | |
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/hppa/conf/GENERIC')
-rw-r--r-- | sys/arch/hppa/conf/GENERIC | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/sys/arch/hppa/conf/GENERIC b/sys/arch/hppa/conf/GENERIC index e44c5da7b31..596eddf7484 100644 --- a/sys/arch/hppa/conf/GENERIC +++ b/sys/arch/hppa/conf/GENERIC @@ -1,4 +1,4 @@ -# $OpenBSD: GENERIC,v 1.76 2005/06/21 17:43:34 martin Exp $ +# $OpenBSD: GENERIC,v 1.77 2005/08/03 02:10:44 dlg Exp $ # # For further information on compiling OpenBSD kernels, see the config(8) # man page. @@ -299,6 +299,8 @@ st* at scsibus? cd* at scsibus? ch* at scsibus? ss* at scsibus? +safte* at scsibus? +ses* at scsibus? uk* at scsibus? pseudo-device wsmux 2 # mouse and keyboard multiplexor |