| Commit message (Expand) | Author | Age | Files | Lines |
| * | 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 |
| * | Fix a shutdown hang on some SMP systems. The previous logic was to IPI all | Nate Lawson | 2007-11-02 | 1 | -4/+6 |
| * | Don't return an error from resume() if execution of _DIS fails for some | John Baldwin | 2007-10-27 | 1 | -3/+4 |
| * | Don't destroy an ACPI device_t for a PCI device and reassign the ACPI | John Baldwin | 2007-10-27 | 1 | -2/+13 |
| * | Don't always re-route IRQs on resume. If this link hasn't been used, then | John Baldwin | 2007-10-27 | 1 | -1/+16 |
| * | More style nit. | Takanori Watanabe | 2007-10-25 | 1 | -6/+3 |
| * | Fix variable name to be clear what it means. | Takanori Watanabe | 2007-10-25 | 1 | -3/+3 |
| * | Turn EC into poll mode before device_resume invoked . | Takanori Watanabe | 2007-10-25 | 1 | -3/+34 |
| * | Rename the kthread_xxx (e.g. kthread_create()) calls | Julian Elischer | 2007-10-20 | 1 | -3/+3 |
| * | When the EC times out (common with Compaqs), it may report a design | Nate Lawson | 2007-10-09 | 1 | -2/+4 |
| * | Fix the HPET table probe routine to run from device_identify() instead | Nate Lawson | 2007-10-09 | 3 | -11/+20 |
| * | Make the PCI code aware of PCI domains (aka PCI segments) so we can | Marius Strobl | 2007-09-30 | 2 | -4/+11 |
| * | Rewrite the EC driver event model. The main goal is to avoid | Nate Lawson | 2007-09-24 | 1 | -304/+189 |
| * | Reject requests to start or ack a suspend sequence on platforms that do not | Nate Lawson | 2007-09-13 | 1 | -0/+10 |
| * | Evaluate _OSC on boot to indicate our OS capabilities to ACPI. This is | Nate Lawson | 2007-08-30 | 1 | -7/+32 |
| * | Dynamically choose the quality of the ACPI timer depending on whether | Nate Lawson | 2007-07-30 | 2 | -2/+4 |
| * | The HPET appears to be broken on silby's Acer Pentium M system, never | Nate Lawson | 2007-07-22 | 1 | -4/+18 |