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

Nate Lawson njl at FreeBSD.org
Sat Mar 19 17:27:28 PST 2005


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


More information about the cvs-all mailing list