summaryrefslogtreecommitdiff
path: root/sys/dev/acpi
AgeCommit message (Expand)Author
2006-12-19slight cleaningTheo de Raadt
2006-12-19spacingGordon Willem Klok
2006-12-19knf + delete unused variablesTheo de Raadt
2006-12-19Add sanity to check for mfg overriden gasio field.Marco Peereboom
2006-12-19Hook up acpicpu to the hw.setperf mechanism, this allows people runningGordon Willem Klok
2006-12-19simplify some low-level methods substantially (shrinking code); ok marco jordanTheo de Raadt
2006-12-18Remove misleading NOTREACHED comments. Sending a signal does notCan Erkin Acar
2006-12-18our panic() can take stdarg argumentsTheo de Raadt
2006-12-18minor cleaning; ok marcoTheo de Raadt
2006-12-18move proto to the right placeTheo de Raadt
2006-12-12Fix a typo to clean M's out of my tree.Michael Knudsen
2006-12-12There is no acpiec_notify() function so don't supply a prototype.Michael Knudsen
2006-12-12- include <sys/proc.h> for tsleep();Tom Cosgrove
2006-12-06malloc(..., M_NOWAIT) with no NULL check is bad. If allocation fails,Michael Knudsen
2006-11-29Unused global variable.Miod Vallat
2006-11-29After a long debate at the hackathon it was decided that the acpi implementationMarco Peereboom
2006-11-29Do not consider unrecognized buttons as lid sensors. ok marco@Miod Vallat
2006-11-28Fixed clearing arg for acpi_init_picJordan Hargrave
2006-11-27Post-process PCI config space opregionsJordan Hargrave
2006-11-27Don't spam dmesg.Mark Kettenis
2006-11-27Make normal pic interrupt routing work too.Mark Kettenis
2006-11-27Make AML_CRSLEN return the correct length for small resources.Mark Kettenis
2006-11-27Add check for acpi pointer. This prevents some ugly panics.Marco Peereboom
2006-11-27Fixes for acpiprt routingJordan Hargrave
2006-11-27Added support for parsing _CRS resourcesJordan Hargrave
2006-11-27Handle objrefs in _PRT.Mark Kettenis
2006-11-25Add mutex.Marco Peereboom
2006-11-25sync amd64 to i386 w.r.t. acpi support. Also fix interrupt routing for multi-...Niklas Hallqvist
2006-11-25Don't handle acpiev events inside the gpe handler since this causes deadlocks.Marco Peereboom
2006-11-25Fixed acpiec code for deadlockJordan Hargrave
2006-11-20Added 2nd pass for interrupt override scanningJordan Hargrave
2006-11-15Hook up acpi apic interrupt routing support to generic acpi code.Mark Kettenis
2006-11-15dd pseudo-devices to handle acpi apic interrupt routing.Mark Kettenis
2006-11-11Add acpi_sleep and acpi_stall functions.Marco Peereboom
2006-11-02Kill acpiec attach function and add its functionality to the generic _HIDMarco Peereboom
2006-11-02Fix comments to reflect reality.Marco Peereboom
2006-11-02Ooops, forgot a debug printf.Marco Peereboom
2006-11-02Add active cooling support mostly by me with jordan help.Marco Peereboom
2006-10-31add missing prototype for aml_evalinteger()Thordur I. Bjornsson
2006-10-30Fix nameref -> objref for forward definition evaluatorJordan Hargrave
2006-10-25Don't convert buffer/field output to integerJordan Hargrave
2006-10-25added deref/index for integer typesJordan Hargrave
2006-10-24Condense get functions into a single function. This is ahead of retrievingMarco Peereboom
2006-10-24KNFMarco Peereboom
2006-10-24Work around PR 5268 by printing "bad string" instead of panicing. There isMarco Peereboom
2006-10-24Added stack trace to aml_die+acpidebugJordan Hargrave
2006-10-23Reduced memory allocations for temporary valuesJordan Hargrave
2006-10-19Reduce the scope of the locks.Marco Peereboom
2006-10-19KNF and some cleanupMarco Peereboom
2006-10-19Replace ACPI ioctls with APM ioctls. This makes ACPI talk the same protocolMarco Peereboom