summaryrefslogtreecommitdiff
path: root/sys
diff options
context:
space:
mode:
authorDamien Bergamini <damien@cvs.openbsd.org>2010-12-12 14:33:58 +0000
committerDamien Bergamini <damien@cvs.openbsd.org>2010-12-12 14:33:58 +0000
commita42f21775654caf2e450a110239cb9af3c829b9a (patch)
treee21a8d2bec0435c9f64221413373bae170d4ef03 /sys
parent96faaa8178e283acc8587bac0864ca83f246b6cf (diff)
rsu(4) works on the sparc64, so add it everywhere where urtwn(4) is.
Diffstat (limited to 'sys')
-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
-rw-r--r--sys/arch/sparc64/conf/GENERIC3
6 files changed, 12 insertions, 6 deletions
diff --git a/sys/arch/armish/conf/GENERIC b/sys/arch/armish/conf/GENERIC
index cf15b782b98..9a7cae1968d 100644
--- a/sys/arch/armish/conf/GENERIC
+++ b/sys/arch/armish/conf/GENERIC
@@ -1,4 +1,4 @@
-# $OpenBSD: GENERIC,v 1.36 2010/11/26 20:13:55 miod Exp $
+# $OpenBSD: GENERIC,v 1.37 2010/12/12 14:33:57 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
+rsu* at uhub? # Realtek RTL8188SU/RTL8191SU/RTL8192SU
urtwn* at uhub? # Realtek RTL8188CU/RTL8192CU
#udcf* at uhub? # Gude Expert mouseCLOCK
uthum* at uhidev? # TEMPerHUM sensor
diff --git a/sys/arch/landisk/conf/GENERIC b/sys/arch/landisk/conf/GENERIC
index 9c3111e67fe..fe06691393c 100644
--- a/sys/arch/landisk/conf/GENERIC
+++ b/sys/arch/landisk/conf/GENERIC
@@ -1,4 +1,4 @@
-# $OpenBSD: GENERIC,v 1.29 2010/11/19 20:52:41 miod Exp $
+# $OpenBSD: GENERIC,v 1.30 2010/12/12 14:33:57 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
+rsu* at uhub? # Realtek RTL8188SU/RTL8191SU/RTL8192SU
urtwn* at uhub? # Realtek RTL8188CU/RTL8192CU
zyd* at uhub? # Zydas ZD1211
#option NATM
diff --git a/sys/arch/loongson/conf/GENERIC b/sys/arch/loongson/conf/GENERIC
index 603482a5c98..36b71e2dc66 100644
--- a/sys/arch/loongson/conf/GENERIC
+++ b/sys/arch/loongson/conf/GENERIC
@@ -1,4 +1,4 @@
-# $OpenBSD: GENERIC,v 1.29 2010/11/26 20:13:55 miod Exp $
+# $OpenBSD: GENERIC,v 1.30 2010/12/12 14:33:57 damien Exp $
#
# For further information on compiling OpenBSD kernels, see the config(8)
# man page.
@@ -151,6 +151,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
+rsu* at uhub? # Realtek RTL8188SU/RTL8191SU/RTL8192SU
urtwn* at uhub? # Realtek RTL8188CU/RTL8192CU
wi* at uhub? # WaveLAN IEEE 802.11DS
zyd* at uhub? # Zydas ZD1211
diff --git a/sys/arch/macppc/conf/GENERIC b/sys/arch/macppc/conf/GENERIC
index ce2005fcfb4..0ca0e678efd 100644
--- a/sys/arch/macppc/conf/GENERIC
+++ b/sys/arch/macppc/conf/GENERIC
@@ -1,4 +1,4 @@
-# $OpenBSD: GENERIC,v 1.203 2010/11/26 20:13:55 miod Exp $g
+# $OpenBSD: GENERIC,v 1.204 2010/12/12 14:33:57 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
+rsu* at uhub? # Realtek RTL8188SU/RTL8191SU/RTL8192SU
urtwn* at uhub? # Realtek RTL8188CU/RTL8192CU
otus* at uhub? # Atheros AR9001U
zyd* at uhub? # Zydas ZD1211
diff --git a/sys/arch/socppc/conf/GENERIC b/sys/arch/socppc/conf/GENERIC
index c8425086f64..d1c8e63f96a 100644
--- a/sys/arch/socppc/conf/GENERIC
+++ b/sys/arch/socppc/conf/GENERIC
@@ -1,4 +1,4 @@
-# $OpenBSD: GENERIC,v 1.18 2010/11/26 20:13:55 miod Exp $
+# $OpenBSD: GENERIC,v 1.19 2010/12/12 14:33:57 damien Exp $
#
# For further information on compiling OpenBSD kernels, see the config(8)
# man page.
@@ -76,6 +76,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
+rsu* at uhub? # Realtek RTL8188SU/RTL8191SU/RTL8192SU
urtwn* at uhub? # Realtek RTL8188CU/RTL8192CU
zyd* at uhub? # Zydas ZD1211
urio* at uhub? # Diamond Multimedia Rio 500
diff --git a/sys/arch/sparc64/conf/GENERIC b/sys/arch/sparc64/conf/GENERIC
index c69789eef7d..289b6c7407e 100644
--- a/sys/arch/sparc64/conf/GENERIC
+++ b/sys/arch/sparc64/conf/GENERIC
@@ -1,4 +1,4 @@
-# $OpenBSD: GENERIC,v 1.260 2010/11/26 20:13:55 miod Exp $
+# $OpenBSD: GENERIC,v 1.261 2010/12/12 14:33:57 damien Exp $
#
# For further information on compiling OpenBSD kernels, see the config(8)
# man page.
@@ -226,6 +226,7 @@ mos* at uhub? # MOSCHIP MCS7730/7830 10/100 Ethernet
upl* at uhub? # Prolific PL2301/PL2302 host-to-host `network'
ural* at uhub? # Ralink RT2500USB
uath* at uhub? # Atheros AR5005UG/AR5005UX
+rsu* at uhub? # Realtek RTL8188SU/RTL8191SU/RTL8192SU
urtwn* at uhub? # Realtek RTL8188CU/RTL8192CU
rum* at uhub? # Ralink RT2501USB/RT2601USB
run* at uhub? # Ralink RT2700U/RT2800U/RT3000U