summaryrefslogtreecommitdiff
path: root/sys/dev/cpufreq/ichss.c
AgeCommit message (Expand)Author
2025-06-21newbus: replace leftover device unit wildcardsAhmad Khalifa
2023-11-26sys: Automated cleanup of cdefs and other formattingWarner Losh
2023-08-16sys: Remove $FreeBSD$: one-line .c patternWarner Losh
2023-05-12spdx: The BSD-2-Clause-FreeBSD identifier is obsolete, drop -FreeBSDWarner Losh
2022-05-06cpufreq: Remove unused devclass arguments to DRIVER_MODULE.John Baldwin
2017-11-27sys/dev: further adoption of SPDX licensing ID tags.Pedro F. Giffuni
2013-02-26Add a quirk to disable this driver for certain older laptops with an ICH2John Baldwin
2013-01-30Use DEVMETHOD_END macro defined in sys/bus.h instead of {0, 0} sentinel on de...Sofian Brabez
2008-08-13Attach the cpufreq child devices with specific orders to enforce relativeJohn Baldwin
2008-03-10Probe CPUs after the PCI hierarchy on i386, amd64, and ia64. This allowsJohn Baldwin
2006-05-16Since DELAY() was moved, most <machine/clock.h> #includes have beenPoul-Henning Kamp
2005-03-20Only activate ICH speedstep if we're going to use it. No bugs were observedNate Lawson
2005-02-27Make a pass through all drivers checking specs for desired behavior onNate Lawson
2005-02-22Support disabling individual cpufreq drivers with hints, e.g.,Nate Lawson
2005-02-20Don't attach ichss if est is present. On systems that seem to support both,Nate Lawson
2005-02-18Introduce a new method, cpufreq_drv_type(), that returns the type of theNate Lawson
2005-02-17Fix the check for acpi_perf(4) so that we verify if it is fully attachedNate Lawson
2005-02-05Use intr_disable/restore() instead of disable_intr() since the latter isNate Lawson
2005-02-04Don't rely on indirect inclusion of machine/bus.h to useWarner Losh
2005-02-04Add a cpufreq driver for the SpeedStep capability in the ICH chipset. ThisNate Lawson