aboutsummaryrefslogtreecommitdiff
path: root/sys/dev/acpica
Commit message (Expand)AuthorAgeFilesLines
* Quick change to r186026. One of the conditionals was:Mike Silbersack2008-12-131-1/+1
* Add the sysctl debug.acpi.batt.batt_sleep_ms.Mike Silbersack2008-12-131-0/+34
* Remove unused variable.Ganbold Tsagaankhuu2008-11-251-2/+1
* Make sure legacy replacement route is turned off when enbling HPET.Jung-uk Kim2008-11-191-2/+5
* Allow device hints to wire the unit numbers of devices.John Baldwin2008-11-181-0/+86
* Remove " + 1".Alexander Motin2008-11-031-1/+1
* Make the no driver stuff an ifdef.Warner Losh2008-11-021-4/+9
* As soon as we have several threads per process now, it is not correct toAlexander Motin2008-11-021-5/+1
* Clean up DSDT and XSDT correctly instead of FADT when the tables are bad.Jung-uk Kim2008-09-191-2/+2
* Handle errors from device_get_children.Warner Losh2008-08-231-4/+9
* Extend the support for PCI-e memory mapped configuration space access:John Baldwin2008-08-221-0/+41
* Fix a typo.John Baldwin2008-08-041-1/+1
* Further refine the probe order of devices to more closely match the previousJohn Baldwin2008-07-231-9/+4
* Initialize tz_active to a new constant TZ_ACTIVE_UNKNOWN and make noRui Paulo2008-04-251-1/+20
* Update the list of Cx states when ACPICA notifies us. Usually, thisRui Paulo2008-04-121-4/+24
* Revert back to probing Host-PCI bridges in the order we encounter them inJohn Baldwin2008-04-071-18/+11
* GPE lock may recurse on resume path.Takanori Watanabe2008-04-051-1/+1
* Rework how the nexus(4) device works on x86 to better handle the idea ofJohn Baldwin2008-03-132-45/+39
* Probe CPUs after the PCI hierarchy on i386, amd64, and ia64. This allowsJohn Baldwin2008-03-101-6/+22
* Some PIIX4 chipsets need to be told to generate Stop Breaks by settingRui Paulo2008-03-091-0/+20
* Create a thread to handle passive cooling for 1st zone which has _PSV,Hajimu UMEMOTO2008-02-161-19/+20
* Allow the user to override the current active cooling state if stateRui Paulo2008-02-161-1/+2
* Skip validation of the C3 state if we disabled C3 by software (i.e.,Rui Paulo2008-02-161-1/+1
* Fix a typo when testing for the NO_C3 quirk.John Baldwin2008-02-121-1/+1
* Return errno value rather than boolean in this context.Mitsuru IWASAKI2008-01-281-2/+6
* Enter the sleep state immediately without waiting for timeout ifMitsuru IWASAKI2008-01-271-0/+6
* Add a header containing constants for the various HPET registers and theirJohn Baldwin2008-01-162-23/+84
* Fix a few minor issues based on a bug report and reading over the HPETJohn Baldwin2008-01-151-3/+45
* Fix GPE livelock that occurs on HP/Compaq laptops, mostly in the thermalNate Lawson2008-01-121-3/+7
* Use devclass_get_count() instead of devclass_get_maxunit() to get theJohn Baldwin2007-12-311-1/+1
* Add a new 'why' argument to kdb_enter(), and a set of constants to useRobert Watson2007-12-251-2/+2
* Add sysctl mibs for _TSP, _TC1 and _TC2 which is user overridableHajimu UMEMOTO2007-12-241-0/+40
* Check battery presence first before trying to get battery information.Jung-uk Kim2007-11-201-3/+4
* Whitespace only.Nate Lawson2007-11-081-2/+0
* Fix a shutdown hang on some SMP systems. The previous logic was to IPI allNate Lawson2007-11-021-4/+6
* Don't return an error from resume() if execution of _DIS fails for someJohn Baldwin2007-10-271-3/+4
* Don't destroy an ACPI device_t for a PCI device and reassign the ACPIJohn Baldwin2007-10-271-2/+13
* Don't always re-route IRQs on resume. If this link hasn't been used, thenJohn Baldwin2007-10-271-1/+16
* More style nit.Takanori Watanabe2007-10-251-6/+3
* Fix variable name to be clear what it means.Takanori Watanabe2007-10-251-3/+3
* Turn EC into poll mode before device_resume invoked .Takanori Watanabe2007-10-251-3/+34
* Rename the kthread_xxx (e.g. kthread_create()) callsJulian Elischer2007-10-201-3/+3
* When the EC times out (common with Compaqs), it may report a designNate Lawson2007-10-091-2/+4
* Fix the HPET table probe routine to run from device_identify() insteadNate Lawson2007-10-093-11/+20
* Make the PCI code aware of PCI domains (aka PCI segments) so we canMarius Strobl2007-09-302-4/+11
* Rewrite the EC driver event model. The main goal is to avoidNate Lawson2007-09-241-304/+189
* Reject requests to start or ack a suspend sequence on platforms that do notNate Lawson2007-09-131-0/+10
* Evaluate _OSC on boot to indicate our OS capabilities to ACPI. This isNate Lawson2007-08-301-7/+32
* Dynamically choose the quality of the ACPI timer depending on whetherNate Lawson2007-07-302-2/+4
* The HPET appears to be broken on silby's Acer Pentium M system, neverNate Lawson2007-07-221-4/+18