summaryrefslogtreecommitdiff
path: root/sys/dev/acpi
AgeCommit message (Expand)Author
2003-09-25imake this compile again.christos
2003-09-25Modify the fdcattach() interface again, splitting it into two parts, so thatmycroft
2003-09-25Update for new attach method.mycroft
2003-08-31The unit displayed when printing battery capacities andgson
2003-08-17check return value of AcpiEnterSleepStatePrep() to catchkochi
2003-08-15'struct acpi_resources' will have references to malloc'ed memory.kochi
2003-08-15Correct calculation of timeout.kochi
2003-08-03Workaround for AcpiOsGetThreadId: can be called with curlwp == NULLkochi
2003-08-03Fix a wrong handling of clearing a flagkochi
2003-08-03appease gcc-3 by adding ULL to constants that do not fit in longschristos
2003-07-14add missing __KERNEL_RCSID()lukem
2003-07-08Don't compile db*.c & dm*.c unless ACPI_DEBUG and DDB are specifiedkochi
2003-07-08function prototype must not have variable nameitojun
2003-07-06make bootup messages prettierkochi
2003-07-06o cleanup usage of ACPI_ACTIVATE_DEV/ACPI_PCI_FIXUPkochi
2003-07-06Fix typo.kochi
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-07-02Implement AcpiOsDerivePciIdkochi
2003-07-01Bugfix from FreeBSD tree:kochi
2003-06-29Back out the lwp/ktrace changes. They contained a lot of colateral damage,fvdl
2003-06-28Pass lwp pointers throughtout the kernel, as required, so that the lwpid candarrenr
2003-06-18don't #include <sys/dkstat.h> where it is (appearently) unuseddrochner
2003-05-29The remaining capacity percentage was incorrect for batteries larger thangson
2003-05-25Backport a bugfix from the latest ACPI CA.kochi
2003-05-22* make use of NetBSD ACPI APIs (acpi_eval_{struct,integer})kochi
2003-05-21size_t != unsigned int all the time.christos
2003-05-15Add quirk handling to ACPI. First quirk entry is "PTLTD " rev 0x06040000,fvdl
2003-05-13Fix a reference count problem that may cause unexpected memory free etc.kochi
2003-05-13Fix parent-child loop problem found by Takashi Yamamoto.kochi
2003-05-12Always use 32bit-wide header pointers for an RSDT (ACPI 1.0). The commentfvdl
2003-05-11Avoid a strict-alias warning.fvdl
2003-05-11Avoid some strict-alias warnings.fvdl
2003-05-11s/UINT32/ACPI_SIZE/ to match function prototypes.fvdl
2003-05-03DMA, not dma nor Dma.wiz
2003-04-26this doesn't need to include callout.h anymore.yamt
2003-04-20Use sysmon_taskq.thorpej
2003-04-19Fix for ACPI poweroff problem provided by Takayoshi Kochi. This resolvestron
2003-04-18* Add a generic power management event API, defined in <sys/power.h>.thorpej
2003-04-17acpi.c needs sysmon_power too.matt
2003-04-17Adapt to the sysmon_pswitch interface.thorpej
2003-04-17Oops, remove a debugging define.thorpej
2003-04-17* Don't do the ACPI_PCI_FIXUP unless it is explicitly enabled inthorpej
2003-03-07Make sure this compiles with ACPI_DEBUG.kanaoka
2003-03-05use M_ACPI where appropriate.christos
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