[BACK]Return to evregion.c CVS log [TXT][DIR] Up to [cvs.NetBSD.org] / src / sys / external / bsd / acpica / dist / events

Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.

Diff for /src/sys/external/bsd/acpica/dist/events/evregion.c between version 1.1.1.13 and 1.1.1.14

version 1.1.1.13, 2019/04/29 00:29:54 version 1.1.1.14, 2019/12/14 16:33:27
Line 929  AcpiEvOrphanEcRegMethod (
Line 929  AcpiEvOrphanEcRegMethod (
     Objects[1].Type = ACPI_TYPE_INTEGER;      Objects[1].Type = ACPI_TYPE_INTEGER;
     Objects[1].Integer.Value = ACPI_REG_CONNECT;      Objects[1].Integer.Value = ACPI_REG_CONNECT;
   
     Status = AcpiEvaluateObject (RegMethod, NULL, &Args, NULL);      (void) AcpiEvaluateObject (RegMethod, NULL, &Args, NULL);
   
 Exit:  Exit:
     /* We ignore all errors from above, don't care */      /* We ignore all errors from above, don't care */
   
     Status = AcpiUtAcquireMutex (ACPI_MTX_NAMESPACE);      (void) AcpiUtAcquireMutex (ACPI_MTX_NAMESPACE);
     return_VOID;      return_VOID;
 }  }

Legend:
Removed from v.1.1.1.13  
changed lines
  Added in v.1.1.1.14

CVSweb <webmaster@jp.NetBSD.org>