diff options
author | Ted Unangst <tedu@cvs.openbsd.org> | 2014-12-11 19:44:18 +0000 |
---|---|---|
committer | Ted Unangst <tedu@cvs.openbsd.org> | 2014-12-11 19:44:18 +0000 |
commit | a0caf7a1b53e9d2096c6a7bf743b6992a0a9a295 (patch) | |
tree | 36589a2dbca2b478aa6b4edbc77a0ad757ca3c9d /sys/arch/armish | |
parent | a910e52291d2cfda61f90e627a5bad213f867725 (diff) |
dragonflybsd has added a urio driver. conservation of urios requires
that we delete ours, which isn't actually useful.
ok mpi sthen
Diffstat (limited to 'sys/arch/armish')
-rw-r--r-- | sys/arch/armish/conf/GENERIC | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/sys/arch/armish/conf/GENERIC b/sys/arch/armish/conf/GENERIC index 4277f0f743c..69d563ad13b 100644 --- a/sys/arch/armish/conf/GENERIC +++ b/sys/arch/armish/conf/GENERIC @@ -1,4 +1,4 @@ -# $OpenBSD: GENERIC,v 1.56 2014/11/24 02:03:37 brad Exp $ +# $OpenBSD: GENERIC,v 1.57 2014/12/11 19:44:17 tedu Exp $ # # For further information on compiling OpenBSD kernels, see the config(8) # man page. @@ -145,7 +145,6 @@ ugl* at uhub? # Genesys Logic GL620USB-A 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 udsbr* at uhub? # D-Link DSB-R100 radio radio* at udsbr? # USB radio ugen* at uhub? # USB Generic driver |