DragonFly commits List (threaded) for 2006-03
[
Date Prev][Date Next]
[
Thread Prev][Thread Next]
[
Date Index][
Thread Index]
cvs commit: src/share/man/man4 Makefile acx.4 src/sys/conf files src/sys/dev/netif Makefile src/sys/i386/conf LINT src/usr.sbin Makefile src/sys/dev/netif/acx Makefile _acxcmd.h acx100.c acx111.c acxcmd.c acxcmd.h if_acx.c if_acxreg.h if_acxvar.h ...
sephe 2006/03/31 18:55:36 PST
DragonFly src repository
Modified files:
share/man/man4 Makefile
sys/conf files
sys/dev/netif Makefile
sys/i386/conf LINT
usr.sbin Makefile
Added files:
share/man/man4 acx.4
sys/dev/netif/acx Makefile _acxcmd.h acx100.c acx111.c
acxcmd.c acxcmd.h if_acx.c if_acxreg.h
if_acxvar.h
usr.sbin/acxcontrol Makefile acxcontrol.8 acxcontrol.c
Log:
- Import driver[acx(4)] for TI acx100/acx111 based WiFi NIC.
- Import user space utility[acxcontrol(8)] to load firmware and show driver
statistics.
- Add acx(4) and acxcontrol(8) man pages.
- Build acx(4) as module only, since it needs firmware to work.
- Add an entry for acx(4) in LINT.
This driver is known to work with following hardware:
D-Link DWL-520+
D-Link DWL-650+
D-Link DWL-G520+
D-Link DWL-G650+
Although both infrastructured mode and adhoc mode are supported, it may not
work well in adhoc mode. PBCC based rate, 22Mbits/s, is not supported yet.
acxcontrl(8) and man pages are written by Sascha Wildner. He also kindly
helped debugging and testing the driver. Thank you, Sascha!
The meaning and layout of hardware registers are based on the reverse
engineering work done by people at acx100.sourceforge.net
Thank them for their great work!
This driver is initially based on acx100 developed by people at wlan.kewl.org
Thank them for their nice work.
Revision Changes Path
1.32 +1 -0 src/share/man/man4/Makefile
1.116 +4 -0 src/sys/conf/files
1.16 +2 -2 src/sys/dev/netif/Makefile
1.71 +1 -0 src/sys/i386/conf/LINT
1.28 +1 -0 src/usr.sbin/Makefile
http://www.dragonflybsd.org/cvsweb/src/share/man/man4/Makefile.diff?r1=1.31&r2=1.32&f=u
http://www.dragonflybsd.org/cvsweb/src/sys/conf/files.diff?r1=1.115&r2=1.116&f=u
http://www.dragonflybsd.org/cvsweb/src/sys/dev/netif/Makefile.diff?r1=1.15&r2=1.16&f=u
http://www.dragonflybsd.org/cvsweb/src/sys/i386/conf/LINT.diff?r1=1.70&r2=1.71&f=u
http://www.dragonflybsd.org/cvsweb/src/usr.sbin/Makefile.diff?r1=1.27&r2=1.28&f=u
[
Date Prev][Date Next]
[
Thread Prev][Thread Next]
[
Date Index][
Thread Index]