diff options
author | Michael Knudsen <mk@cvs.openbsd.org> | 2010-03-03 20:57:29 +0000 |
---|---|---|
committer | Michael Knudsen <mk@cvs.openbsd.org> | 2010-03-03 20:57:29 +0000 |
commit | d32b681a8c0aeca0b50f2a8717dcf77f18f6dce1 (patch) | |
tree | f41b1b653ad617cf95d01fd4479ba37943f7d266 /sys/arch/loongson | |
parent | 1f5810e8654294f9cc49e0e1e138b9d3f94b870b (diff) |
Enable urndis(4) everywhere that has USB enabled to get it tested.
Much prodding from deraadt.
Diffstat (limited to 'sys/arch/loongson')
-rw-r--r-- | sys/arch/loongson/conf/GENERIC | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/sys/arch/loongson/conf/GENERIC b/sys/arch/loongson/conf/GENERIC index 575823e1780..9054d9bf57f 100644 --- a/sys/arch/loongson/conf/GENERIC +++ b/sys/arch/loongson/conf/GENERIC @@ -1,4 +1,4 @@ -# $OpenBSD: GENERIC,v 1.20 2010/03/03 13:33:27 jasper Exp $ +# $OpenBSD: GENERIC,v 1.21 2010/03/03 20:57:28 mk Exp $ # # For further information on compiling OpenBSD kernels, see the config(8) # man page. @@ -125,6 +125,7 @@ atu* at uhub? # Atmel AT76c50x based 802.11b aue* at uhub? # ADMtek AN986 Pegasus Ethernet axe* at uhub? # ASIX Electronics AX88172 USB Ethernet cdce* at uhub? # CDC Ethernet +urndis* at uhub? # Remote NDIS Ethernet cue* at uhub? # CATC USB-EL1201A based Ethernet kue* at uhub? # Kawasaki KL5KUSB101B based Ethernet mos* at uhub? # MOSCHIP MCS7730/7830 10/100 Ethernet |