summaryrefslogtreecommitdiffstats
path: root/sys/dev/acpica
Commit message (Expand)AuthorAgeFilesLines
* Don't enter the debugger when executing an AML breakpoint instructionnjl2004-09-021-5/+5
* Disable links after getting the possible resources. Even though _DISnjl2004-09-011-12/+12
* Add a suffix descriptor for the acpi thermal values as a hint for the userlandpeter2004-08-301-10/+10
* Always set the status and move a printf under bootverbose.njl2004-08-271-5/+8
* If getting the current setting after modifying the link failed, we assumenjl2004-08-261-0/+1
* Remove code to initialize the lid state at boot. It interfered with lidnjl2004-08-251-29/+16
* Rework sysresource management. Instead of having each sysresource objectnjl2004-08-233-124/+141
* Fix PCI link irq programming on resume. A logic bug prevented a devicenjl2004-08-211-1/+1
* Use the new start for the offset, not the old end.njl2004-08-201-1/+1
* Correctly handle BIOS resources that are duplicated (!). There are manynjl2004-08-201-4/+49
* If _CRS fails, assume that it succeeded. The ASUS K8V (and others) definesnjl2004-08-181-2/+1
* Call AcpiLeaveSleepState() before DEVICE_RESUME(). The former calls thenjl2004-08-181-2/+2
* Remove the ACPIIO_ENABLE and ACPIIO_DISABLE ioctls as well as allnjl2004-08-183-61/+6
* Fix a deadlock on boot for some systems where reading the battery statusnjl2004-08-171-2/+6
* Fix building for the ACPI_DEBUG case.njl2004-08-131-0/+1
* Record the new status after checking if it has changed, not before. Thisnjl2004-08-131-1/+1
* MPSAFE lockingnjl2004-08-131-38/+9
* MPSAFE lockingnjl2004-08-131-22/+2
* MPSAFE lockingnjl2004-08-131-24/+48
* MPSAFE lockingnjl2004-08-131-120/+108
* MPSAFE locking: Add a comment that we need resource list and device_tnjl2004-08-131-0/+1
* MPSAFE lockingnjl2004-08-131-33/+55
* MPSAFE lockingnjl2004-08-131-0/+9
* MPSAFE lockingnjl2004-08-131-6/+27
* MPSAFE lockingnjl2004-08-131-4/+10
* MPSAFE lockingnjl2004-08-131-15/+33
* MPSAFE lockingnjl2004-08-131-21/+19
* MPSAFE lockingnjl2004-08-131-15/+14
* MPSAFE lockingnjl2004-08-131-171/+127
* MPSAFE lockingnjl2004-08-131-36/+53
* MPSAFE lockingnjl2004-08-131-30/+16
* MPSAFE lockingnjl2004-08-131-35/+79
* MPSAFE lockingnjl2004-08-131-28/+33
* Skip dependent functions when finding the resource from _PRS to use fornjl2004-08-121-4/+8
* Only print the link name if there is a link. For the hardwired case, don'tnjl2004-08-121-4/+7
* Allow null handles to be passed into acpi_name().njl2004-08-121-1/+1
* Fix the PRT entry code in acpi_pci_link to always add the entry, even ifnjl2004-08-122-42/+44
* Add some more verbose warning/error messages to help with users reportingnjl2004-08-111-17/+12
* Re-work ACPI PCI IRQ routing (_PRT, link devices). The old approach wasnjl2004-08-115-478/+329
* Don't call DEVICE_RESUME a second time if DEVICE_SUSPEND fails. Thenjl2004-08-101-11/+10
* Refine updates to PCI irq routing. Check _STA and _CRS but only print anjl2004-08-061-28/+39
* Add flags for _STA (status) methods and convenience macros for checkingnjl2004-08-062-4/+18
* Work around non-compliant BIOS PCI link devices. Some systems have thenjl2004-08-051-0/+31
* Fix the ACPI_DEBUG case by removing a now unused variable.njl2004-08-031-3/+0
* Initialize variables to fix kernel build on AMD64.obrien2004-08-031-0/+2
* /tmp/mnjl2004-08-031-188/+69
* Don't force an immediate probe/attach for all devices when compiled withnjl2004-07-261-3/+0
* Fix a bug where an item was being removed from a list without usingnjl2004-07-241-34/+29
* Reinsert the bus space handle and tag, they are needed for the timer test.njl2004-07-221-0/+2
* Instead of doing everything in identify, do a proper probe/attach. Also,njl2004-07-221-23/+45
OpenPOWER on IntegriCloud