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/macppc/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/macppc/conf/GENERIC')
-rw-r--r-- | sys/arch/macppc/conf/GENERIC | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/sys/arch/macppc/conf/GENERIC b/sys/arch/macppc/conf/GENERIC index e63c68e9124..5371034f6de 100644 --- a/sys/arch/macppc/conf/GENERIC +++ b/sys/arch/macppc/conf/GENERIC @@ -1,4 +1,4 @@ -# $OpenBSD: GENERIC,v 1.85 2005/05/26 05:54:23 jsg Exp $g +# $OpenBSD: GENERIC,v 1.86 2005/05/26 23:18:27 drahn Exp $g # # For further information on compiling OpenBSD kernels, see the config(8) # man page. @@ -207,6 +207,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 |