Date: Mon, 16 Oct 2006 01:26:14 +0000 (UTC) From: Sam Leffler <sam@FreeBSD.org> To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/conf files kern.pre.mk src/sys/contrib/dev/ath/freebsd ah_if.m ah_osdep.c ah_osdep.h src/sys/dev/ath ah_osdep.c ah_osdep.h src/sys/modules/ath Makefile src/sys/modules/ath_hal Makefile src/sys/modules/ath_rate_amrr ... Message-ID: <200610160126.k9G1QFVf028590@repoman.freebsd.org>
next in thread | raw e-mail | index | archive | help
sam 2006-10-16 01:26:14 UTC
FreeBSD src repository
Modified files: (Branch: RELENG_6)
sys/conf files kern.pre.mk
sys/modules/ath Makefile
sys/modules/ath_hal Makefile
sys/modules/ath_rate_amrr Makefile
sys/modules/ath_rate_onoe Makefile
sys/modules/ath_rate_sample Makefile
Added files: (Branch: RELENG_6)
sys/dev/ath ah_osdep.c ah_osdep.h
Removed files: (Branch: RELENG_6)
sys/contrib/dev/ath/freebsd ah_if.m ah_osdep.c ah_osdep.h
Log:
MFC: move ah_osdep.[ch] from the hal to the driver; they will not
be distributed with future versions of the hal
Approved by: re (kensmith)
Revision Changes Path
1.1031.2.43 +12 -6 src/sys/conf/files
1.65.2.3 +1 -1 src/sys/conf/kern.pre.mk
1.1.1.2.2.3 +0 -90 src/sys/contrib/dev/ath/freebsd/ah_if.m (dead)
1.4.2.4 +0 -444 src/sys/contrib/dev/ath/freebsd/ah_osdep.c (dead)
1.1.1.4.2.3 +0 -127 src/sys/contrib/dev/ath/freebsd/ah_osdep.h (dead)
1.1.2.1 +444 -0 src/sys/dev/ath/ah_osdep.c (new)
1.1.2.1 +127 -0 src/sys/dev/ath/ah_osdep.h (new)
1.1.10.2 +1 -1 src/sys/modules/ath/Makefile
1.4.2.2 +5 -11 src/sys/modules/ath_hal/Makefile
1.1.2.1 +1 -1 src/sys/modules/ath_rate_amrr/Makefile
1.1.2.1 +1 -1 src/sys/modules/ath_rate_onoe/Makefile
1.1.2.1 +1 -1 src/sys/modules/ath_rate_sample/Makefile
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200610160126.k9G1QFVf028590>
