Look for cpu/ichss instead of cpu/p4tcc, which is i386/amd64-only.

This commit is contained in:
Dag-Erling Smørgrav 2006-02-18 16:01:07 +00:00
parent 2b22cf9cbe
commit af2cde52b3
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=155810

View File

@ -434,7 +434,7 @@ main(int argc, char * argv[])
mode = mode_none;
/* Make sure the cpufreq module is loaded */
if (!kld_isloaded("cpu/p4tcc") && kld_load("cpufreq") == -1)
if (!kld_isloaded("cpu/ichss") && kld_load("cpufreq") == -1)
err(1, "failed to load cpufreq module");
/* Poll interval is in units of ms. */