CVSROOT: /cvs Module name: src Changes by: dam...@cvs.openbsd.org 2009/03/23 15:53:58
Modified files: sys/dev/usb : files.usb share/man/man4 : Makefile Added files: sys/dev/usb : if_otus.c if_otusreg.h share/man/man4 : otus.4 Log message: 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@