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/hppa64/conf | |
parent | 1f5810e8654294f9cc49e0e1e138b9d3f94b870b (diff) |
Enable urndis(4) everywhere that has USB enabled to get it tested.
Much prodding from deraadt.
Diffstat (limited to 'sys/arch/hppa64/conf')
-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 0d43b9c2c34..07f2654679e 100644 --- a/sys/arch/hppa64/conf/GENERIC +++ b/sys/arch/hppa64/conf/GENERIC @@ -1,4 +1,4 @@ -# $OpenBSD: GENERIC,v 1.16 2009/08/09 20:29:09 miod Exp $ +# $OpenBSD: GENERIC,v 1.17 2010/03/03 20:57:28 mk Exp $ # # For further information on compiling OpenBSD kernels, see the config(8) # man page. @@ -104,6 +104,7 @@ pci* at ppb? #cue* at uhub? # CATC USB-EL1201A based Ethernet #kue* at uhub? # Kawasaki KL5KUSB101B based Ethernet #cdce* at uhub? # CDC Ethernet +#urndis* at uhub? # Remote NDIS Ethernet #udav* at uhub? # Davicom DM9601 based Ethernet #upl* at uhub? # Prolific PL2301/PL2302 host-to-host `network' #url* at uhub? # Realtek RTL8150L based adapters |