summaryrefslogtreecommitdiffstats
path: root/sys/dev/acpica
Commit message (Expand)AuthorAgeFilesLines
* Completely back out 1.37. Something else is going on and John wants tonjl2004-12-011-9/+0
* Fix "Lock ACPI PCI link not exclusively lockedobrien2004-12-011-0/+12
* Don't bother locking in attach(). At boot time, we're single-threadednjl2004-11-301-4/+1
* Make sure the link array is big enough to hold both _CRS and _PRSnjl2004-11-301-8/+30
* Instead of translating PCI to ACPI power states, just use a CTASSERTnjl2004-11-291-18/+10
* Temporarily disable programming IRQ links on resume. The new code hangsnjl2004-11-261-0/+2
* - Remove some no longer used constants.jhb2004-11-231-8/+3
* Rework the ACPI PCI link code.jhb2004-11-235-1060/+697
* Enable throttling/C3 quirks for PIIX4 parts. Defer checking quirks untilnjl2004-11-161-9/+21
* After discussions with Nate, repo copy the acpi assist drivers fromimp2004-11-151-168/+0
* s/return_VALUE/return / to fix build breakage when ACPI_DEBUG istruckman2004-11-141-3/+3
* Kill ACPI_FUNCTION_TRACE. It is killing the tinderbox build, and itimp2004-11-131-10/+6
* Commit takawata-san's Sony Notebook Controller driver, integrated intoimp2004-11-111-0/+172
* Only warn about missing _PRT tables if bootverbose is set. I've yet to seejhb2004-11-111-2/+4
* unsigned long -> u_longnjl2004-11-091-1/+1
* Tell the BIOS we want to handle brightness switching as well as outputnjl2004-11-091-24/+33
* Make the bootverbose output from qualitydetermination of the ACPI timerphk2004-11-031-5/+6
* Add TUNABLE_LONG and TUNABLE_ULONG, and use the latter for thedes2004-10-311-2/+2
* Whitespace cleanupdes2004-10-311-4/+4
* Print before the footer, not after.njl2004-10-131-1/+1
* If flags are present, print them like ISA does.njl2004-10-131-0/+2
* Attach the device description for ISA devices on the ACPI bus.njl2004-10-121-0/+3
* Update C3 support when BM control is not present.njl2004-10-111-16/+28
* Make the lower range of the memory area 0x80000000 again. Alsoimp2004-10-111-1/+5
* Notify the user when the battery is critically low. In the future, wenjl2004-10-111-0/+4
* If bus mastering control is not available (PM2_BLK), don't just disablenjl2004-10-111-16/+27
* Move the code for halting the CPU (acpi_cpu_c1) into machdep files.njl2004-10-111-15/+0
* Update a quirk for the ASUS P5A to disable the timer. It appears to work finenjl2004-10-083-9/+9
* For older systems with ACPI which don't have a pci <-> pci bridge,imp2004-10-061-3/+3
* When the user overrides the DSDT, replace any SSDTs with a simple no-opnjl2004-10-051-10/+40
* Allow routing to the SCI even if it's not in the list of valid IRQs.njl2004-09-251-0/+10
* Add a couple of macros to extract the PCI slot (device) and function fromjhb2004-09-224-7/+11
* Initialize the flags value properly. We used to do this in acpi_tz_all_off()njl2004-09-211-33/+2
* Don't disable acpi in shutdown if we're panicing (panicstr != NULL). Thisnjl2004-09-211-1/+1
* Record a problem we can't workaround for now regarding duplicate interruptsnjl2004-09-201-0/+7
* Don't print a warning message if the _CRS value is empty. This is alreadynjl2004-09-161-7/+5
* Clean up rev 1.49 by using the temperature conversion for _PSV also andnjl2004-09-081-4/+5
* Don't change the state of the system in acpi_tz_establish(). Before, wenjl2004-09-071-16/+22
* Instead of trusting _STA from power resources, cache the first valuenjl2004-09-071-5/+11
* 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
OpenPOWER on IntegriCloud