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/dev/usb/files.usb | |
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/dev/usb/files.usb')
-rw-r--r-- | sys/dev/usb/files.usb | 7 |
1 files changed, 6 insertions, 1 deletions
diff --git a/sys/dev/usb/files.usb b/sys/dev/usb/files.usb index 9c51dcc824d..6e6518785c4 100644 --- a/sys/dev/usb/files.usb +++ b/sys/dev/usb/files.usb @@ -1,4 +1,4 @@ -# $OpenBSD: files.usb,v 1.79 2008/12/09 06:31:15 deraadt Exp $ +# $OpenBSD: files.usb,v 1.80 2009/01/03 18:39:33 damien Exp $ # $NetBSD: files.usb,v 1.16 2000/02/14 20:29:54 augustss Exp $ # # Config file and device description for machine-independent USB code. @@ -292,6 +292,11 @@ device rum: ether, ifnet, ifmedia, wlan, firmload attach rum at uhub file dev/usb/if_rum.c rum +# Ralink Technology RT2700U/RT2800U/RT3000U +device run: ether, ifnet, ifmedia, wlan, firmload +attach run at uhub +file dev/usb/if_run.c run + # Zydas ZD1211 device zyd: ether, ifnet, ifmedia, wlan, firmload attach zyd at uhub |