cvs commit: src/sys/conf files src/sys/modules/ral Makefile
src/share/man/man4 ral.4 src/sys/dev/ral if_ral.c if_ral_pccard.c
if_ral_pci.c if_ralreg.h if_ralvar.h rt2560.c rt2560reg.h
rt2560var.h rt2661.c rt2661_ucode.h rt2661reg.h rt2661var.h
Max Khon
fjoe at FreeBSD.org
Fri Dec 22 23:14:43 PST 2006
fjoe 2006-12-23 07:14:42 UTC
FreeBSD src repository
Modified files: (Branch: RELENG_6)
sys/conf files
sys/modules/ral Makefile
share/man/man4 ral.4
sys/dev/ral if_ral_pci.c
Added files: (Branch: RELENG_6)
sys/dev/ral rt2560.c rt2560reg.h rt2560var.h rt2661.c
rt2661_ucode.h rt2661reg.h rt2661var.h
Removed files: (Branch: RELENG_6)
sys/dev/ral if_ral.c if_ral_pccard.c if_ralreg.h
if_ralvar.h
Log:
MFC: Add support for the second (RT2561/RT2561S) and third
(RT2661 MIMO XR) generations of 802.11abg chipsets from Ralink Technology.
Revision Changes Path
1.3.2.4 +123 -95 src/share/man/man4/ral.4
1.1031.2.47 +2 -2 src/sys/conf/files
1.10.2.8 +0 -2864 src/sys/dev/ral/if_ral.c (dead)
1.2.2.2 +0 -121 src/sys/dev/ral/if_ral_pccard.c (dead)
1.1.2.2 +119 -22 src/sys/dev/ral/if_ral_pci.c
1.1.2.2 +0 -315 src/sys/dev/ral/if_ralreg.h (dead)
1.2.2.2 +0 -177 src/sys/dev/ral/if_ralvar.h (dead)
1.9.2.1 +2724 -0 src/sys/dev/ral/rt2560.c (new)
1.1.2.1 +483 -0 src/sys/dev/ral/rt2560reg.h (new)
1.2.2.1 +169 -0 src/sys/dev/ral/rt2560var.h (new)
1.10.2.1 +2906 -0 src/sys/dev/ral/rt2661.c (new)
1.1.2.1 +2268 -0 src/sys/dev/ral/rt2661_ucode.h (new)
1.1.2.1 +486 -0 src/sys/dev/ral/rt2661reg.h (new)
1.2.2.1 +171 -0 src/sys/dev/ral/rt2661var.h (new)
1.1.2.1 +2 -2 src/sys/modules/ral/Makefile
More information about the cvs-src
mailing list