diff options
author | Damien Bergamini <damien@cvs.openbsd.org> | 2009-03-23 21:53:59 +0000 |
---|---|---|
committer | Damien Bergamini <damien@cvs.openbsd.org> | 2009-03-23 21:53:59 +0000 |
commit | 69c08b19572f00e22ff0b8dccad0d5aba1953ca6 (patch) | |
tree | 68ead571cbd91375de8d4e4e85d00b59332c94e9 /sys/dev/usb/files.usb | |
parent | a8c53a5a88aa050559f54900fe83033a73d60c99 (diff) |
otus(4), a driver for Atheros AR9001U USB IEEE 802.11 devices.
more work is required but basic operations work.
requires a non-free firmware to operate.
partly based on source code released under the ISC by Atheros
Communications for Linux, although I had to rewrite almost everything
(actually I only used some .h files from the Atheros driver.)
there also exists a rewrite of the Atheros driver for Linux (ar9170)
but the guy decided to make the code less free by wrapping the GPL
around the ISC.
committed over a NETGEAR WNDA3100.
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 13ebb5ce295..faacdb428ff 100644 --- a/sys/dev/usb/files.usb +++ b/sys/dev/usb/files.usb @@ -1,4 +1,4 @@ -# $OpenBSD: files.usb,v 1.81 2009/01/25 02:00:25 fgsch Exp $ +# $OpenBSD: files.usb,v 1.82 2009/03/23 21:53:57 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. @@ -312,6 +312,11 @@ device urtw: ether, ifnet, ifmedia, wlan attach urtw at uhub file dev/usb/if_urtw.c urtw +# Atheros AR9170 +device otus: ether, ifnet, ifmedia, wlan, firmload +attach otus at uhub +file dev/usb/if_otus.c otus + # Analog Devices Eagle driver device ueagle: atm, ifnet, ezload, firmload attach ueagle at uhub |