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/hppa64 | |
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/hppa64')
-rw-r--r-- | sys/arch/hppa64/conf/GENERIC | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/sys/arch/hppa64/conf/GENERIC b/sys/arch/hppa64/conf/GENERIC index b212fa2d99a..602bdae9113 100644 --- a/sys/arch/hppa64/conf/GENERIC +++ b/sys/arch/hppa64/conf/GENERIC @@ -1,4 +1,4 @@ -# $OpenBSD: GENERIC,v 1.5 2005/05/10 12:03:32 mickey Exp $ +# $OpenBSD: GENERIC,v 1.6 2005/05/26 23:18:27 drahn Exp $ # # For further information on compiling OpenBSD kernels, see the config(8) # man page. @@ -85,6 +85,7 @@ pci* at ppb? #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 |