Module Name: src Committed By: tsutsui Date: Sun Jul 4 15:21:58 UTC 2010
Modified Files: src/distrib/sets/lists/man: mi src/share/man/man4: Makefile src/sys/dev/usb: files.usb Added Files: src/share/man/man4: upgt.4 src/sys/dev/usb: if_upgt.c if_upgtvar.h Log Message: Add upgt(4), a driver for Conexant/Intersil PrismGT SoftMAC USB IEEE 802.11b/g WLAN device, ported from OpenBSD by FUKAUMI Naoki: http://mail-index.NetBSD.org/current-users/2010/05/28/msg013570.html Slightly modified by me to use recently added config_mountroot(9) to defer some device initialization until mountroot for firmload(9). Tested on Sharp W-ZERO3 WS003SH with internal WLAN. Note currently we cannot redistribute firmware files for upgt(4) so they have to be downloaded and copied into /libdata/firmware/upgt manually. See upgt(4) man page about firmware details. To generate a diff of this commit: cvs rdiff -u -r1.1223 -r1.1224 src/distrib/sets/lists/man/mi cvs rdiff -u -r1.520 -r1.521 src/share/man/man4/Makefile cvs rdiff -u -r0 -r1.1 src/share/man/man4/upgt.4 cvs rdiff -u -r1.99 -r1.100 src/sys/dev/usb/files.usb cvs rdiff -u -r0 -r1.1 src/sys/dev/usb/if_upgt.c src/sys/dev/usb/if_upgtvar.h Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.