summaryrefslogtreecommitdiff
path: root/sys/dev/acpi
AgeCommit message (Expand)Author
2003-03-05Fix a bug that affects machines which has non-zero base GPE blocks.kochi
2003-03-04Update for acpica-unix-20030228.kochi
2003-03-04Resolve conflicts from acpica-20030228-2 import.kochi
2003-03-04Import the Intel ACPICA 20030228 release.kochi
2003-03-04import the Intel ACPICA 20030228 releasekochi
2003-02-26Remove unexpectedly imported ACPI CA files and obsolete fileskochi
2003-02-24back-out previous; it was wrong.christos
2003-02-24fix memory leaks.christos
2003-02-19initialize a simple_lock in softc.yamt
2003-02-17fix a few problems in the last commit:tshiozak
2003-02-16- reduce the frequency of updating informations on the power sources;tshiozak
2003-02-14- add acpi_acquire_global_lock()/acpi_release_global_lock()/tshiozak
2003-02-13Resolve conflict from acpica-unix-20030123.kanaoka
2003-02-13Import INTEL 20030123 release.kanaoka
2003-02-13Import INTEL 20030123 release.kanaoka
2003-02-06Document a URL from which you can get the ACPICA programmer reference manual.perry
2003-02-04pro forma -- no actual changes but the source file did change versionperry
2003-02-04Add explicit comment handling.perry
2003-02-04Add a comment noting the origin of the listperry
2003-02-04Correct an obvious syntax error (a comment without a # in front of it)perry
2003-01-28unknown, not unkown. Noted by mjl.wiz
2003-01-27Attach to PNP0F03 -- makes the PS/2 mouse on this Dell work.jmcneill
2003-01-19Merge the nathanw_sa branch.thorpej
2003-01-13pull across the quirk table from the wss@pnpbios driver and use it identically.mrg
2003-01-13Why do I always think 'evaluate' and type 'evalulate'?jmcneill
2003-01-13Use 'int' in the SCI interrupt message, not 'irq'. The number in questionfvdl
2003-01-12add some more flags used only in acpi.cchristos
2003-01-09need to select proper IST for interrupt - IST_NONE is almost certainly notjdolecek
2003-01-09_FDE is optional, so don't print warning messages about it failingjdolecek
2003-01-09use AcpiUtGetTypeName() to print object type name in acpi_print()jdolecek
2003-01-09A few fallbacks:jmcneill
2003-01-09Enumerate floppy disk drives via ACPI (mmm, faster booting). Known to workjmcneill
2003-01-08Print some OEM version info for the R/XSDT. Can be used to help identifyfvdl
2003-01-08Define ACPI_MADT_DEBUG externally.fvdl
2003-01-07Deal correctly with an MADT that is not found, or was already foundfvdl
2003-01-07* Add aux argument to functions called from apic_madt_walkfvdl
2003-01-06writable, not writeable.wiz
2003-01-06change the 'GPE Block%d defined as GPE%d to GPE%d' message tojdolecek
2003-01-06only print the dot-per-method thing if debugging ACPI_LV_LOAD, toojdolecek
2003-01-05Regen, err. Gen.christos
2003-01-05Infrastucture for ACPIVERBOSEchristos
2003-01-05add ACPIVERBOSE; while I am there, fix the eval_string function so it doeschristos
2003-01-05it's sufficient to install notify handler oncejdolecek
2003-01-05Print something a bit more informative when displaying 'not configured'jmcneill
2003-01-05Add some code to deal with the MADT.fvdl
2003-01-04Initial support for ACPI Thermal Zones. For now, we only export the zonejmcneill
2003-01-04Attempt to attach drivers to devices without a valid HID so long as they'rejmcneill
2003-01-01Use aprint_normal() in cfprint routines.thorpej
2002-12-31Fix some messages and some formatting.augustss
2002-12-31If we have a valid UID but it's a null string, display '<null>' rather thanjmcneill