summaryrefslogtreecommitdiff
path: root/sys/dev/acpi/acpica/OsdMisc.c
AgeCommit message (Expand)Author
2017-01-25implement new interfaceschristos
2016-01-09merge new acpicachristos
2013-12-27use ACPI_DEBUG not ACPI_DEBUGGER which is used internally by acpicachristos
2013-12-27Add new functionschristos
2011-06-28Adjust a prototype due ACPICA 20110623.jruoho
2011-02-17Include acdebug.h for the ACPICA debugger.jruoho
2011-02-17Switch acpi(4) to use the new location of ACPICA.jruoho
2010-04-11Document "how-to override the DSDT" in the manual page instead of code.jruoho
2010-04-10Update a comment.jruoho
2009-08-18Switch to ACPICA 20090730, and update for API changes.jmcneill
2009-07-06Ignore breakpoints in the DSDT even if DDB is present.joerg
2006-11-16__unused removal on arguments; approved by core.christos
2006-10-12- sprinkle __unused on function decls.christos
2006-04-13NULL check for a parameter of AcpiOsSignal().kochi
2006-03-23change header location in accordance with moving ACPI-CA to sys/distkochi
2006-03-23Move from sys/dev/acpi/acpica/Osd.kochi