cvs commit: src/sys/modules Makefile

Nate Lawson nate at root.org
Sat Feb 5 16:26:10 GMT 2005


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.

-- 
Nate


More information about the cvs-src mailing list