From owner-cvs-all@FreeBSD.ORG Mon Sep 18 16:49:36 2006 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 90EA516A4A7; Mon, 18 Sep 2006 16:49:36 +0000 (UTC) (envelope-from sam@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 0A99343DA2; Mon, 18 Sep 2006 16:49:25 +0000 (GMT) (envelope-from sam@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.6/8.13.6) with ESMTP id k8IGnFtx024336; Mon, 18 Sep 2006 16:49:15 GMT (envelope-from sam@repoman.freebsd.org) Received: (from sam@localhost) by repoman.freebsd.org (8.13.6/8.13.4/Submit) id k8IGnFga024335; Mon, 18 Sep 2006 16:49:15 GMT (envelope-from sam) Message-Id: <200609181649.k8IGnFga024335@repoman.freebsd.org> From: Sam Leffler Date: Mon, 18 Sep 2006 16:49:15 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: ATHEROS,HEAD Cc: 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 ... X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 18 Sep 2006 16:49:36 -0000 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