cvs commit: src/sys/dev/acpica acpi.c acpi_cpu.c acpivar.h

Nate Lawson njl at FreeBSD.org
Tue Apr 20 17:36:16 PDT 2004


njl         2004/04/20 17:36:15 PDT

  FreeBSD src repository

  Modified files:
    sys/dev/acpica       acpi.c acpi_cpu.c acpivar.h 
  Log:
  Move the timer difference convenience function from acpi_cpu.c to make it
  globally available.  acpi_TimerDelta() subtracts two readings from the
  ACPI PM timer and returns the difference.  It properly distinguishes between
  24-bit and 32-bit timers and handles wraparound.
  
  Revision  Changes    Path
  1.140     +15 -0     src/sys/dev/acpica/acpi.c
  1.34      +1 -14     src/sys/dev/acpica/acpi_cpu.c
  1.62      +1 -0      src/sys/dev/acpica/acpivar.h


More information about the cvs-all mailing list