From owner-cvs-all@FreeBSD.ORG Sat Feb 5 17:10:34 2005 Return-Path: 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 27FFD16A4CE; Sat, 5 Feb 2005 17:10:34 +0000 (GMT) Received: from pooker.samsco.org (pooker.samsco.org [168.103.85.57]) by mx1.FreeBSD.org (Postfix) with ESMTP id B50FB43D2D; Sat, 5 Feb 2005 17:10:33 +0000 (GMT) (envelope-from scottl@freebsd.org) Received: from [192.168.254.12] (g4.samsco.home [192.168.254.12]) (authenticated bits=0) by pooker.samsco.org (8.13.1/8.13.1) with ESMTP id j15H9wCR067620; Sat, 5 Feb 2005 10:09:59 -0700 (MST) (envelope-from scottl@freebsd.org) Message-ID: <4204FE06.4010007@freebsd.org> Date: Sat, 05 Feb 2005 10:10:30 -0700 From: Scott Long User-Agent: Mozilla/5.0 (Macintosh; U; PPC Mac OS X Mach-O; en-US; rv:1.7) Gecko/20040514 X-Accept-Language: en-us, en MIME-Version: 1.0 To: Nate Lawson References: <20050205080115.CA94A16A4F9@hub.freebsd.org> <4204F39B.8050708@root.org> In-Reply-To: <4204F39B.8050708@root.org> Content-Type: text/plain; charset=us-ascii; format=flowed Content-Transfer-Encoding: 7bit X-Spam-Status: No, score=-2.8 required=3.8 tests=ALL_TRUSTED autolearn=failed version=3.0.2 X-Spam-Checker-Version: SpamAssassin 3.0.2 (2004-11-16) on pooker.samsco.org cc: cvs-src@freebsd.org cc: src-committers@freebsd.org cc: cvs-all@freebsd.org Subject: Re: cvs commit: src/sys/modules Makefile X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 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: Sat, 05 Feb 2005 17:10:34 -0000 Nate Lawson wrote: > Scott Long wrote: > >> scottl 2005-02-05 08:01:10 UTC >> >> FreeBSD src repository >> >> Modified files: >> sys/modules Makefile Log: >> Only compile the cpufreq driver on i386 and amd64. >> Revision Changes Path >> 1.427 +3 -1 src/sys/modules/Makefile > > > Is that due to a compile problem or just because the current hardware > supported by that package is only found on i386 systems? sys/dev/cpufreq > is going to be a whole set of MI drivers. The ichss.c driver should be > MI in that it only accesses PCI registers. Please let me know if you > had a problem and what was not fully MI, then revert this commit. > I guess you missed the series of tinderbox failure messages? Scott