Date: Tue, 20 Apr 2004 17:36:15 -0700 (PDT) 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 acpi_cpu.c acpivar.h Message-ID: <200404210036.i3L0aFTQ045736@repoman.freebsd.org>
next in thread | raw e-mail | index | archive | help
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
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200404210036.i3L0aFTQ045736>