Date: Thu, 12 Mar 2009 03:09:11 +0000 (UTC) From: Bruce M Simpson <bms@FreeBSD.org> To: cvs-src-old@freebsd.org Subject: cvs commit: src UPDATING src/sys/amd64/conf GENERIC NOTES src/sys/arm/conf AVILA src/sys/conf files files.amd64 files.arm files.i386 files.pc98 files.powerpc files.sparc64 kern.pre.mk options src/sys/dev/ath ah_osdep.c ah_osdep.h if_ath.c ... Message-ID: <200903120318.n2C3Ikt2099386@repoman.freebsd.org>
next in thread | raw e-mail | index | archive | help
bms 2009-03-12 03:09:11 UTC
FreeBSD src repository
Modified files: (Branch: RELENG_7)
. UPDATING
sys/amd64/conf GENERIC NOTES
sys/arm/conf AVILA
sys/conf files files.amd64 files.arm files.i386
files.pc98 files.powerpc files.sparc64
kern.pre.mk options
sys/dev/ath ah_osdep.c ah_osdep.h if_ath.c
if_ath_pci.c if_athvar.h
sys/dev/ath/ath_rate/amrr amrr.c
sys/dev/ath/ath_rate/onoe onoe.c
sys/dev/ath/ath_rate/sample sample.c
sys/i386/conf GENERIC NOTES
sys/modules Makefile
sys/modules/ath Makefile
sys/pc98/conf GENERIC NOTES
sys/sparc64/conf GENERIC
Removed files: (Branch: RELENG_7)
sys/modules/ath_hal Makefile
sys/modules/ath_rate_amrr Makefile
sys/modules/ath_rate_onoe Makefile
sys/modules/ath_rate_sample Makefile
Log:
SVN rev 189720 on 2009-03-12 03:09:11Z by bms
Merge the open source Atheros HAL from HEAD to STABLE.
This adds support for the AH_SUPPORT_AR5416 kernel
configuration option, and removes the ath_rate*
and ath_hal modules. Their kernel options are not
however removed -- please see UPDATING.
Tested on an IBM/Lenovo T43 and ASUS EeePC 701 in both
STA and HostAP modes.
Submitted by: sam
Revision Changes Path
1.507.2.20 +10 -0 src/UPDATING
1.484.2.18 +1 -0 src/sys/amd64/conf/GENERIC
1.69.2.7 +1 -0 src/sys/amd64/conf/NOTES
1.6.2.3 +1 -0 src/sys/arm/conf/AVILA
1.1243.2.46 +167 -5 src/sys/conf/files
1.107.2.10 +0 -10 src/sys/conf/files.amd64
1.15.2.3 +0 -7 src/sys/conf/files.arm
1.580.2.10 +0 -10 src/sys/conf/files.i386
1.356.2.2 +0 -10 src/sys/conf/files.pc98
1.65.2.4 +0 -10 src/sys/conf/files.powerpc
1.92.2.4 +0 -10 src/sys/conf/files.sparc64
1.92.2.7 +2 -2 src/sys/conf/kern.pre.mk
1.608.2.11 +15 -0 src/sys/conf/options
1.3.2.1 +25 -45 src/sys/dev/ath/ah_osdep.c
1.2.2.2 +17 -1 src/sys/dev/ath/ah_osdep.h
1.14.2.1 +1 -28 src/sys/dev/ath/ath_rate/amrr/amrr.c
1.15.2.1 +1 -28 src/sys/dev/ath/ath_rate/onoe/onoe.c
1.18.2.2 +1 -29 src/sys/dev/ath/ath_rate/sample/sample.c
1.177.2.3 +9 -63 src/sys/dev/ath/if_ath.c
1.19.2.1 +0 -3 src/sys/dev/ath/if_ath_pci.c
1.62.2.1 +3 -7 src/sys/dev/ath/if_athvar.h
1.474.2.17 +1 -0 src/sys/i386/conf/GENERIC
1.1244.2.8 +1 -0 src/sys/i386/conf/NOTES
1.540.2.28 +1 -25 src/sys/modules/Makefile
1.5.2.1 +71 -24 src/sys/modules/ath/Makefile
1.8.2.1 +0 -75 src/sys/modules/ath_hal/Makefile (dead)
1.5.2.1 +0 -62 src/sys/modules/ath_rate_amrr/Makefile (dead)
1.4.2.1 +0 -62 src/sys/modules/ath_rate_onoe/Makefile (dead)
1.4.2.1 +0 -62 src/sys/modules/ath_rate_sample/Makefile (dead)
1.297.2.6 +1 -0 src/sys/pc98/conf/GENERIC
1.85.2.1 +1 -0 src/sys/pc98/conf/NOTES
1.127.2.7 +1 -0 src/sys/sparc64/conf/GENERIC
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200903120318.n2C3Ikt2099386>
