| Commit message (Expand) | Author | Age | Files | Lines |
| * | We no longer need to use d_thread_t, migrate to struct thread *. | Warner Losh | 2009-05-20 | 1 | -3/+3 |
| * | Make dev.cpu.X.cx_usage sysctl also report current average of sleep time. | Alexander Motin | 2009-05-03 | 1 | -1/+2 |
| * | Remove unused variable and fix spelling in comment. | Alexander Motin | 2009-05-03 | 1 | -2/+1 |
| * | Avoid comparing negative signed to positive unsignad values. It was | Alexander Motin | 2009-05-02 | 1 | -41/+11 |
| * | Fix off-by-one bug. S5 state must be checked as well. | Jung-uk Kim | 2009-04-30 | 1 | -1/+1 |
| * | Fix style(9). | Jung-uk Kim | 2009-04-30 | 1 | -2/+2 |
| * | Prefer device_printf() over printf() where ever possible. | Jung-uk Kim | 2009-04-30 | 1 | -25/+29 |
| * | General sleep state change clean up. | Jung-uk Kim | 2009-04-30 | 1 | -68/+110 |
| * | acpi: do not run resume/backout code when entering S0/S5 states | Andriy Gapon | 2009-04-28 | 1 | -73/+66 |
| * | Move the code to update cpu_cx_count out of acpi_cpu_generic_cx_probe() and | John Baldwin | 2009-03-26 | 1 | -4/+2 |
| * | Add a function to reset system time after resuming, which will be used | Jung-uk Kim | 2009-03-23 | 2 | -4/+22 |
| * | Check whether devd is running before calling resume notifier and | Jung-uk Kim | 2009-03-23 | 1 | -19/+34 |
| * | Initial suspend/resume support for amd64. | Jung-uk Kim | 2009-03-17 | 2 | -13/+42 |
| * | acpi_cpu: fixup for PIIX4E PCI config related to C2 | Andriy Gapon | 2009-02-19 | 1 | -1/+11 |
| * | pcib_read_config and pcib_write_config take u_int params. | Warner Losh | 2009-02-05 | 1 | -8/+9 |
| * | Convert battery capacity/rate from mA to mW only when summary is requested. | Alexander Motin | 2009-01-17 | 1 | -1/+1 |
| * | Quick change to r186026. One of the conditionals was: | Mike Silbersack | 2008-12-13 | 1 | -1/+1 |
| * | Add the sysctl debug.acpi.batt.batt_sleep_ms. | Mike Silbersack | 2008-12-13 | 1 | -0/+34 |
| * | Remove unused variable. | Ganbold Tsagaankhuu | 2008-11-25 | 1 | -2/+1 |
| * | Make sure legacy replacement route is turned off when enbling HPET. | Jung-uk Kim | 2008-11-19 | 1 | -2/+5 |
| * | Allow device hints to wire the unit numbers of devices. | John Baldwin | 2008-11-18 | 1 | -0/+86 |
| * | Remove " + 1". | Alexander Motin | 2008-11-03 | 1 | -1/+1 |
| * | Make the no driver stuff an ifdef. | Warner Losh | 2008-11-02 | 1 | -4/+9 |
| * | As soon as we have several threads per process now, it is not correct to | Alexander Motin | 2008-11-02 | 1 | -5/+1 |
| * | Clean up DSDT and XSDT correctly instead of FADT when the tables are bad. | Jung-uk Kim | 2008-09-19 | 1 | -2/+2 |
| * | Handle errors from device_get_children. | Warner Losh | 2008-08-23 | 1 | -4/+9 |
| * | Extend the support for PCI-e memory mapped configuration space access: | John Baldwin | 2008-08-22 | 1 | -0/+41 |
| * | Fix a typo. | John Baldwin | 2008-08-04 | 1 | -1/+1 |
| * | Further refine the probe order of devices to more closely match the previous | John Baldwin | 2008-07-23 | 1 | -9/+4 |
| * | Initialize tz_active to a new constant TZ_ACTIVE_UNKNOWN and make no | Rui Paulo | 2008-04-25 | 1 | -1/+20 |
| * | Update the list of Cx states when ACPICA notifies us. Usually, this | Rui Paulo | 2008-04-12 | 1 | -4/+24 |
| * | Revert back to probing Host-PCI bridges in the order we encounter them in | John Baldwin | 2008-04-07 | 1 | -18/+11 |
| * | GPE lock may recurse on resume path. | Takanori Watanabe | 2008-04-05 | 1 | -1/+1 |
| * | Rework how the nexus(4) device works on x86 to better handle the idea of | John Baldwin | 2008-03-13 | 2 | -45/+39 |
| * | Probe CPUs after the PCI hierarchy on i386, amd64, and ia64. This allows | John Baldwin | 2008-03-10 | 1 | -6/+22 |
| * | Some PIIX4 chipsets need to be told to generate Stop Breaks by setting | Rui Paulo | 2008-03-09 | 1 | -0/+20 |
| * | Create a thread to handle passive cooling for 1st zone which has _PSV, | Hajimu UMEMOTO | 2008-02-16 | 1 | -19/+20 |
| * | Allow the user to override the current active cooling state if state | Rui Paulo | 2008-02-16 | 1 | -1/+2 |
| * | Skip validation of the C3 state if we disabled C3 by software (i.e., | Rui Paulo | 2008-02-16 | 1 | -1/+1 |
| * | Fix a typo when testing for the NO_C3 quirk. | John Baldwin | 2008-02-12 | 1 | -1/+1 |
| * | Return errno value rather than boolean in this context. | Mitsuru IWASAKI | 2008-01-28 | 1 | -2/+6 |
| * | Enter the sleep state immediately without waiting for timeout if | Mitsuru IWASAKI | 2008-01-27 | 1 | -0/+6 |
| * | Add a header containing constants for the various HPET registers and their | John Baldwin | 2008-01-16 | 2 | -23/+84 |
| * | Fix a few minor issues based on a bug report and reading over the HPET | John Baldwin | 2008-01-15 | 1 | -3/+45 |
| * | Fix GPE livelock that occurs on HP/Compaq laptops, mostly in the thermal | Nate Lawson | 2008-01-12 | 1 | -3/+7 |
| * | Use devclass_get_count() instead of devclass_get_maxunit() to get the | John Baldwin | 2007-12-31 | 1 | -1/+1 |
| * | Add a new 'why' argument to kdb_enter(), and a set of constants to use | Robert Watson | 2007-12-25 | 1 | -2/+2 |
| * | Add sysctl mibs for _TSP, _TC1 and _TC2 which is user overridable | Hajimu UMEMOTO | 2007-12-24 | 1 | -0/+40 |
| * | Check battery presence first before trying to get battery information. | Jung-uk Kim | 2007-11-20 | 1 | -3/+4 |
| * | Whitespace only. | Nate Lawson | 2007-11-08 | 1 | -2/+0 |