summaryrefslogtreecommitdiff
path: root/sys/dev/acpi/acpivar.h
AgeCommit message (Expand)Author
2008-11-06Collapse all sanity checks of hids into one function.Marco Peereboom
2008-09-15Make this compile if !MULTIPROCESSOR.Mark Kettenis
2007-12-05Hang acpi(4) below bios(4) instead of mainbus(4). This lets us move acpi(4)Theo de Raadt
2007-11-25When available and ACPI is enabled use the ACPI reset methodJonathan Gray
2007-11-19supply a place to store acpi version; from jsgTheo de Raadt
2007-11-15Make acpicpu(4) attach to the existing CPUs only.Mike Belopuhov
2007-11-12spacingTheo de Raadt
2007-11-03Added support for displaying wakeup devicesJordan Hargrave
2007-05-31Make powernow-k8 on amd64 and i386 use the _PSS object from acpi toGordon Willem Klok
2007-02-19Added acpi_map_address function for mapping GAS/IO registersJordan Hargrave
2007-01-31Introduce acpi_hasprocfvs thats "ACPI Has Processor Frequency and VoltageGordon Willem Klok
2006-12-26Add polling to devices that require it such as acpibat and acpitz.Marco Peereboom
2006-12-21even more knf loveTheo de Raadt
2006-12-21spacingTheo de Raadt
2006-12-21more minor knfTheo de Raadt
2006-11-25Add mutex.Marco Peereboom
2006-10-19Replace ACPI ioctls with APM ioctls. This makes ACPI talk the same protocolMarco Peereboom
2006-10-15Removed old GPE handler code remnantsJordan Hargrave
2006-06-30Support for calling Embedded Controller via new GPE interfaceJordan Hargrave
2006-06-30Added new code for GPE handlingJordan Hargrave
2006-06-30Added offset argument for acpi read/write pmreg routines (new GPE code)Jordan Hargrave
2006-05-29Add embedded controller support.Can Erkin Acar
2006-04-11Add acpi_resume(struct acpi_softc *sc), which calls some AML methods,Gordon Willem Klok
2006-04-11Discover some ACPI sleep related methods, and call them at theGordon Willem Klok
2006-02-22Added new aml_register_notify to handle call-by-IDJordan Hargrave
2006-02-21Rig the power button so that the machine shuts down correctly.Marco Peereboom
2006-02-20Fixed structure size for sleep states (bad grange!)Jordan Hargrave
2006-02-19Added code for aml_notify GPE notification callbackJordan Hargrave
2006-02-19jordan:Marco Peereboom
2006-02-17Add a generic delay function as per the ACPI spec.Marco Peereboom
2006-02-03Rewrote aml parser yet again...Jordan Hargrave
2006-01-18Added new evaluation routinesJordan Hargrave
2006-01-17Major overhaul of the aml parser. Evaluater temporarily disabled.Jordan Hargrave
2006-01-06One definition for sleeping states in acpireg.h is enough.Alexander Yurchenko
2006-01-05Find SLP_TYPx values and store them for future use inAlexander Yurchenko
2005-12-30make ACPI_DEBUG compileTed Unangst
2005-12-28oops. forgot this. part of dsdt parsing changesJordan Hargrave
2005-12-16Added hooks for powerdown/power button pressJordan Hargrave
2005-12-16Cleaned up common power management register i/oJordan Hargrave
2005-12-14KNFMarco Peereboom
2005-12-13Add glue to attach devices to apci.Marco Peereboom
2005-07-10Spacing cleanup.Alexander Yurchenko
2005-07-10Protect from multiple inclusion.Alexander Yurchenko
2005-06-02Start on a basic ACPI framework -- does not do much more than read out theThorsten Lockert