summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authordamien <damien@openbsd.org>2010-11-15 19:07:34 +0000
committerdamien <damien@openbsd.org>2010-11-15 19:07:34 +0000
commit2648235d86d45b4a57c1d192e05b723af354c22e (patch)
tree6db2eb70a8f42e3276fbeffd9c75a500df3c5f73
parentprint board type in human readable form in dmesg. (diff)
downloadwireguard-openbsd-2648235d86d45b4a57c1d192e05b723af354c22e.tar.xz
wireguard-openbsd-2648235d86d45b4a57c1d192e05b723af354c22e.zip
add urtwn(4) to more USB 2.0 capable architectures, since it works
on sparc64 and macppc. prodded by jsg@
-rw-r--r--sys/arch/armish/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/socppc/conf/GENERIC3
5 files changed, 10 insertions, 5 deletions
diff --git a/sys/arch/armish/conf/GENERIC b/sys/arch/armish/conf/GENERIC
index 3c8157f635c..1952dec7d06 100644
--- a/sys/arch/armish/conf/GENERIC
+++ b/sys/arch/armish/conf/GENERIC
@@ -1,4 +1,4 @@
-# $OpenBSD: GENERIC,v 1.34 2010/09/23 16:21:46 yuo Exp $
+# $OpenBSD: GENERIC,v 1.35 2010/11/15 19:07:34 damien Exp $
#
# For further information on compiling OpenBSD kernels, see the config(8)
# man page.
@@ -152,6 +152,7 @@ ugen* at uhub? # USB Generic driver
ural* at uhub? # Ralink RT2500USB
rum* at uhub? # Ralink RT2501USB/RT2601USB
run* at uhub? # Ralink RT2700U/RT2800U/RT3000U
+urtwn* at uhub? # Realtek RTL8188CU/RTL8192CU
#udcf* at uhub? # Gude Expert mouseCLOCK
uthum* at uhidev? # TEMPerHUM sensor
utwitch* at uhidev? # YUREX BBU sensor
diff --git a/sys/arch/landisk/conf/GENERIC b/sys/arch/landisk/conf/GENERIC
index f1f09a65262..dbd618bae6b 100644
--- a/sys/arch/landisk/conf/GENERIC
+++ b/sys/arch/landisk/conf/GENERIC
@@ -1,4 +1,4 @@
-# $OpenBSD: GENERIC,v 1.27 2010/09/23 16:21:46 yuo Exp $
+# $OpenBSD: GENERIC,v 1.28 2010/11/15 19:07:34 damien Exp $
#
# For further information on compiling OpenBSD kernels, see the config(8)
# man page.
@@ -151,6 +151,7 @@ uath* at uhub? # Atheros AR5005UG/AR5005UX
ural* at uhub? # Ralink RT2500USB
rum* at uhub? # Ralink RT2501USB/RT2601USB
run* at uhub? # Ralink RT2700U/RT2800U/RT3000U
+urtwn* at uhub? # Realtek RTL8188CU/RTL8192CU
zyd* at uhub? # Zydas ZD1211
#option NATM
#ueagle* at uhub? # Analog Devices Eagle ADSL
diff --git a/sys/arch/loongson/conf/GENERIC b/sys/arch/loongson/conf/GENERIC
index 12de741abd6..364a4ae4430 100644
--- a/sys/arch/loongson/conf/GENERIC
+++ b/sys/arch/loongson/conf/GENERIC
@@ -1,4 +1,4 @@
-# $OpenBSD: GENERIC,v 1.26 2010/09/26 20:39:08 miod Exp $
+# $OpenBSD: GENERIC,v 1.27 2010/11/15 19:07:34 damien Exp $
#
# For further information on compiling OpenBSD kernels, see the config(8)
# man page.
@@ -149,6 +149,7 @@ upl* at uhub? # Prolific PL2301/PL2302 host-to-host `network'
ural* at uhub? # Ralink RT2500USB
url* at uhub? # Realtek RTL8150L based adapters
urtw* at uhub? # RealTek 8187
+urtwn* at uhub? # Realtek RTL8188CU/RTL8192CU
wi* at uhub? # WaveLAN IEEE 802.11DS
zyd* at uhub? # Zydas ZD1211
uberry* at uhub? # Research In Motion Blackberry
diff --git a/sys/arch/macppc/conf/GENERIC b/sys/arch/macppc/conf/GENERIC
index 16b7e38b046..62e696b347b 100644
--- a/sys/arch/macppc/conf/GENERIC
+++ b/sys/arch/macppc/conf/GENERIC
@@ -1,4 +1,4 @@
-# $OpenBSD: GENERIC,v 1.201 2010/11/05 16:09:30 drahn Exp $g
+# $OpenBSD: GENERIC,v 1.202 2010/11/15 19:07:34 damien Exp $g
#
# For further information on compiling OpenBSD kernels, see the config(8)
# man page.
@@ -293,6 +293,7 @@ uath* at uhub? # Atheros AR5005UG/AR5005UX
ural* at uhub? # Ralink RT2500USB
rum* at uhub? # Ralink RT2501USB/RT2601USB
run* at uhub? # Ralink RT2700U/RT2800U/RT3000U
+urtwn* at uhub? # Realtek RTL8188CU/RTL8192CU
otus* at uhub? # Atheros AR9001U
zyd* at uhub? # Zydas ZD1211
upgt* at uhub? # Conexant/Intersil PrismGT SoftMAC USB
diff --git a/sys/arch/socppc/conf/GENERIC b/sys/arch/socppc/conf/GENERIC
index b9e29e37ae6..a680b6ef970 100644
--- a/sys/arch/socppc/conf/GENERIC
+++ b/sys/arch/socppc/conf/GENERIC
@@ -1,4 +1,4 @@
-# $OpenBSD: GENERIC,v 1.15 2010/09/23 16:21:47 yuo Exp $
+# $OpenBSD: GENERIC,v 1.16 2010/11/15 19:07:34 damien Exp $
#
# For further information on compiling OpenBSD kernels, see the config(8)
# man page.
@@ -75,6 +75,7 @@ uath* at uhub? # Atheros AR5005UR/AR5005UX
ural* at uhub? # Ralink RT2500USB
rum* at uhub? # Ralink RT2501USB/RT2601USB
run* at uhub? # Ralink RT2700U/RT2800U/RT3000U
+urtwn* at uhub? # Realtek RTL8188CU/RTL8192CU
zyd* at uhub? # Zydas ZD1211
uthum* at uhidev? # TEMPerHUM sensor
utwitch* at uhidev? # YUREX BBU sensor