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

Nate Lawson njl at FreeBSD.org
Thu Aug 12 23:21:37 PDT 2004


njl         2004-08-13 06:21:36 UTC

  FreeBSD src repository

  Modified files:
    sys/dev/acpica       acpi_acad.c 
  Log:
  MPSAFE locking
  
  * Serialize notification of acline changes in acpi_acad_get_status().
  * Remove the initializing flag.  With the locking, we don't need to
    push off requests for the acline before initialization is done.
  * Don't check device_get_softc(), it can't return NULL.
  
  Revision  Changes    Path
  1.30      +15 -29    src/sys/dev/acpica/acpi_acad.c


More information about the cvs-all mailing list