summaryrefslogtreecommitdiff
path: root/sys/dev/acpi/acpi.c
AgeCommit message (Expand)Author
2003-11-03Use pmatch() so that we can use patterns.mycroft
2003-11-03More cleanup:mycroft
2003-11-03Clean up some messages:mycroft
2003-11-03* now the size of ACPI_DEVICE_INFO is variable:kochi
2003-11-01One more spot for a structure change.mycroft
2003-11-01make this compilable again with ACPI_DEBUG.yamt
2003-11-01Do not install address handlers before calling AcpiEnableSubsystem() -- thismycroft
2003-11-01Update copyright.mycroft
2003-11-01Move a declaration.mycroft
2003-10-31Catch up with ABI changes in ACPI-CA. Some additional changes to acpi_bat tomycroft
2003-10-31We were passing flags to AcpiEnableSubsystem() that aren't even used there.mycroft
2003-10-30Use AcpiEvulateObjectTyped() to simplify some code.mycroft
2003-10-30Check to see if we have valid status info before looking at it.mycroft
2003-10-30Remove another extra AcpiGetObjectInfo().mycroft
2003-10-30Minor tweaks:mycroft
2003-08-17check return value of AcpiEnterSleepStatePrep() to catchkochi
2003-07-06make bootup messages prettierkochi
2003-07-06o cleanup usage of ACPI_ACTIVATE_DEV/ACPI_PCI_FIXUPkochi
2003-07-03Cleanup usage of ENABLE_DEBUGGER/ACPI_DEBUGGER/DDB.kochi
2003-07-02cleanup usage of ACPI_ALLOCATE_BUFFER/AcpiOsFree combinationkochi
2003-07-02print ACPI CA versionkochi
2003-05-15Add quirk handling to ACPI. First quirk entry is "PTLTD " rev 0x06040000,fvdl
2003-04-18* Add a generic power management event API, defined in <sys/power.h>.thorpej
2003-04-17* Don't do the ACPI_PCI_FIXUP unless it is explicitly enabled inthorpej
2003-03-05use M_ACPI where appropriate.christos
2003-02-14- add acpi_acquire_global_lock()/acpi_release_global_lock()/tshiozak
2003-01-13Use 'int' in the SCI interrupt message, not 'irq'. The number in questionfvdl
2003-01-09use AcpiUtGetTypeName() to print object type name in acpi_print()jdolecek
2003-01-08Print some OEM version info for the R/XSDT. Can be used to help identifyfvdl
2003-01-07* Add aux argument to functions called from apic_madt_walkfvdl
2003-01-05add ACPIVERBOSE; while I am there, fix the eval_string function so it doeschristos
2003-01-05Print something a bit more informative when displaying 'not configured'jmcneill
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
2002-12-30Print out the pnpname that was matched.matt
2002-12-30Allow ACPI_EXTRA_DEBUG without ACPI_DEBUGjmcneill
2002-12-28Pass ISA chipset information through to ACPI devices, to allow for portingjmcneill
2002-10-02Add trailing ; to CFATTACH_DECL.thorpej
2002-09-30Use CFATTACH_DECL().thorpej
2002-09-27Declare all cfattach structures const.thorpej
2002-07-29Add code to activate devices that are no active.augustss
2002-07-29Only be very verbose with ACPI_EXTRA_DEBUG set.augustss
2002-07-29Add code to perform PCI interrupt routing fixup.augustss
2002-07-18 - Disable Interrput before execute AcpiEnterSleepState().kanaoka
2002-06-18make it compile with ACPI_DEBUGdrochner
2002-06-18add MI part of ACPI sleep state transition code.tshiozak
2002-06-17 - Show SCI interrupt information.kanaoka
2002-06-15Update for acpica-unix-20020612. From Takayoshi Kochi.thorpej