Date: Sun, 27 Feb 2005 02:43:02 +0000 (UTC) From: Nate Lawson <njl@FreeBSD.org> To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/dev/acpica acpi_perf.c src/sys/dev/cpufreq ichss.c src/sys/i386/cpufreq est.c p4tcc.c Message-ID: <200502270243.j1R2h2DV050330@repoman.freebsd.org>
next in thread | raw e-mail | index | archive | help
njl 2005-02-27 02:43:02 UTC
FreeBSD src repository
Modified files:
sys/dev/acpica acpi_perf.c
sys/dev/cpufreq ichss.c
sys/i386/cpufreq est.c p4tcc.c
Log:
Make a pass through all drivers checking specs for desired behavior on
SMP systems. It appears all drivers except ichss should attach to each
CPU and that settings should be performed on each CPU. Add comments about
this. Also, add a guard for p4tcc's identify method being called more than
once.
Revision Changes Path
1.14 +5 -0 src/sys/dev/acpica/acpi_perf.c
1.8 +5 -1 src/sys/dev/cpufreq/ichss.c
1.4 +4 -0 src/sys/i386/cpufreq/est.c
1.10 +11 -0 src/sys/i386/cpufreq/p4tcc.c
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200502270243.j1R2h2DV050330>
