summaryrefslogtreecommitdiff
path: root/sys/dev/acpi/acpi_button.c
AgeCommit message (Expand)Author
2015-04-23Update module dependencies for all the existing modules that depend on sysmon...pgoyette
2011-02-20Always explicitly enable the wake GPE for acpibut(4). This follows FreeBSDjruoho
2011-02-16Use ioconf for the module declarations.jruoho
2010-10-25Bump WARNS to 4.jruoho
2010-08-24Bypass ACPI_NOTIFY_DEVICE_WAKE also in acpilid(4). Use aprint_debug_dev(9)jruoho
2010-08-21in acpibut_notify_handler, suppress 'unknown event' messages forjmcneill
2010-04-27Use ACPICA's standard notify values from <actypes.h> and move thejruoho
2010-04-15As discussed with jmcneill@, install a global "bus notification handler"jruoho
2010-03-05Remove <dev/acpi/acpica.h> from all files. It is included fromjruoho
2010-03-04Add missing semicolon.jruoho
2010-03-04Cleanup:jruoho
2010-02-28Introduce support for ACPI kernel modules.jruoho
2010-01-31Add detachment routines.jruoho
2010-01-30Add the _COMPONENT definition for ACPI_DEBUG.jruoho
2009-08-25PR# kern/41179: Incorrect return values from AcpiOsExecute()jmcneill
2009-08-04add hw.wake.* sysctl subtree for toggling which devices are allowed tojmcneill
2009-05-12struct cfdata * -> cfdata_t, no functional changes intended.cegger
2007-12-09Merge jmcneill-pm branch.jmcneill
2007-10-24Pass correct argument to callback, botched up in the last commit.joerg
2007-10-18Convert to device_t/softc split. Use aprint API.joerg
2006-11-16__unused removal on arguments; approved by core.christos
2006-10-12- sprinkle __unused on function decls.christos
2006-02-20use aprint_*kochi
2006-02-16prototypes don't need argument nameskochi
2005-12-11merge ktrace-lwp.christos
2005-05-02Merge changes for ACPI-CA 20050408kochi
2004-05-01specify static where appropriate.kochi
2004-04-11split power button and sleep button HIDs so that they can be matchedkochi
2004-04-11return (x) -> return xkochi
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-10-31Catch up with ABI changes in ACPI-CA. Some additional changes to acpi_bat tomycroft
2003-04-18* Add a generic power management event API, defined in <sys/power.h>.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
2002-10-02Add trailing ; to CFATTACH_DECL.thorpej
2002-09-30Use CFATTACH_DECL().thorpej
2002-09-27Declare all cfattach structures const.thorpej
2002-03-10Don't define ACPI_BUT_DEBUG here.augustss
2001-11-13add RCSIDlukem
2001-09-28Add stub drivers for ACPI buttons and lid switches. These don'tthorpej