summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichael Knudsen <mk@cvs.openbsd.org>2010-03-03 20:57:29 +0000
committerMichael Knudsen <mk@cvs.openbsd.org>2010-03-03 20:57:29 +0000
commitd32b681a8c0aeca0b50f2a8717dcf77f18f6dce1 (patch)
treef41b1b653ad617cf95d01fd4479ba37943f7d266
parent1f5810e8654294f9cc49e0e1e138b9d3f94b870b (diff)
Enable urndis(4) everywhere that has USB enabled to get it tested.
Much prodding from deraadt.
-rw-r--r--sys/arch/alpha/conf/GENERIC3
-rw-r--r--sys/arch/amd64/conf/GENERIC3
-rw-r--r--sys/arch/armish/conf/GENERIC3
-rw-r--r--sys/arch/gumstix/conf/GENERIC3
-rw-r--r--sys/arch/hppa/conf/GENERIC3
-rw-r--r--sys/arch/hppa64/conf/GENERIC3
-rw-r--r--sys/arch/i386/conf/GENERIC3
-rw-r--r--sys/arch/landisk/conf/GENERIC3
-rw-r--r--sys/arch/loongson/conf/GENERIC3
-rw-r--r--sys/arch/macppc/conf/GENERIC3
-rw-r--r--sys/arch/palm/conf/GENERIC3
-rw-r--r--sys/arch/sparc64/conf/GENERIC3
-rw-r--r--sys/arch/zaurus/conf/GENERIC3
13 files changed, 26 insertions, 13 deletions
diff --git a/sys/arch/alpha/conf/GENERIC b/sys/arch/alpha/conf/GENERIC
index 1036f4a92b2..741bf407f29 100644
--- a/sys/arch/alpha/conf/GENERIC
+++ b/sys/arch/alpha/conf/GENERIC
@@ -1,4 +1,4 @@
-# $OpenBSD: GENERIC,v 1.210 2009/12/23 18:03:07 jasper Exp $
+# $OpenBSD: GENERIC,v 1.211 2010/03/03 20:57:28 mk Exp $
#
# For further information on compiling OpenBSD kernels, see the config(8)
# man page.
@@ -109,6 +109,7 @@ axe* at uhub? # ASIX Electronics AX88172 USB Ethernet
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
diff --git a/sys/arch/amd64/conf/GENERIC b/sys/arch/amd64/conf/GENERIC
index 3cea35ee057..b6e5132167f 100644
--- a/sys/arch/amd64/conf/GENERIC
+++ b/sys/arch/amd64/conf/GENERIC
@@ -1,4 +1,4 @@
-# $OpenBSD: GENERIC,v 1.286 2010/02/28 19:39:54 jsg Exp $
+# $OpenBSD: GENERIC,v 1.287 2010/03/03 20:57:28 mk Exp $
#
# For further information on compiling OpenBSD kernels, see the config(8)
# man page.
@@ -215,6 +215,7 @@ axe* at uhub? # ASIX Electronics AX88172 USB Ethernet
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
upl* at uhub? # Prolific PL2301/PL2302 host-to-host `network'
udav* at uhub? # Davicom DM9601 based Ethernet
mos* at uhub? # MOSCHIP MCS7730/7830 10/100 Ethernet
diff --git a/sys/arch/armish/conf/GENERIC b/sys/arch/armish/conf/GENERIC
index e9a71769496..80c8b24cc50 100644
--- a/sys/arch/armish/conf/GENERIC
+++ b/sys/arch/armish/conf/GENERIC
@@ -1,4 +1,4 @@
-# $OpenBSD: GENERIC,v 1.29 2009/12/21 22:17:37 matthieu Exp $
+# $OpenBSD: GENERIC,v 1.30 2010/03/03 20:57:28 mk Exp $
#
# For further information on compiling OpenBSD kernels, see the config(8)
# man page.
@@ -140,6 +140,7 @@ axe* at uhub? # ASIX Electronics AX88172 USB Ethernet
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
upl* at uhub? # Prolific PL2301/PL2302 host-to-host `network'
udav* at uhub? # Davicom DM9601 based Ethernet
url* at uhub? # Realtek RTL8150L based adapters
diff --git a/sys/arch/gumstix/conf/GENERIC b/sys/arch/gumstix/conf/GENERIC
index 0c49ed353e2..94d1e1785de 100644
--- a/sys/arch/gumstix/conf/GENERIC
+++ b/sys/arch/gumstix/conf/GENERIC
@@ -1,4 +1,4 @@
-# $OpenBSD: GENERIC,v 1.4 2009/02/10 18:35:44 damien Exp $
+# $OpenBSD: GENERIC,v 1.5 2010/03/03 20:57:28 mk Exp $
#
# For further information on compiling OpenBSD kernels, see the config(8)
# man page.
@@ -118,6 +118,7 @@ axe* at uhub? # ASIX Electronics AX88172 USB Ethernet
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
upl* at uhub? # Prolific PL2301/PL2302 host-to-host
udav* at uhub? # Davicom DM9601 based Ethernet
ural* at uhub? # Ralink RT2500USB
diff --git a/sys/arch/hppa/conf/GENERIC b/sys/arch/hppa/conf/GENERIC
index 64c8f84fb1e..6f5474d0deb 100644
--- a/sys/arch/hppa/conf/GENERIC
+++ b/sys/arch/hppa/conf/GENERIC
@@ -1,4 +1,4 @@
-# $OpenBSD: GENERIC,v 1.132 2009/12/29 14:10:29 jsing Exp $
+# $OpenBSD: GENERIC,v 1.133 2010/03/03 20:57:28 mk Exp $
#
# For further information on compiling OpenBSD kernels, see the config(8)
# man page.
@@ -152,6 +152,7 @@ axe* at uhub? # ASIX Electronics AX88172 USB Ethernet
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'
wi* at uhub? # WaveLAN IEEE 802.11DS
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
diff --git a/sys/arch/i386/conf/GENERIC b/sys/arch/i386/conf/GENERIC
index c1938810bb6..b027e0c11ea 100644
--- a/sys/arch/i386/conf/GENERIC
+++ b/sys/arch/i386/conf/GENERIC
@@ -1,4 +1,4 @@
-# $OpenBSD: GENERIC,v 1.679 2010/02/28 19:39:54 jsg Exp $
+# $OpenBSD: GENERIC,v 1.680 2010/03/03 20:57:28 mk Exp $
#
# For further information on compiling OpenBSD kernels, see the config(8)
# man page.
@@ -274,6 +274,7 @@ axe* at uhub? # ASIX Electronics AX88172 USB Ethernet
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
upl* at uhub? # Prolific PL2301/PL2302 host-to-host `network'
udav* at uhub? # Davicom DM9601 based Ethernet
mos* at uhub? # MOSCHIP MCS7730/7830 10/100 Ethernet
diff --git a/sys/arch/landisk/conf/GENERIC b/sys/arch/landisk/conf/GENERIC
index a202b0541cb..f1f29ebe302 100644
--- a/sys/arch/landisk/conf/GENERIC
+++ b/sys/arch/landisk/conf/GENERIC
@@ -1,4 +1,4 @@
-# $OpenBSD: GENERIC,v 1.24 2010/01/25 20:35:34 matthieu Exp $
+# $OpenBSD: GENERIC,v 1.25 2010/03/03 20:57:28 mk Exp $
#
# For further information on compiling OpenBSD kernels, see the config(8)
# man page.
@@ -136,6 +136,7 @@ axe* at uhub? # ASIX Electronics AX88172 USB Ethernet
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
upl* at uhub? # Prolific PL2301/PL2302 host-to-host `network'
udav* at uhub? # Davicom DM9601 based Ethernet
url* at uhub? # Realtek RTL8150L based adapters
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
diff --git a/sys/arch/macppc/conf/GENERIC b/sys/arch/macppc/conf/GENERIC
index e1f6f2f2f71..2d84daf47ab 100644
--- a/sys/arch/macppc/conf/GENERIC
+++ b/sys/arch/macppc/conf/GENERIC
@@ -1,4 +1,4 @@
-# $OpenBSD: GENERIC,v 1.194 2009/12/21 22:17:37 matthieu Exp $g
+# $OpenBSD: GENERIC,v 1.195 2010/03/03 20:57:28 mk Exp $g
#
# For further information on compiling OpenBSD kernels, see the config(8)
# man page.
@@ -269,6 +269,7 @@ axe* at uhub? # ASIX Electronics AX88172 USB Ethernet
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 devices
upl* at uhub? # Prolific PL2301/PL2302 host-to-host `network'
udav* at uhub? # Davicom DM9601 based Ethernet
mos* at uhub? # MOSCHIP MCS7730/7830 10/100 Ethernet
diff --git a/sys/arch/palm/conf/GENERIC b/sys/arch/palm/conf/GENERIC
index 3b2e8dc684d..4cde8cd5392 100644
--- a/sys/arch/palm/conf/GENERIC
+++ b/sys/arch/palm/conf/GENERIC
@@ -1,4 +1,4 @@
-# $OpenBSD: GENERIC,v 1.3 2009/10/25 04:16:33 marex Exp $
+# $OpenBSD: GENERIC,v 1.4 2010/03/03 20:57:28 mk Exp $
#
# For further information on compiling OpenBSD kernels, see the config(8)
# man page.
@@ -105,6 +105,7 @@ axe* at uhub? # ASIX Electronics AX88172 USB Ethernet
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 devices
upl* at uhub? # Prolific PL2301/PL2302 host-to-host
udav* at uhub? # Davicom DM9601 based Ethernet
ural* at uhub? # Ralink RT2500USB
diff --git a/sys/arch/sparc64/conf/GENERIC b/sys/arch/sparc64/conf/GENERIC
index b735480cf97..e941a99722a 100644
--- a/sys/arch/sparc64/conf/GENERIC
+++ b/sys/arch/sparc64/conf/GENERIC
@@ -1,4 +1,4 @@
-# $OpenBSD: GENERIC,v 1.250 2009/12/31 11:58:41 kettenis Exp $
+# $OpenBSD: GENERIC,v 1.251 2010/03/03 20:57:28 mk Exp $
#
# For further information on compiling OpenBSD kernels, see the config(8)
# man page.
@@ -225,6 +225,7 @@ axe* at uhub? # ASIX Electronics AX88172 USB Ethernet
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 devices
udav* at uhub? # Davicom DM9601 based Ethernet
mos* at uhub? # MOSCHIP MCS7730/7830 10/100 Ethernet
upl* at uhub? # Prolific PL2301/PL2302 host-to-host `network'
diff --git a/sys/arch/zaurus/conf/GENERIC b/sys/arch/zaurus/conf/GENERIC
index 21b17ab0d5e..763c0896328 100644
--- a/sys/arch/zaurus/conf/GENERIC
+++ b/sys/arch/zaurus/conf/GENERIC
@@ -1,4 +1,4 @@
-# $OpenBSD: GENERIC,v 1.74 2009/06/01 15:53:46 jsg Exp $
+# $OpenBSD: GENERIC,v 1.75 2010/03/03 20:57:28 mk Exp $
#
# For further information on compiling OpenBSD kernels, see the config(8)
# man page.
@@ -118,6 +118,7 @@ axe* at uhub? # ASIX Electronics AX88172 USB Ethernet
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 devices
upl* at uhub? # Prolific PL2301/PL2302 host-to-host
udav* at uhub? # Davicom DM9601 based Ethernet
ural* at uhub? # Ralink RT2500USB