aboutsummaryrefslogtreecommitdiff
path: root/sys/dev/acpica
Commit message (Expand)AuthorAgeFilesLines
* Remove ia64.Marcel Moolenaar2014-07-071-1/+1
* Pull in r267961 and r267973 again. Fix for issues reported will follow.Hans Petter Selasky2014-06-283-9/+3
* Revert r267961, r267973:Glen Barber2014-06-273-3/+9
* Extend the meaning of the CTLFLAG_TUN flag to automatically check ifHans Petter Selasky2014-06-273-9/+3
* Remove not needed initialisation code.Hans Petter Selasky2014-06-261-11/+2
* Expand r261243 even further and ignore any I/O port resources assigned toJohn Baldwin2014-06-251-5/+14
* Trust the state of a power resource that get from a working _STA methodJohn Baldwin2014-06-191-13/+4
* Remove duplicate SYSCTL_DECL(_debug_acpi) which was breaking tinderboxSteven Hartland2014-04-241-2/+0
* Increase ACPI_MAX_TASKS to be 4 x the number of CPU's as 2 x was stillSteven Hartland2014-04-241-1/+1
* Exposed debug.acpi.max_tasks and debug.acpi.max_threads via sysctls so theirSteven Hartland2014-04-241-0/+6
* Add a basic set of data points which count the number of sleep entriesAdrian Chadd2014-04-081-0/+35
* Turns out name was used here when ACPI_DEBUG was defined, so refine myWarner Losh2014-03-311-0/+15
* Remove instances of variables that were set, but never used. gcc 4.9Warner Losh2014-03-303-13/+3
* Add support for managing PCI bus numbers. As with BARs and PCI-PCI bridgeJohn Baldwin2014-02-122-1/+88
* Some BIOSes incorrectly use standard memory resource ranges to listJohn Baldwin2014-01-281-0/+16
* Fix undefined behavior: (1 << 31) is not defined as 1 is an int and thisEitan Adler2013-11-301-2/+2
* Handle case when ACPI reports HPET device, but does not provide memoryAlexander Motin2013-11-151-5/+11
* More BUS_PROBE_NOWILDCARD sweeping. Some devices here (if_ath_ahb and siba)Nathan Whitehorn2013-10-291-1/+1
* Import the driver for VT-d DMAR hardware, as specified in the revisionKonstantin Belousov2013-10-281-0/+29
* Add support for suspend/resume/migration operations when running as aJustin T. Gibbs2013-09-201-0/+9
* acpi_thermal: Warn about insane _TMP temperature only onceJean-Sébastien Pédron2013-08-301-5/+26
* Tidy up global locks for ACPICA. There is no functional change.Jung-uk Kim2013-08-131-12/+10
* Workaround some broken BIOSes that specify edge-sensitive but active-lowJohn Baldwin2013-07-161-0/+11
* Don't perform the acpi_DeviceIsPresent() check for PCI-PCI bridges. IfJohn Baldwin2013-07-032-10/+7
* Consistently cast ACPICA 64-bit integer types when we print them.Jung-uk Kim2013-06-261-1/+1
* Merge ACPICA 20130517.Jung-uk Kim2013-05-201-3/+7
* - Prefer ACPI_COMPARE_NAME(a, b) macro over strncmp(a, b, ACPI_NAME_SIZE).Jung-uk Kim2013-05-201-9/+8
* Fix white spaces.Jung-uk Kim2013-05-201-33/+31
* - Some BIOSes use an Extended IRQ resource descriptor in _PRS for a linkJohn Baldwin2013-04-222-2/+12
* Fix a typo in a comment.Rui Paulo2013-03-171-1/+1
* Add "else" missed at r248154.Alexander Motin2013-03-111-1/+1
* Reduce HPET eventtimer priority on systems with 8 or more cores. Price ofAlexander Motin2013-03-111-1/+2
* MFcalloutng:Alexander Motin2013-02-281-17/+9
* MFcalloutng (r247427 by mav):Davide Italiano2013-02-281-2/+2
* MFcalloutng:Davide Italiano2013-02-281-4/+7
* revert accidentally committed unneeded changes from r246250Andriy Gapon2013-02-021-2/+2
* acpi: clear power button status bit after waking up...Andriy Gapon2013-02-021-0/+25
* acpi: after wakeup from a state > S1 re-enable SCI_EN with a direct writeAndriy Gapon2013-02-021-2/+15
* Use DEVMETHOD_END macro defined in sys/bus.h instead of {0, 0} sentinel on de...Sofian Brabez2013-01-3017-18/+18
* Fix two misusages of return_*() macros for ACPICA.Jung-uk Kim2013-01-282-2/+6
* Fix white spaces for style consistency.Jung-uk Kim2013-01-282-7/+6
* Merge ACPICA 20130117.Jung-uk Kim2013-01-171-1/+3
* Remove not very useful printf, that can be too chatty.Alexander Motin2013-01-101-8/+1
* acpi_cpu_notify: disable acpi_cpu_idle while updating C-state dataAndriy Gapon2012-12-011-7/+15
* acpi_cpu: change cpu_disable_idle to be a per-cpu flag...Andriy Gapon2012-12-011-17/+53
* acpi_cpu: use fixed resource ids for cx state i/o resourcesAndriy Gapon2012-11-221-11/+11
* Update MAX_TASKS to scale a bit based on MAXCPUSean Bruno2012-11-121-1/+1
* Merge ACPICA 20121018.Jung-uk Kim2012-10-231-1/+1
* This isn't functionally identical. In some cases a hint to disableEitan Adler2012-10-223-0/+10
* Now that device disabling is generic, remove extraneous code from theEitan Adler2012-10-223-10/+0