cvs commit: src/sys/dev/acpica acpi_ec.c

Nate Lawson njl at FreeBSD.org
Tue Mar 20 00:58:21 UTC 2007


njl         2007-03-20 00:58:20 UTC

  FreeBSD src repository

  Modified files:
    sys/dev/acpica       acpi_ec.c 
  Log:
  If we got an OBE/IBF event, we failed to re-enable the GPE.  This would
  cause the EC to stop handling future events because the GPE stayed masked.
  Set a flag when queueing a GPE handler since it will ultimately re-enable
  the GPE.  In all other cases, re-enable it ourselves.  I reworked the
  patch from the submitter.
  
  Submitted by:   Rong-en Fan <grafan at gmail.com>
  
  Revision  Changes    Path
  1.71      +14 -5     src/sys/dev/acpica/acpi_ec.c


More information about the cvs-src mailing list