From owner-p4-projects@FreeBSD.ORG Sun May 6 15:51:21 2007 Return-Path: X-Original-To: p4-projects@freebsd.org Delivered-To: p4-projects@freebsd.org Received: by hub.freebsd.org (Postfix, from userid 32767) id 52A1E16A408; Sun, 6 May 2007 15:51:21 +0000 (UTC) X-Original-To: perforce@FreeBSD.org Delivered-To: perforce@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id F01B616A404 for ; Sun, 6 May 2007 15:51:20 +0000 (UTC) (envelope-from rpaulo@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [69.147.83.41]) by mx1.freebsd.org (Postfix) with ESMTP id E12E013C45D for ; Sun, 6 May 2007 15:51:20 +0000 (UTC) (envelope-from rpaulo@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.8/8.13.8) with ESMTP id l46FpKqg036183 for ; Sun, 6 May 2007 15:51:20 GMT (envelope-from rpaulo@FreeBSD.org) Received: (from perforce@localhost) by repoman.freebsd.org (8.13.8/8.13.8/Submit) id l46FpKZK036174 for perforce@freebsd.org; Sun, 6 May 2007 15:51:20 GMT (envelope-from rpaulo@FreeBSD.org) Date: Sun, 6 May 2007 15:51:20 GMT Message-Id: <200705061551.l46FpKZK036174@repoman.freebsd.org> X-Authentication-Warning: repoman.freebsd.org: perforce set sender to rpaulo@FreeBSD.org using -f From: Rui Paulo To: Perforce Change Reviews Cc: Subject: PERFORCE change 119346 for review X-BeenThere: p4-projects@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: p4 projects tree changes List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 06 May 2007 15:51:21 -0000 http://perforce.freebsd.org/chv.cgi?CH=119346 Change 119346 by rpaulo@rpaulo_epsilon on 2007/05/06 15:50:59 Follow the sys/conf changes regarding to backlight and msrtemp. msrtemp is specific to i386. backlight is specific to i386/amd64. Affected files ... .. //depot/projects/soc2007/rpaulo-macbook/modules/Makefile#3 edit Differences ... ==== //depot/projects/soc2007/rpaulo-macbook/modules/Makefile#3 (text+ko) ==== @@ -34,7 +34,7 @@ ${_auxio} \ ${_awi} \ axe \ - backlight \ + ${_backlight} \ bce \ bfe \ bge \ @@ -170,7 +170,7 @@ msdosfs_iconv \ ${_mse} \ msk \ - msrtemp \ + ${_msrtemp} \ ${_mxge} \ my \ ${_ncp} \ @@ -353,6 +353,7 @@ _ath_hal= ath_hal _ath_rate_sample=ath_rate_sample _awi= awi +_backlight= backlight _bktr= bktr _cardbus= cardbus _cbb= cbb @@ -380,6 +381,7 @@ _linsysfs= linsysfs _linux= linux _mse= mse +_msrtemp= msrtemp .if ${MK_NCP} != "no" _ncp= ncp .endif @@ -468,6 +470,7 @@ _ath= ath _ath_hal= ath_hal _ath_rate_sample=ath_rate_sample +_backlight= backlight _cardbus= cardbus _cbb= cbb _ciss= ciss