summaryrefslogtreecommitdiff
path: root/sys/dev/acpi
AgeCommit message (Expand)Author
2010-07-10Verify _ADR bdf is correct (some systems return 0xffff)Jordan Hargrave
2010-07-09Clear the noiseJordan Hargrave
2010-07-08Add mapping for ACPI device to PCI bdf (match autoconf tree)Jordan Hargrave
2010-07-06Use spltty() to lock downcalls from apm against the information beingTheo de Raadt
2010-07-06Don't use a workq to do the suspend, because it races aginst the acpiTheo de Raadt
2010-07-06spacingTheo de Raadt
2010-07-05Reset register SCI_EN on resume. The ACPI spec clearly states we don't haveMike Larkin
2010-07-01do bufq quiesce again, since vnd/the bufq_done call inThordur I. Bjornsson
2010-07-01Backout recent AML changes, breaks on R210 and othersJordan Hargrave
2010-07-01Simplified aml_parse_resource call, cleanup codeJordan Hargrave
2010-07-01Fix subordinate bus # for multi-root PCI busesJordan Hargrave
2010-06-30Disable/partially backout the bufq quiesce changes as thisThordur I. Bjornsson
2010-06-30Cleaned up aml name parser, delete unused codeJordan Hargrave
2010-06-29Use new ACPI PCI mapping to get _PRT busJordan Hargrave
2010-06-29Fix ramdisks (new code was placed inside a SMALL_KERNEL chunk)Theo de Raadt
2010-06-29Add support for mapping ACPI to PCI devicesJordan Hargrave
2010-06-29Call bufq_quiesce() on suspend to stop all I/O and bufq_restart on resume.Mark Kettenis
2010-06-2960 is a more reasonable guess for number of minutes in an hour than 100.Ted Unangst
2010-06-28KNFJordan Hargrave
2010-06-28Add definitions for Intel/AMD IOMMU ACPI tablesJordan Hargrave
2010-06-27Change ACPI namespace to use SIMPLEQ macrosJordan Hargrave
2010-06-27Add _acpi_matchhids routine, precursor to pci device matchJordan Hargrave
2010-06-27Clear ACPI fixed event status on resume (power buttons/etc) so that someMike Larkin
2010-06-27Cleanup aml_find_node callsJordan Hargrave
2010-06-27Cleaned up acpi_maptable, adds to table list directlyJordan Hargrave
2010-06-19Fix reference counting panic for CondRefJordan Hargrave
2010-05-17Put the name string on the stack.Nicholas Marriott
2010-04-07If we have done a wsdisplay_suspend(), and ACPI decides it does not want toTheo de Raadt
2010-04-07Make suspend/resume work on MP machines (running an MP kernel). Joint workMark Kettenis
2010-03-31Bring /dev/apm support in line with apm(4). Make the suspend button sendMark Kettenis
2010-03-30Prevent the apmd/x races for good.Owain Ainsworth
2010-03-25Fix & vs. && in the kqfilter code.Owain Ainsworth
2010-02-26initialise 's' before first use in the unlikely error path; from cnstTheo de Raadt
2010-01-13Make sure that acpitz is always the last one to replace the globalMarco Peereboom
2010-01-04turn off verboseTheo de Raadt
2009-12-09disable useles printMarco Peereboom
2009-12-05Until we have better hooks and a proper framework, do not do the lidTheo de Raadt
2009-12-05Use new acpi_maptable on AMLOP_LOAD operations; do not panic if bad checksumJordan Hargrave
2009-12-04KNF whitespace, from Brad. ok jordan@Stuart Henderson
2009-12-01Fix dmesg printing of error.Marco Peereboom
2009-11-26Visual (and on some machines, audio) feedback while the machine isMike Larkin
2009-11-26If the EC is in burst mode use the fast delay to meet the requirementsTheo de Raadt
2009-11-26Toggle into "cold" when we we disable interrupts, because tsleepingTheo de Raadt
2009-11-25Suspend when the lid closes (but not when it opens again).Mark Kettenis
2009-11-25Thinkpad button suspends; ok mlarkinTheo de Raadt
2009-11-25Handle the notification types for LID and Sleep button a bit moreTheo de Raadt
2009-11-24in the resume path evaluate _WAK before dealing with device driversJonathan Gray
2009-11-24Reporting battery insert/removal was debug code. dmesg is notTheo de Raadt
2009-11-24abort suspends on SMP systems until that gets written; ok mlarkinTheo de Raadt
2009-11-23pci should return the result of it's children's suspend/resume calls backMike Larkin