summaryrefslogtreecommitdiffstats
path: root/sys/dev/acpica
Commit message (Expand)AuthorAgeFilesLines
* Don't create a device_t object or parse current resources (via _CRS) forjhb2011-06-172-20/+38
* Implement BUS_ADJUST_RESOURCE() for the x86 drivers that sit between thejhb2011-06-101-11/+25
* Merge ACPICA 20110527.jkim2011-05-311-10/+13
* Decrease ACPI-fast timecounter quality to 900 and increase HPET timecounterjkim2011-05-232-2/+2
* Reimplement how PCI-PCI bridges manage their I/O windows. Previously thejhb2011-05-032-3/+11
* The ACPI Host-PCI bridge driver actually supports multiple domains viajhb2011-05-021-1/+1
* Add implementations of BUS_ADJUST_RESOURCE() to the PCI bus driver,jhb2011-05-021-0/+1
* Correctly output the entire array for hw.acpi.thermal._ACx.mdf2011-04-191-1/+2
* Do not assume PM timer GAS type is I/O or memory. It may be an unsupportedjkim2011-04-181-8/+33
* Fix a few acpi sysctls that want "IK" formatting to specify CTLTYPE_INT.mdf2011-04-181-7/+7
* Add event handlers for (ACPI) suspend/resume events. Suspend event handlersjkim2011-04-141-0/+4
* Add some tunable descriptions about x86 timers.jkim2011-04-141-1/+1
* Use atomic load & store for TSC frequency. It may be overkill for amd64 butjkim2011-04-071-1/+1
* Lower the bar for ACPI-fast on real machines slightly. Empirical evidencesjkim2011-04-051-8/+11
* Move a trivial acpi_TimerDelta() to acpivar.h to make it inlineable.jkim2011-04-042-11/+10
* Always check the current minimum value to make the test more predictable.jkim2011-04-041-2/+2
* Fix bogus logic to calculate delta between two values from ACPI timers.jkim2011-04-041-8/+3
* Lower the bar for ACPI-fast on virtual machines. The current logic dependsjkim2011-04-041-2/+3
* Add inline to acpi_timer_read() to reduce unnecessary jumps and calls.jkim2011-04-041-3/+3
* Add more definitions for vendor-specific CPU capability bits to the lastjkim2011-02-251-11/+13
* Rework r218685. Copy just enough data for the resource type.jkim2011-02-141-23/+22
* Prevent reading from the ACPI_RESOURCE past its actual end. Formdf2011-02-141-1/+5
* Use the preload_fetch_addr() and preload_fetch_size() conveniencemarcel2011-02-131-11/+13
* Fix a few more SYSCTL_PROC() that were missing a CTLFLAG type specifier.mdf2011-01-191-1/+1
* Remove bogus check. pcib_get_bus() (like other BUS_ACCESSOR() methods)jhb2011-01-181-2/+0
* Work around a witness(4) panic introduced in r217238.jkim2011-01-111-8/+26
* Fix a witness(4) warning introduced in r217238.jkim2011-01-111-13/+18
* Remove impossible error conditions.jkim2011-01-101-4/+2
* Add forgotten free(9) in the previous commit for an error case.jkim2011-01-101-0/+1
* Allow AcpiOsInstallInterruptHandler() and AcpiOsRemoveInterruptHandler() tojkim2011-01-102-84/+149
* Prefer KASSERT(9) over panic(9) as it was never seen in reality.jkim2011-01-101-2/+1
* Clarify the previous commit. AcpiFinishGpe() will not clear GPE for usjkim2011-01-041-1/+3
* Clear GPE from a query handler if the task was deferred.jkim2011-01-041-8/+11
* Fix parameters for wakeup(9) and tsleep(9).jkim2011-01-031-2/+2
* Don't try to reserve a resource that is already allocated. If the ECDTjhb2010-12-231-0/+8
* Use resource_list_reserve() to reserve I/O port and memory resources forjhb2010-12-222-69/+195
* small cleanup of acpi battery status setting and checkingavg2010-12-174-4/+23
* Small style fixes:jhb2010-12-161-14/+12
* Spelling fix.jhb2010-12-161-1/+1
* Merge ACPICA 20101209.jkim2010-12-153-11/+27
* Stop lying about supporting cpu_est_clockrate() when TSC is invariant. Thisjkim2010-12-141-0/+11
* Use proper resource ID's for HPET IRQ resources. This mostly consists ofjhb2010-12-071-1/+19
* Various small typos and grammar nits in comments.jhb2010-11-181-2/+2
* Create C1 state when _CST is valid but _CST does not have one. Some BIOSesjkim2010-11-121-4/+26
* Make APM emulation look more closer to its origin. Use device_get_softc(9)jkim2010-11-101-1/+1
* Refactor acpi_machdep.c for amd64 and i386, move APM emulation into a newjkim2010-11-101-0/+3
* Consistently use padding `_' in the comment.jkim2010-11-081-1/+1
* Add a forgotten change from the previous commit.jkim2010-11-051-1/+1
* Fix a use-after-free bug for extended IRQ resource[1]. When _PRS buffer isjkim2010-11-051-44/+34
* Adjust a comment to clarify why \_SB_ and \_TZ_ are defined as device typejkim2010-11-031-16/+14
OpenPOWER on IntegriCloud