cvs commit: src/share/man/man4 upgt.4 src/sys/dev/usb if_upgt.c
if_upgtvar.h usbdevs src/sys/modules/upgt Makefile
Weongyo Jeong
weongyo at FreeBSD.org
Mon Aug 11 04:12:46 UTC 2008
weongyo 2008-08-11 03:57:31 UTC
FreeBSD src repository
Modified files:
sys/dev/usb usbdevs
Added files:
share/man/man4 upgt.4
sys/dev/usb if_upgt.c if_upgtvar.h
sys/modules/upgt Makefile
Log:
SVN rev 181575 on 2008-08-11 03:57:31Z by weongyo
Add Conexant/Intersil PrismGT SoftMAC wireless USB driver - upgt(4).
This driver supports GW3887 based chipsets and works on
x86/powerpc/sparc64. You need upgtfw kernel module before loading
upgt(4). Please see the manpage.
Obtained from: OpenBSD
Revision Changes Path
1.1 +211 -0 src/share/man/man4/upgt.4 (new)
1.1 +2376 -0 src/sys/dev/usb/if_upgt.c (new)
1.1 +462 -0 src/sys/dev/usb/if_upgtvar.h (new)
1.364 +21 -0 src/sys/dev/usb/usbdevs
1.1 +10 -0 src/sys/modules/upgt/Makefile (new)
More information about the cvs-src
mailing list