diff options
author | Damien Bergamini <damien@cvs.openbsd.org> | 2006-09-16 13:21:25 +0000 |
---|---|---|
committer | Damien Bergamini <damien@cvs.openbsd.org> | 2006-09-16 13:21:25 +0000 |
commit | 4c340c4e5bf1063bdaa5876736af552068b9a7b4 (patch) | |
tree | f90bc61759b301c61453749ff13a0ad6afdf4c19 /sys/arch | |
parent | b8c429aa2c4656bb7169f404c03edd73c8116958 (diff) |
Initial import of uath(4), a driver for Atheros USB2.0 AR5005UG/AR5005UX
chipsets. Based on a black-box analysis of the Windows binary driver.
Requires a firmware that is not freely redistributable (see man uath).
The driver handles both pre- and post-firmware devices.
Still a bit experimental but Tx/Rx works great in BSS mode (on i386).
No 802.11a, IBSS, or HostAP modes yet but there's more to come.
Great thanks to jsg@ for digging the USB IDs out of the Windows driver.
Committed over a D-Link DWL-G132.
Diffstat (limited to 'sys/arch')
-rw-r--r-- | sys/arch/i386/conf/GENERIC | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/sys/arch/i386/conf/GENERIC b/sys/arch/i386/conf/GENERIC index a0854428728..a892cf1c2cf 100644 --- a/sys/arch/i386/conf/GENERIC +++ b/sys/arch/i386/conf/GENERIC @@ -1,4 +1,4 @@ -# $OpenBSD: GENERIC,v 1.524 2006/09/16 13:09:16 deraadt Exp $ +# $OpenBSD: GENERIC,v 1.525 2006/09/16 13:21:24 damien Exp $ # # For further information on compiling OpenBSD kernels, see the config(8) # man page. @@ -241,6 +241,7 @@ udsbr* at uhub? # D-Link DSB-R100 radio radio* at udsbr? # USB radio #ubt* at uhub? # USB Bluetooth ugen* at uhub? # USB Generic driver +uath* at uhub? # Atheros AR5005UG/AR5005UX ural* at uhub? # Ralink RT2500USB rum* at uhub? # Ralink RT2501USB/RT2601USB #zyd* at uhub? # Zydas ZD1211 |