Date: Sun, 6 May 2007 10:07:21 +0000 (UTC) From: Kevin Lo <kevlo@FreeBSD.org> To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/share/man/man4 Makefile rum.4 src/sys/conf files src/sys/dev/usb if_rum.c if_rumreg.h if_rumvar.h rt2573_ucode.h usbdevs src/sys/i386/conf GENERIC src/sys/modules Makefile src/sys/modules/rum Makefile Message-ID: <200705061007.l46A7L3g065595@repoman.freebsd.org>
next in thread | raw e-mail | index | archive | help
kevlo 2007-05-06 10:07:21 UTC
FreeBSD src repository
Modified files:
share/man/man4 Makefile
sys/conf files
sys/dev/usb usbdevs
sys/i386/conf GENERIC
sys/modules Makefile
Added files:
share/man/man4 rum.4
sys/dev/usb if_rum.c if_rumreg.h if_rumvar.h
rt2573_ucode.h
sys/modules/rum Makefile
Log:
Add support for Ralink Technology RT2501USB/RT2601USB devices.
Reviewed by: sam, sephe
Obtained from: OpenBSD
Revision Changes Path
1.383 +2 -0 src/share/man/man4/Makefile
1.1 +163 -0 src/share/man/man4/rum.4 (new)
1.1202 +1 -0 src/sys/conf/files
1.1 +2413 -0 src/sys/dev/usb/if_rum.c (new)
1.1 +233 -0 src/sys/dev/usb/if_rumreg.h (new)
1.1 +157 -0 src/sys/dev/usb/if_rumvar.h (new)
1.1 +213 -0 src/sys/dev/usb/rt2573_ucode.h (new)
1.293 +68 -0 src/sys/dev/usb/usbdevs
1.465 +2 -0 src/sys/i386/conf/GENERIC
1.529 +1 -0 src/sys/modules/Makefile
1.1 +8 -0 src/sys/modules/rum/Makefile (new)
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200705061007.l46A7L3g065595>
