| Commit message (Expand) | Author | Age | Files | Lines |
* | If we're trying to use C2/3 and reads from the register are returning | njl | 2005-10-25 | 1 | -3/+24 |
* | Canonize the include of acpi.h. | obrien | 2005-09-11 | 1 | -1/+1 |
* | Advertise that we can handle unified SMP control of processor power | njl | 2005-04-10 | 1 | -2/+4 |
* | Fix support for _PDC by using the proper version/length format for the | njl | 2005-04-10 | 1 | -3/+22 |
* | Add the acpi_get_features() method. This method is called on child drivers | njl | 2005-04-04 | 1 | -28/+21 |
* | If a device_add_child fails (i.e. low memory situation), be sure to free | njl | 2005-03-27 | 1 | -0/+2 |
* | Remove handling _PSS notifies from acpi_cpu and let acpi_perf handle them. | njl | 2005-02-07 | 1 | -17/+7 |
* | Remove acpi throttling support from the acpi_cpu(4) driver now that this | njl | 2005-02-06 | 1 | -236/+9 |
* | Notify the OS that we're taking over Px states in acpi_perf(4) instead of | njl | 2005-02-06 | 1 | -9/+0 |
* | Staticize the legacy cpu devclasses and revert the name for the acpi_cpu | njl | 2005-02-06 | 1 | -3/+3 |
* | Convert to the new GAS API so that we can free registers in the future. | njl | 2005-02-05 | 1 | -7/+13 |
* | Make the devclass static for now until deciding whether to share them. | njl | 2005-02-04 | 1 | -1/+1 |
* | Update the CPU attachments to return CPU_IVAR_PCPU as well as pass on | njl | 2005-02-04 | 1 | -15/+101 |
* | Enable throttling/C3 quirks for PIIX4 parts. Defer checking quirks until | njl | 2004-11-16 | 1 | -9/+21 |
* | Update C3 support when BM control is not present. | njl | 2004-10-11 | 1 | -16/+28 |
* | If bus mastering control is not available (PM2_BLK), don't just disable | njl | 2004-10-11 | 1 | -16/+27 |
* | Move the code for halting the CPU (acpi_cpu_c1) into machdep files. | njl | 2004-10-11 | 1 | -15/+0 |
* | MPSAFE locking | njl | 2004-08-13 | 1 | -15/+14 |
* | Use uintmax_t for CPU statistics and add a cast to prevent truncation of | njl | 2004-06-24 | 1 | -2/+2 |
* | Add more precision to the cx_usage sysctl output and special-case 0%. | njl | 2004-06-19 | 1 | -5/+11 |
* | Rework acpi_cpu_idle() to select the next idle state before sleeping, not | njl | 2004-06-05 | 1 | -109/+78 |
* | Work around the preemption problem in acpi_cpu.c for shutting down. | peter | 2004-06-04 | 1 | -0/+2 |
* | Add missing <sys/module.h> includes | phk | 2004-05-30 | 1 | -0/+1 |
* | Change hw.acpi.cpu.cx_lowest to accept values in the form of C1, | njl | 2004-05-07 | 1 | -9/+12 |
* | Rename acpi_cpu to cpu. Change the probe routine to early on reject | njl | 2004-05-06 | 1 | -42/+90 |
* | Move the timer difference convenience function from acpi_cpu.c to make it | njl | 2004-04-21 | 1 | -14/+1 |
* | Add MODULE_DEPEND entries so some of these drivers can eventually be | njl | 2004-04-09 | 1 | -0/+1 |
* | Fix border error to allow systems that specify 100 for latency also use | njl | 2004-03-17 | 1 | -2/+2 |
* | Document a sysctl. | njl | 2004-03-05 | 1 | -1/+2 |
* | Don't disable Cx support and throttling on machines with a P_BLK_LEN != 6 | njl | 2004-03-04 | 1 | -3/+16 |
* | Don't attach throttling if the P_BLK is 0, even if the P_BLK_LEN is 6. | njl | 2003-12-28 | 1 | -1/+1 |
* | Remove the device_t parameter from package routines that only used it to | njl | 2003-12-23 | 1 | -8/+6 |
* | Remove power profile support from acpi_cpu, it will be managed by a | njl | 2003-12-18 | 1 | -95/+26 |
* | Fix throttling to use the proper mask. The bug resulted in only two | njl | 2003-12-12 | 1 | -2/+2 |
* | Trim trailing whitespace. | jhb | 2003-12-10 | 1 | -9/+9 |
* | We don't need to call _INI on processor objects now that ACPI-CA does | njl | 2003-12-09 | 1 | -7/+0 |
* | Update this driver to be more module friendly: | jhb | 2003-12-03 | 1 | -5/+7 |
* | * If a processor's softc is NULL, use C1 since there is no ACPI | njl | 2003-11-27 | 1 | -4/+11 |
* | * Add acpi_pcpu_get_id(idx, *acpi_id, *cpu_id) which fetches the | njl | 2003-11-26 | 1 | -49/+48 |
* | * Add a DEVMETHOD for acpi so that child detach methods get called. Add | njl | 2003-11-19 | 1 | -109/+203 |
* | Implement Cx CPU idle states and updated throttling support. | njl | 2003-11-15 | 1 | -161/+783 |
* | Style and whitespace changes. Also, make the ivar functions non-inline | njl | 2003-08-28 | 1 | -99/+111 |
* | Use __FBSDID(). | obrien | 2003-08-24 | 1 | -2/+3 |
* | More useful announce message containing current speed of CPU | njl | 2003-01-23 | 1 | -3/+3 |
* | For the cpu throttling message, s/enabled/available | njl | 2003-01-14 | 1 | -1/+2 |
* | Catch up to changes in acpivar.h to add support for using ACPI on | jhb | 2002-10-16 | 1 | -0/+2 |
* | Brutally deal with __func__ being 'const char *' on gcc-3.1. | peter | 2002-05-19 | 1 | -1/+1 |
* | Add generalized power profile code. | iwasaki | 2002-03-04 | 1 | -6/+25 |
* | Match namespace cleanup changes in ACPI CA 20020217 update. | msmith | 2002-02-23 | 1 | -2/+2 |
* | Staticise devclasses and some unnecessarily global variables. | msmith | 2002-01-08 | 1 | -1/+1 |