diff options
author | Matthew Dempsky <matthew@cvs.openbsd.org> | 2010-07-03 01:48:19 +0000 |
---|---|---|
committer | Matthew Dempsky <matthew@cvs.openbsd.org> | 2010-07-03 01:48:19 +0000 |
commit | 63999c56f37323d1a33864aed0c85b8c1258b4ff (patch) | |
tree | c848710996833f383b327dcc9ce07227fa9bf7db /sys/arch/landisk | |
parent | 475e5e3ee04d2dc8337e25d53823f6d7e4779e3d (diff) |
Omit some silly USB devices from RAMDISK kernels.
suggestion of more devices and ok tedu@; ok krw@
Diffstat (limited to 'sys/arch/landisk')
-rw-r--r-- | sys/arch/landisk/conf/RAMDISK | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/sys/arch/landisk/conf/RAMDISK b/sys/arch/landisk/conf/RAMDISK index 1d32b1b7de7..712ef07ee60 100644 --- a/sys/arch/landisk/conf/RAMDISK +++ b/sys/arch/landisk/conf/RAMDISK @@ -1,4 +1,4 @@ -# $OpenBSD: RAMDISK,v 1.12 2009/05/17 04:58:07 deraadt Exp $ +# $OpenBSD: RAMDISK,v 1.13 2010/07/03 01:48:18 matthew Exp $ # # For further information on compiling OpenBSD kernels, see the config(8) # man page. @@ -104,7 +104,7 @@ upl* at uhub? # Prolific PL2301/PL2302 host-to-host `network' udav* at uhub? # Davicom DM9601 based Ethernet url* at uhub? # Realtek RTL8150L based adapters wi* at uhub? # WaveLAN IEEE 802.11DS -urio* at uhub? # Diamond Multimedia Rio 500 +#urio* at uhub? # Diamond Multimedia Rio 500 #uyap* at uhub? # Y@P firmware loader ugen* at uhub? # USB Generic driver #uath* at uhub? # Atheros AR5005UG/AR5005UX @@ -113,7 +113,7 @@ rum* at uhub? # Ralink RT2501USB/RT2601USB zyd* at uhub? # Zydas ZD1211 #option NATM #ueagle* at uhub? # Analog Devices Eagle ADSL -udcf* at uhub? # Gude Expert mouseCLOCK +#udcf* at uhub? # Gude Expert mouseCLOCK #uow* at uhub? # Maxim/Dallas DS2490 1-Wire adapter #onewire* at uow? |