summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDamien Bergamini <damien@cvs.openbsd.org>2011-01-08 11:56:31 +0000
committerDamien Bergamini <damien@cvs.openbsd.org>2011-01-08 11:56:31 +0000
commit525d5f2d3e80286fcc6add01cb7d258b44b9c873 (patch)
tree9630829cb0187f512475a7014c0ffc9371b758c8
parent94c37ae6e500467e96fa65e5d0ddf3f4759ece77 (diff)
The Ubiquiti WiFiStation EXT works on the Sun Blade 1500.
Enable athn at uhub on all USB 2.0 capable arches.
-rw-r--r--sys/arch/amd64/conf/GENERIC3
-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
7 files changed, 14 insertions, 7 deletions
diff --git a/sys/arch/amd64/conf/GENERIC b/sys/arch/amd64/conf/GENERIC
index 320c36ec6da..a6f9cc24c04 100644
--- a/sys/arch/amd64/conf/GENERIC
+++ b/sys/arch/amd64/conf/GENERIC
@@ -1,4 +1,4 @@
-# $OpenBSD: GENERIC,v 1.311 2011/01/04 21:17:49 kettenis Exp $
+# $OpenBSD: GENERIC,v 1.312 2011/01/08 11:56:30 damien Exp $
#
# For further information on compiling OpenBSD kernels, see the config(8)
# man page.
@@ -238,6 +238,7 @@ ural* at uhub? # Ralink RT2500USB
rum* at uhub? # Ralink RT2501USB/RT2601USB
run* at uhub? # Ralink RT2700U/RT2800U/RT3000U
otus* at uhub? # Atheros AR9001U
+athn* at uhub? # Atheros AR9002U
zyd* at uhub? # Zydas ZD1211
upgt* at uhub? # Conexant/Intersil PrismGT SoftMAC USB
urtw* at uhub? # RealTek 8187
diff --git a/sys/arch/armish/conf/GENERIC b/sys/arch/armish/conf/GENERIC
index 9a7cae1968d..70cdabf0f98 100644
--- a/sys/arch/armish/conf/GENERIC
+++ b/sys/arch/armish/conf/GENERIC
@@ -1,4 +1,4 @@
-# $OpenBSD: GENERIC,v 1.37 2010/12/12 14:33:57 damien Exp $
+# $OpenBSD: GENERIC,v 1.38 2011/01/08 11:56:30 damien Exp $
#
# For further information on compiling OpenBSD kernels, see the config(8)
# man page.
@@ -154,6 +154,7 @@ 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
+athn* at uhub? # Atheros AR9002U
#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 fe06691393c..f67170a5fb3 100644
--- a/sys/arch/landisk/conf/GENERIC
+++ b/sys/arch/landisk/conf/GENERIC
@@ -1,4 +1,4 @@
-# $OpenBSD: GENERIC,v 1.30 2010/12/12 14:33:57 damien Exp $
+# $OpenBSD: GENERIC,v 1.31 2011/01/08 11:56:30 damien Exp $
#
# For further information on compiling OpenBSD kernels, see the config(8)
# man page.
@@ -148,6 +148,7 @@ udsbr* at uhub? # D-Link DSB-R100 radio
radio* at udsbr? # USB radio
ugen* at uhub? # USB Generic driver
uath* at uhub? # Atheros AR5005UG/AR5005UX
+athn* at uhub? # Atheros AR9002U
ural* at uhub? # Ralink RT2500USB
rum* at uhub? # Ralink RT2501USB/RT2601USB
run* at uhub? # Ralink RT2700U/RT2800U/RT3000U
diff --git a/sys/arch/loongson/conf/GENERIC b/sys/arch/loongson/conf/GENERIC
index 36b71e2dc66..7fd8f71bce2 100644
--- a/sys/arch/loongson/conf/GENERIC
+++ b/sys/arch/loongson/conf/GENERIC
@@ -1,4 +1,4 @@
-# $OpenBSD: GENERIC,v 1.30 2010/12/12 14:33:57 damien Exp $
+# $OpenBSD: GENERIC,v 1.31 2011/01/08 11:56:30 damien Exp $
#
# For further information on compiling OpenBSD kernels, see the config(8)
# man page.
@@ -142,6 +142,7 @@ cue* at uhub? # CATC USB-EL1201A based Ethernet
kue* at uhub? # Kawasaki KL5KUSB101B based Ethernet
mos* at uhub? # MOSCHIP MCS7730/7830 10/100 Ethernet
otus* at uhub? # Atheros AR9001U
+athn* at uhub? # Atheros AR9002U
rum* at uhub? # Ralink RT2501USB/RT2601USB
run* at uhub? # Ralink RT2700U/RT2800U/RT3000U
uath* at uhub? # Atheros AR5005UG/AR5005UX
diff --git a/sys/arch/macppc/conf/GENERIC b/sys/arch/macppc/conf/GENERIC
index 0ca0e678efd..b5ff6e0d749 100644
--- a/sys/arch/macppc/conf/GENERIC
+++ b/sys/arch/macppc/conf/GENERIC
@@ -1,4 +1,4 @@
-# $OpenBSD: GENERIC,v 1.204 2010/12/12 14:33:57 damien Exp $g
+# $OpenBSD: GENERIC,v 1.205 2011/01/08 11:56:30 damien Exp $g
#
# For further information on compiling OpenBSD kernels, see the config(8)
# man page.
@@ -296,6 +296,7 @@ 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
+athn* at uhub? # Atheros AR9002U
zyd* at uhub? # Zydas ZD1211
upgt* at uhub? # Conexant/Intersil PrismGT SoftMAC USB
urtw* at uhub? # RealTek 8187
diff --git a/sys/arch/socppc/conf/GENERIC b/sys/arch/socppc/conf/GENERIC
index d1c8e63f96a..4485dd6ed50 100644
--- a/sys/arch/socppc/conf/GENERIC
+++ b/sys/arch/socppc/conf/GENERIC
@@ -1,4 +1,4 @@
-# $OpenBSD: GENERIC,v 1.19 2010/12/12 14:33:57 damien Exp $
+# $OpenBSD: GENERIC,v 1.20 2011/01/08 11:56:30 damien Exp $
#
# For further information on compiling OpenBSD kernels, see the config(8)
# man page.
@@ -73,6 +73,7 @@ uhid* at uhidev? # USB generic HID support
axe* at uhub? # ASIX Electronics AX88172 USB Ethernet
mos* at uhub? # MOSCHIP CS730/7830 10/100 Ethernet
uath* at uhub? # Atheros AR5005UR/AR5005UX
+athn* at uhub? # Atheros AR9002U
ural* at uhub? # Ralink RT2500USB
rum* at uhub? # Ralink RT2501USB/RT2601USB
run* at uhub? # Ralink RT2700U/RT2800U/RT3000U
diff --git a/sys/arch/sparc64/conf/GENERIC b/sys/arch/sparc64/conf/GENERIC
index 289b6c7407e..08caf1986f0 100644
--- a/sys/arch/sparc64/conf/GENERIC
+++ b/sys/arch/sparc64/conf/GENERIC
@@ -1,4 +1,4 @@
-# $OpenBSD: GENERIC,v 1.261 2010/12/12 14:33:57 damien Exp $
+# $OpenBSD: GENERIC,v 1.262 2011/01/08 11:56:30 damien Exp $
#
# For further information on compiling OpenBSD kernels, see the config(8)
# man page.
@@ -230,6 +230,7 @@ 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
+athn* at uhub? # Atheros AR9002U
zyd* at uhub? # Zydas ZD1211
url* at uhub? # Realtek RTL8150L based adapters
wi* at uhub? # WaveLAN IEEE 802.11DS