cvs commit: src/sys/dev/acpica acpi.c acpi_button.c acpivar.h

Nate Lawson njl at FreeBSD.org
Tue Feb 10 18:57:34 PST 2004


njl         2004/02/10 18:57:33 PST

  FreeBSD src repository

  Modified files:
    sys/dev/acpica       acpi.c acpi_button.c acpivar.h 
  Log:
  Prefer buttons defined in the AML over the ones in the FADT.  Some
  systems define power/sleep buttons in both places but only deliver
  notifies to the ones defined in the AML.
  
  Also, reduce length of various function handler names.
  
  Revision  Changes    Path
  1.116     +6 -8      src/sys/dev/acpica/acpi.c
  1.18      +32 -12    src/sys/dev/acpica/acpi_button.c
  1.53      +4 -4      src/sys/dev/acpica/acpivar.h


More information about the cvs-all mailing list