summaryrefslogtreecommitdiffstats
path: root/sys/dev/acpica
Commit message (Expand)AuthorAgeFilesLines
* Make sure legacy replacement route is turned off when enbling HPET.jkim2008-11-191-2/+5
* Allow device hints to wire the unit numbers of devices.jhb2008-11-181-0/+86
* Remove " + 1".mav2008-11-031-1/+1
* Make the no driver stuff an ifdef.imp2008-11-021-4/+9
* As soon as we have several threads per process now, it is not correct tomav2008-11-021-5/+1
* Clean up DSDT and XSDT correctly instead of FADT when the tables are bad.jkim2008-09-191-2/+2
* Handle errors from device_get_children.imp2008-08-231-4/+9
* Extend the support for PCI-e memory mapped configuration space access:jhb2008-08-221-0/+41
* Fix a typo.jhb2008-08-041-1/+1
* Further refine the probe order of devices to more closely match the previousjhb2008-07-231-9/+4
* Initialize tz_active to a new constant TZ_ACTIVE_UNKNOWN and make norpaulo2008-04-251-1/+20
* Update the list of Cx states when ACPICA notifies us. Usually, thisrpaulo2008-04-121-4/+24
* Revert back to probing Host-PCI bridges in the order we encounter them injhb2008-04-071-18/+11
* GPE lock may recurse on resume path.takawata2008-04-051-1/+1
* Rework how the nexus(4) device works on x86 to better handle the idea ofjhb2008-03-132-45/+39
* Probe CPUs after the PCI hierarchy on i386, amd64, and ia64. This allowsjhb2008-03-101-6/+22
* Some PIIX4 chipsets need to be told to generate Stop Breaks by settingrpaulo2008-03-091-0/+20
* Create a thread to handle passive cooling for 1st zone which has _PSV,ume2008-02-161-19/+20
* Allow the user to override the current active cooling state if staterpaulo2008-02-161-1/+2
* Skip validation of the C3 state if we disabled C3 by software (i.e.,rpaulo2008-02-161-1/+1
* Fix a typo when testing for the NO_C3 quirk.jhb2008-02-121-1/+1
* Return errno value rather than boolean in this context.iwasaki2008-01-281-2/+6
* Enter the sleep state immediately without waiting for timeout ifiwasaki2008-01-271-0/+6
* Add a header containing constants for the various HPET registers and theirjhb2008-01-162-23/+84
* Fix a few minor issues based on a bug report and reading over the HPETjhb2008-01-151-3/+45
* Fix GPE livelock that occurs on HP/Compaq laptops, mostly in the thermalnjl2008-01-121-3/+7
* Use devclass_get_count() instead of devclass_get_maxunit() to get thejhb2007-12-311-1/+1
* Add a new 'why' argument to kdb_enter(), and a set of constants to userwatson2007-12-251-2/+2
* Add sysctl mibs for _TSP, _TC1 and _TC2 which is user overridableume2007-12-241-0/+40
* Check battery presence first before trying to get battery information.jkim2007-11-201-3/+4
* Whitespace only.njl2007-11-081-2/+0
* Fix a shutdown hang on some SMP systems. The previous logic was to IPI allnjl2007-11-021-4/+6
* Don't return an error from resume() if execution of _DIS fails for somejhb2007-10-271-3/+4
* Don't destroy an ACPI device_t for a PCI device and reassign the ACPIjhb2007-10-271-2/+13
* Don't always re-route IRQs on resume. If this link hasn't been used, thenjhb2007-10-271-1/+16
* More style nit.takawata2007-10-251-6/+3
* Fix variable name to be clear what it means.takawata2007-10-251-3/+3
* Turn EC into poll mode before device_resume invoked .takawata2007-10-251-3/+34
* Rename the kthread_xxx (e.g. kthread_create()) callsjulian2007-10-201-3/+3
* When the EC times out (common with Compaqs), it may report a designnjl2007-10-091-2/+4
* Fix the HPET table probe routine to run from device_identify() insteadnjl2007-10-093-11/+20
* Make the PCI code aware of PCI domains (aka PCI segments) so we canmarius2007-09-302-4/+11
* Rewrite the EC driver event model. The main goal is to avoidnjl2007-09-241-304/+189
* Reject requests to start or ack a suspend sequence on platforms that do notnjl2007-09-131-0/+10
* Evaluate _OSC on boot to indicate our OS capabilities to ACPI. This isnjl2007-08-301-7/+32
* Dynamically choose the quality of the ACPI timer depending on whethernjl2007-07-302-2/+4
* The HPET appears to be broken on silby's Acer Pentium M system, nevernjl2007-07-221-4/+18
* My previous commit introduced a spurious warning for the case where anjl2007-06-301-0/+4
* Update the suspend/resume user API while maintaining backwards compat.njl2007-06-213-13/+211
* Convert magic to a uintptr_t. This should get rid of some warnings onnjl2007-06-154-8/+8
OpenPOWER on IntegriCloud