diff options
author | Dale Rahn <drahn@cvs.openbsd.org> | 2005-05-26 23:18:28 +0000 |
---|---|---|
committer | Dale Rahn <drahn@cvs.openbsd.org> | 2005-05-26 23:18:28 +0000 |
commit | 11d2e9ea67bdba300e00c34d63fdb81f22c170f3 (patch) | |
tree | 2adacbdffc2a9a91322a0660c121c69129c7db98 /sys/arch/cats/conf/GENERIC | |
parent | 3d99ee377295c40d941ae188e10a51ed111d65e1 (diff) |
Add atapiscsi in parallel with scsibus@usb, this only changes system
that dont have atapiscsi@wdc, fixes zaurus, ok krw@ todd@
Diffstat (limited to 'sys/arch/cats/conf/GENERIC')
-rw-r--r-- | sys/arch/cats/conf/GENERIC | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/sys/arch/cats/conf/GENERIC b/sys/arch/cats/conf/GENERIC index 5ed34e9171d..44d2051d3f2 100644 --- a/sys/arch/cats/conf/GENERIC +++ b/sys/arch/cats/conf/GENERIC @@ -1,4 +1,4 @@ -# $OpenBSD: GENERIC,v 1.24 2005/05/13 03:41:18 deraadt Exp $ +# $OpenBSD: GENERIC,v 1.25 2005/05/26 23:18:27 drahn Exp $ # # For further information on compiling OpenBSD kernels, see the config(8) # man page. @@ -182,6 +182,7 @@ midi* at umidi? ulpt* at uhub? # USB Printers umass* at uhub? # USB Mass Storage devices scsibus* at umass? +atapiscsi* at umass? uhidev* at uhub? # Human Interface Devices ums* at uhidev? # USB mouse wsmouse* at ums? mux 0 |