Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 13 Aug 2004 06:21:32 +0000 (UTC)
From:      Nate Lawson <njl@FreeBSD.org>
To:        src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org
Subject:   cvs commit: src/sys/dev/acpica acpi.c
Message-ID:  <200408130621.i7D6LWPb070820@repoman.freebsd.org>

next in thread | raw e-mail | index | archive | help
njl         2004-08-13 06:21:32 UTC

  FreeBSD src repository

  Modified files:
    sys/dev/acpica       acpi.c 
  Log:
  MPSAFE locking
  
  * Serialize calls to acpi_alloc_resource(), acpi_release_resource(),
    acpi_Enable(), acpi_Disable(), and acpi_debug_sysctl().
  * Acquire the ACPI mutex in acpi_register_ioctl(), acpi_deregister_ioctl(),
    and acpiioctl().
  * Acquire the mutex while disabling subsequent requests to enter a
    sleep state in acpi_SetSleepState().
  * Be sure to re-enable sleep requests and don't run resume methods when
    the current request fails.
  * Don't check if sleep requests are disabled in the ACPIIO_SETSLPSTATE
    ioctl.  acpi_SetSleepState() does this for us.
  * Remove the acquisition of Giant from the struct cdevsw.
  * Remove the ACPI_USE_THREADS option.
  
  Revision  Changes    Path
  1.186     +79 -35    src/sys/dev/acpica/acpi.c



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200408130621.i7D6LWPb070820>