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

Nate Lawson njl at FreeBSD.org
Fri May 28 00:05:18 PDT 2004


njl         2004/05/28 00:04:09 PDT

  FreeBSD src repository

  Modified files:
    sys/dev/acpica       acpi.c acpi_button.c acpi_lid.c acpivar.h 
  Log:
  Update the new suspend/resume GPE methods to properly limit the GPE
  based on the destination sleep state.  Add a method to restore the old
  state on resume.  This is needed for the case of suspending to a very low
  state disabling a GPE (i.e. S4), resuming, and then suspending to a higher
  state (i.e. S3).  This case should now keep the proper GPEs enabled.
  
  Revision  Changes    Path
  1.152     +62 -16    src/sys/dev/acpica/acpi.c
  1.25      +1 -0      src/sys/dev/acpica/acpi_button.c
  1.21      +1 -0      src/sys/dev/acpica/acpi_lid.c
  1.68      +1 -0      src/sys/dev/acpica/acpivar.h


More information about the cvs-src mailing list