Date: Mon, 18 Sep 2006 16:49:15 +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/dev/ath ah_osdep.c ah_osdep.h src/sys/contrib/dev/ath/freebsd ah_if.m ah_osdep.c ah_osdep.h src/sys/conf kern.pre.mk src/sys/modules/ath Makefile src/sys/modules/ath_hal Makefile src/sys/modules/ath_rate_onoe ... Message-ID: <200609181649.k8IGnFga024335@repoman.freebsd.org>
next in thread | raw e-mail | index | archive | help
sam 2006-09-18 16:49:15 UTC
FreeBSD src repository
Modified files:
sys/conf kern.pre.mk
sys/modules/ath Makefile
sys/modules/ath_hal Makefile
sys/modules/ath_rate_onoe Makefile
sys/modules/ath_rate_sample Makefile
Added files:
sys/dev/ath ah_osdep.c ah_osdep.h
Removed files: (Branch: ATHEROS)
sys/contrib/dev/ath/freebsd ah_if.m ah_osdep.c ah_osdep.h
Log:
o move ath hal os glue code from the hal to the driver: this code was
part of the hal distribution early on when the hal was built for
each os but it's been portable for a long time so move the os-specific
code out (and off the vendor branch)
o correct the copyright on ah_osdep.?; it was mistakenly given a
restricted license and not a dual-bsd/gpl license
o remove the module api definition as it was never used
o fixup include paths for move of ah_osdep.h
MFC after: 2 weeks
Revision Changes Path
1.78 +1 -1 src/sys/conf/kern.pre.mk
1.1.1.5 +0 -90 src/sys/contrib/dev/ath/freebsd/ah_if.m (dead)
1.1.1.7 +0 -444 src/sys/contrib/dev/ath/freebsd/ah_osdep.c (dead)
1.1.1.7 +0 -127 src/sys/contrib/dev/ath/freebsd/ah_osdep.h (dead)
1.1 +444 -0 src/sys/dev/ath/ah_osdep.c (new)
1.1 +127 -0 src/sys/dev/ath/ah_osdep.h (new)
1.4 +1 -1 src/sys/modules/ath/Makefile
1.8 +5 -11 src/sys/modules/ath_hal/Makefile
1.3 +1 -1 src/sys/modules/ath_rate_onoe/Makefile
1.3 +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?200609181649.k8IGnFga024335>
