summaryrefslogtreecommitdiffstats
path: root/sys/dev/acpica
Commit message (Expand)AuthorAgeFilesLines
* 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
* Despite several examples in the kernel, the third argument ofdwmalone2007-06-041-1/+1
* Disable CPU idle states during suspend and reenable them during resume.njl2007-06-031-2/+29
* Fix a bug introduced in the per-CPU Cx states commit. The wrong loop varnjl2007-06-021-30/+27
* AcpiAcquireGlobalLock() can sometimes sleep if the mutex is contested.njl2007-06-021-13/+10
* Use ACPICA defined value for notification rather than locally defined one.takawata2007-05-311-8/+3
* Remove "acpi_bus_number: can't get _ADR" message. It usually appears asnjl2007-05-311-10/+7
* Add a sysctl, 'debug.acpi.suspend_bounce', that causes the system to bouncenjl2007-05-251-0/+8
* Fix a logic bug added in last commit where PNP0103 devices would no longernjl2007-05-161-17/+22
* Add ACPI HPET table support.takawata2007-05-153-2/+42
* Set the debug.acpi.acpi_ca_version sysctl even if ACPI support is notmarks2007-05-081-2/+2
* Revamp the MSI/MSI-X code a bit to achieve two main goals:jhb2007-05-022-5/+17
* Use a tighter check to see if a resource allocation request is for ajhb2007-04-251-1/+1
* Optimize sx locks to use simple atomic operations for the common cases ofjhb2007-03-311-0/+1
* Re-enable the HPET timer after a resume.njl2007-03-281-0/+13
* - Use '*h' instead of 'struct acpi_spinlock' for sizeof[1].jkim2007-03-261-2/+2
* Correct ACPI semaphore function parameters.jkim2007-03-261-4/+4
* Free the handle, not the lock. Pointy hat to me.jkim2007-03-261-1/+1
* Correct ACPI spinlock function parameters and use known ACPI spinlock names.jkim2007-03-261-20/+25
* Use a unique name for each mutex now that acpi-ca is creating more thannjl2007-03-261-2/+11
* Catch up with ACPI-CA 20070320 import.jkim2007-03-2220-236/+229
* Change acpi's handling of suballocating system resources to be a littlejhb2007-03-211-55/+39
* Tweak the probe/attach order of devices on the x86 nexus devices.jhb2007-03-201-1/+1
* If we got an OBE/IBF event, we failed to re-enable the GPE. This wouldnjl2007-03-201-5/+14
* Disable burst mode by default. Testing has shown that while it works onnjl2007-03-181-2/+2
* Only enter the debugger on a Fatal op if this is a debug build of thenjl2007-03-141-1/+3
* Check the _TMP value for sanity also. On some systems (HP NX laptops), thenjl2007-03-051-3/+10
* Rework EC I/O approach. Implement burst mode, including proper handling ofnjl2007-02-271-109/+206
* Use 'pause' in several places rather than trying to tsleep() on NULL (whichjhb2007-02-231-2/+1
* o break newbus api: add a new argument of type driver_filter_t topiso2007-02-231-1/+1
* Improve readability of the version string.njl2007-02-221-1/+1
* Add missing function trace for debug prints.njl2007-01-231-0/+2
* Expand the MSI/MSI-X API to address some deficiencies in the MSI-X support.jhb2007-01-222-0/+2
* Clean up some debug prints from last commit and move one under boot -v.njl2007-01-151-6/+5
* Fix LINT and ACPI_DEBUG builds and add print for use of flush cache inst.njl2007-01-081-5/+8
* Re-work Cx handling to be per-cpu and asymmetrical, fixing support onnjl2007-01-076-209/+324
* ACPIIO_BATT_GET_UNITS would always return ENXIO. However, it should neverimp2006-12-221-0/+1
* Give Host-PCI bridge drivers their own pcib_alloc_msi() andjhb2006-12-121-2/+26
* First cut at MI support for PCI Message Signalled Interrupts (MSI):jhb2006-11-132-0/+8
* Reformat the bootverbose messages that dump out the status of pci_linkjhb2006-11-091-16/+16
OpenPOWER on IntegriCloud