summaryrefslogtreecommitdiffstats
path: root/sys/dev/acpica/acpi_cpu.c
Commit message (Expand)AuthorAgeFilesLines
* Fix border error to allow systems that specify 100 for latency also usenjl2004-03-171-2/+2
* Document a sysctl.njl2004-03-051-1/+2
* Don't disable Cx support and throttling on machines with a P_BLK_LEN != 6njl2004-03-041-3/+16
* Don't attach throttling if the P_BLK is 0, even if the P_BLK_LEN is 6.njl2003-12-281-1/+1
* Remove the device_t parameter from package routines that only used it tonjl2003-12-231-8/+6
* Remove power profile support from acpi_cpu, it will be managed by anjl2003-12-181-95/+26
* Fix throttling to use the proper mask. The bug resulted in only twonjl2003-12-121-2/+2
* Trim trailing whitespace.jhb2003-12-101-9/+9
* We don't need to call _INI on processor objects now that ACPI-CA doesnjl2003-12-091-7/+0
* Update this driver to be more module friendly:jhb2003-12-031-5/+7
* * If a processor's softc is NULL, use C1 since there is no ACPInjl2003-11-271-4/+11
* * Add acpi_pcpu_get_id(idx, *acpi_id, *cpu_id) which fetches thenjl2003-11-261-49/+48
* * Add a DEVMETHOD for acpi so that child detach methods get called. Addnjl2003-11-191-109/+203
* Implement Cx CPU idle states and updated throttling support.njl2003-11-151-161/+783
* Style and whitespace changes. Also, make the ivar functions non-inlinenjl2003-08-281-99/+111
* Use __FBSDID().obrien2003-08-241-2/+3
* More useful announce message containing current speed of CPUnjl2003-01-231-3/+3
* For the cpu throttling message, s/enabled/availablenjl2003-01-141-1/+2
* Catch up to changes in acpivar.h to add support for using ACPI onjhb2002-10-161-0/+2
* Brutally deal with __func__ being 'const char *' on gcc-3.1.peter2002-05-191-1/+1
* Add generalized power profile code.iwasaki2002-03-041-6/+25
* Match namespace cleanup changes in ACPI CA 20020217 update.msmith2002-02-231-2/+2
* Staticise devclasses and some unnecessarily global variables.msmith2002-01-081-1/+1
* If the CLK_VAL register is 0 bits wide, the system does not supportmsmith2002-01-021-10/+12
* Cleanups of verbose printing. All the messages for the debugging isiwasaki2001-11-181-1/+2
* Allow hw.acpi.cpu.{economy,performance}_speed to be set from the loaderjhb2001-10-231-0/+9
* Add missing acpi_disabled() call so that this driver can be disabled.msmith2001-08-301-1/+2
* Updates to match the ACPI CA 20010816 import:msmith2001-08-261-3/+3
* Convert from acpi_strerror() to AcpiFormatException()msmith2001-07-211-1/+1
* Use our saved copy of the FADT rather than fetching it again.msmith2001-07-211-13/+5
* Fix typo in acpi_cpu_attach() and correct range checking iniwasaki2001-07-071-2/+2
* Kill the old processor driver; the ACPI CA functions it depended onmsmith2001-07-071-0/+388
OpenPOWER on IntegriCloud