summaryrefslogtreecommitdiff
path: root/sys/dev/acpi
AgeCommit message (Expand)Author
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
2006-10-19Fixed AML debugger code to use new interfaceJordan Hargrave
2006-10-19Fix capacity calculations. Tested on Dell C610, D810, Lenovo X60s.Marco Peereboom
2006-10-19Fixed GPE debug levelsJordan Hargrave
2006-10-19Fixed acpitz match functionJordan Hargrave
2006-10-19Merged target/terminal handling codeJordan Hargrave
2006-10-16added amltypes.h stack modJordan Hargrave
2006-10-15fix broken scope bracesJordan Hargrave
2006-10-15Fixed buggy if-else end scopeJordan Hargrave
2006-10-15Removed old GPE handler code remnantsJordan Hargrave
2006-10-15Remove extra increment of bitmask. ok jordan@Can Erkin Acar
2006-10-14Fix the checks broken during conversion to new code. The EmbeddedCan Erkin Acar
2006-10-12Added exportable aml_getpciaddrJordan Hargrave
2006-10-12Fix typo. Found by: Janek Richter <janek at openbug dot org>Marco Peereboom
2006-10-12Remove debug print. Found by Peter Hessler.Marco Peereboom
2006-10-12fix rcsidMarco Peereboom
2006-10-12Massive ACPI changesJordan Hargrave
2006-10-10add a few more ACPI device ids, as found on a Acer Aspire 1360.Brad Smith
2006-09-19Typo fixes.Michael Knudsen