aboutsummaryrefslogtreecommitdiff
path: root/sys/dev/acpica
Commit message (Expand)AuthorAgeFilesLines
* This commit was manufactured by cvs2svn to create tagrelease/5.3.0_cvscvs2svn2004-11-0434-34/+34
* MFC: Print flags options for acpi devices.Nate Lawson2004-10-151-0/+2
* MFC: print flags values in device announcement.Nate Lawson2004-10-151-0/+3
* MFC 1.42:Warner Losh2004-10-141-1/+5
* MFC: 1.41Warner Losh2004-10-101-3/+3
* MFC: Only disable the timer for the ASUS P5A and -B.Nate Lawson2004-10-103-9/+13
* MFC rev 1.8: Override all SSDTs with an empty table when overriding the DSDT.Nate Lawson2004-10-081-10/+40
* MFC rev 1.52: Properly initialize the tz flags. This MFC leaves in theNate Lawson2004-09-261-3/+2
* MFC rev 1.30: Remove an unnecessary printf and fix a spelling error.Nate Lawson2004-09-201-7/+5
* MFC rev 1.50: Don't change the state of the system in acpi_tz_establish().Nate Lawson2004-09-171-16/+22
* MFC rev 1.27: Instead of trusting _STA from power resources, cache theNate Lawson2004-09-171-5/+11
* MFC rev 1.9: Don't enter the debugger for AML breakpoint opcodes ifNate Lawson2004-09-101-5/+5
* MFC rev 1.29: Disable links after getting the possible resources insteadNate Lawson2004-09-101-12/+12
* MFC: Rework sysresource allocation to merge all resources presented byNate Lawson2004-08-313-73/+135
* MFC rev 1.27: Remove code to initialize the lid state at boot.Nate Lawson2004-08-291-27/+14
* MFC rev 1.26-1.28: When ignoring an invalid _CRS response, be sure toNate Lawson2004-08-291-5/+9
* MFC rev 1.26: Fix irq programming on resume.Nate Lawson2004-08-241-1/+1
* MFC: rev 1.25, Don't bail out on _CRS failure.Nate Lawson2004-08-191-2/+1
* MFC: rev 1.188, Use original order in resuming.Nate Lawson2004-08-191-2/+2
* MFC: Remove the ACPIIO_ENABLE and ACPIIO_DISABLE ioctls. Includes:Nate Lawson2004-08-193-61/+6
* Fix a deadlock on boot for some systems where reading the battery statusNate Lawson2004-08-171-2/+6
* Fix building for the ACPI_DEBUG case.Nate Lawson2004-08-131-0/+1
* Record the new status after checking if it has changed, not before. ThisNate Lawson2004-08-131-1/+1
* MPSAFE lockingNate Lawson2004-08-131-38/+9
* MPSAFE lockingNate Lawson2004-08-131-22/+2
* MPSAFE lockingNate Lawson2004-08-131-24/+48
* MPSAFE lockingNate Lawson2004-08-131-120/+108
* MPSAFE locking: Add a comment that we need resource list and device_tNate Lawson2004-08-131-0/+1
* MPSAFE lockingNate Lawson2004-08-131-33/+55
* MPSAFE lockingNate Lawson2004-08-131-0/+9
* MPSAFE lockingNate Lawson2004-08-131-6/+27
* MPSAFE lockingNate Lawson2004-08-131-4/+10
* MPSAFE lockingNate Lawson2004-08-131-13/+31
* MPSAFE lockingNate Lawson2004-08-131-21/+19
* MPSAFE lockingNate Lawson2004-08-131-15/+14
* MPSAFE lockingNate Lawson2004-08-131-169/+125
* MPSAFE lockingNate Lawson2004-08-131-36/+53
* MPSAFE lockingNate Lawson2004-08-131-29/+15
* MPSAFE lockingNate Lawson2004-08-131-35/+79
* MPSAFE lockingNate Lawson2004-08-131-28/+33
* Skip dependent functions when finding the resource from _PRS to use forNate Lawson2004-08-121-4/+8
* Only print the link name if there is a link. For the hardwired case, don'tNate Lawson2004-08-121-4/+7
* Allow null handles to be passed into acpi_name().Nate Lawson2004-08-121-1/+1
* Fix the PRT entry code in acpi_pci_link to always add the entry, even ifNate Lawson2004-08-122-42/+44
* Add some more verbose warning/error messages to help with users reportingNate Lawson2004-08-111-17/+12
* Re-work ACPI PCI IRQ routing (_PRT, link devices). The old approach wasNate Lawson2004-08-115-477/+328
* Don't call DEVICE_RESUME a second time if DEVICE_SUSPEND fails. TheNate Lawson2004-08-101-11/+10
* Refine updates to PCI irq routing. Check _STA and _CRS but only print aNate Lawson2004-08-061-28/+39
* Add flags for _STA (status) methods and convenience macros for checkingNate Lawson2004-08-062-4/+18
* Work around non-compliant BIOS PCI link devices. Some systems have theNate Lawson2004-08-051-0/+31