summaryrefslogtreecommitdiff
path: root/sys/dev/acpi
AgeCommit message (Expand)Author
2009-09-14simplify code in preparation for other things. tested by many.Federico G. Schwindt
2009-09-04Add common framework for storing device listsJordan Hargrave
2009-09-02Invoke malloc() with the correct sizeof value in acpipwrres_foundcons().Miod Vallat
2009-08-29typos in commentsMiod Vallat
2009-08-21Remove unused codeJordan Hargrave
2009-08-12Add wake support to acpihpet(4).Paul Irofti
2009-07-23New aibs(4) driver for ASUSTeK AI Booster (ACPI ATK0110) hardware monitoring,Constantine A. Murenin
2009-07-20KNF fixesJordan Hargrave
2009-07-17Cleaned up parsing of While loops; iterative If statementJordan Hargrave
2009-07-15missing va_end in aml_seterror; ok marco@Martynas Venckus
2009-06-23Ignore the PCT if the PSS has zero entries, only becameGordon Willem Klok
2009-06-19Always report 0 as the minimal brightness level to wscons. This results inMark Kettenis
2009-06-10Re introduce the _PDC code backed out before 4.5, in addition to evaluating theGordon Willem Klok
2009-06-07Shave surplus space from format string.Michael Knudsen
2009-06-04Even more KNF.Paul Irofti
2009-06-04Add myself to the copyright, suggested by marco@.Paul Irofti
2009-06-04KNF dammitMiod Vallat
2009-06-04Some output devices have only brightness support (or only output switching).Paul Irofti
2009-06-04only one : in a line. the seperation is:Theo de Raadt
2009-06-03Make sure that the brightness value sent to acpi is one of the valuesMatthieu Herrb
2009-06-03Import acpi power resource driver. This is needed for suspend/resume logic.Paul Irofti
2009-06-03Don't disable dock devices if dock isn't initially attachedJordan Hargrave
2009-06-03More KNFJordan Hargrave
2009-06-03Add acpivideo support. This adds brightness support for all laptopsPaul Irofti
2009-06-03Added ejectable bay for IDE cdromsJordan Hargrave
2009-06-02KNF cleanup and denoiseJordan Hargrave
2009-06-02Added changes for docking station, must eject all children devicesJordan Hargrave
2009-06-01Remove dead/unused codeJordan Hargrave
2009-05-30Added error handler for missing AML nameref; fixes PR6103Jordan Hargrave
2009-05-30Fixed parsing rules for Scope opcode, fixes panic on some HP systemsJordan Hargrave
2009-04-30Oga changed apm ioctls and forgot to grep. Temporary work around by hittingMarco Peereboom
2009-04-27Remove unnecessary aml_xconvert arg, code cleanupJordan Hargrave
2009-04-26.desc field of the sensor struct shall not duplicate .type and .numt; ok jordanConstantine A. Murenin
2009-04-26in ca_attach() there is no need to set .value and .flags of sensors to 0,Constantine A. Murenin
2009-04-19zero temperature in acpi refers to -273,2degC -- convert to uK appropriately;...Constantine A. Murenin
2009-04-19Call acpi_sleep_walk() when powering down just like when enteringKenneth R Westerback
2009-04-19Count number of cpus found (potentially not attached) and store thatTheo de Raadt
2009-04-17Add device ranking support for future sleep/wake developments.Paul Irofti
2009-04-11Add PnP ID for PCIe host bridge.Mark Kettenis
2009-04-10Fix for PR6099, read/write of non-byte aligned IndexFieldJordan Hargrave
2009-04-10gasio was killed so kill protoMarco Peereboom
2009-04-09Fixed argtype for Increment/Decrement. Field args were being evaluated asJordan Hargrave
2009-03-31Backout previous change; it breaks more machines than it fixes.Mark Kettenis
2009-03-21Always re-route interrupts, even when doing so appears to be a no-op. SomeMark Kettenis
2009-03-13tabs; stupid emacsMarco Peereboom
2009-03-13Fixup in acpidock for aml_evalintegerJordan Hargrave
2009-03-13Fixed potential aml_freevalue on uninitialized stack , reported by krwJordan Hargrave
2009-03-11More aml_evalinteger fixupJordan Hargrave
2009-03-11Remove noisy printf debugJordan Hargrave
2009-03-11Cleanup.. use aml_evalinteger instead of aml_evalnameJordan Hargrave