diff options
author | Damien Bergamini <damien@cvs.openbsd.org> | 2009-01-03 18:39:34 +0000 |
---|---|---|
committer | Damien Bergamini <damien@cvs.openbsd.org> | 2009-01-03 18:39:34 +0000 |
commit | 3bbf2365f7fd283a7af940177e2268c33b0a4e38 (patch) | |
tree | 019f3e9a15abfd70d6001c59727c84ba352b6d16 /sys/arch | |
parent | 698c228268bd8e81151296c4d12c3752d06e166d (diff) |
run(4), a driver for Ralink RT2700U/RT2800U/RT3000U USB 802.11agn devices.
the driver supports legacy 802.11abg modes only (no 802.11n yet.)
WPA works, with hardware encryption/decryption.
committed over an RT2800U (RT2870+RT2820).
enabled on i386 and amd64 GENERIC only for now.
thanks to Paul Lin at Ralink for letting us ship the firmware under an
appropriate license.
"man page looks ok" jmc@
"you should commit it" jsg@, ok deraadt@
Diffstat (limited to 'sys/arch')
-rw-r--r-- | sys/arch/amd64/conf/GENERIC | 3 | ||||
-rw-r--r-- | sys/arch/i386/conf/GENERIC | 3 |
2 files changed, 4 insertions, 2 deletions
diff --git a/sys/arch/amd64/conf/GENERIC b/sys/arch/amd64/conf/GENERIC index 0db10338629..b52e955abc3 100644 --- a/sys/arch/amd64/conf/GENERIC +++ b/sys/arch/amd64/conf/GENERIC @@ -1,4 +1,4 @@ -# $OpenBSD: GENERIC,v 1.251 2008/12/22 16:35:28 deraadt Exp $ +# $OpenBSD: GENERIC,v 1.252 2009/01/03 18:39:33 damien Exp $ # # For further information on compiling OpenBSD kernels, see the config(8) # man page. @@ -216,6 +216,7 @@ ugen* at uhub? # USB Generic driver uath* at uhub? # Atheros AR5005UG/AR5005UX ural* at uhub? # Ralink RT2500USB rum* at uhub? # Ralink RT2501USB/RT2601USB +run* at uhub? # Ralink RT2700U/RT2800U/RT3000U zyd* at uhub? # Zydas ZD1211 upgt* at uhub? # Conexant/Intersil PrismGT SoftMAC USB udcf* at uhub? # Gude Expert mouseCLOCK diff --git a/sys/arch/i386/conf/GENERIC b/sys/arch/i386/conf/GENERIC index 2fd5d670c1d..b3e0942ddb0 100644 --- a/sys/arch/i386/conf/GENERIC +++ b/sys/arch/i386/conf/GENERIC @@ -1,4 +1,4 @@ -# $OpenBSD: GENERIC,v 1.645 2008/12/26 17:10:45 deraadt Exp $ +# $OpenBSD: GENERIC,v 1.646 2009/01/03 18:39:33 damien Exp $ # # For further information on compiling OpenBSD kernels, see the config(8) # man page. @@ -276,6 +276,7 @@ ugen* at uhub? # USB Generic driver uath* at uhub? # Atheros AR5005UG/AR5005UX ural* at uhub? # Ralink RT2500USB rum* at uhub? # Ralink RT2501USB/RT2601USB +run* at uhub? # Ralink RT2700U/RT2800U/RT3000U zyd* at uhub? # Zydas ZD1211 upgt* at uhub? # Conexant/Intersil PrismGT SoftMAC USB #option NATM |