Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 20 Mar 2005 01:27:27 +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_ec.c acpi_if.m
Message-ID:  <200503200127.j2K1RRsc061383@repoman.freebsd.org>

next in thread | raw e-mail | index | archive | help
njl         2005-03-20 01:27:27 UTC

  FreeBSD src repository

  Modified files:
    sys/dev/acpica       acpi_ec.c acpi_if.m 
  Log:
  Add the acpi_ec_read and write methods.  This allows an external driver
  (like an EC/SMbus controller) to access the EC address space.  Access
  is synchronized by the EcLock/Unlock routines in EcSpaceHandler().
  
  Tested by:      Hans Petter Selasky
  
  Revision  Changes    Path
  1.63      +35 -0     src/sys/dev/acpica/acpi_ec.c
  1.5       +30 -0     src/sys/dev/acpica/acpi_if.m



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