Date: Fri, 26 Apr 2002 03:06:26 -0700 (PDT) From: Poul-Henning Kamp <phk@FreeBSD.org> To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/kern kern_tc.c src/sys/sys timetc.h src/sys/dev/acpica acpi_timer.c src/sys/i386/i386 mp_clock.c src/sys/i386/isa clock.c src/sys/pc98/pc98 clock.c Message-ID: <200204261006.g3QA6Rj53577@freefall.freebsd.org>
next in thread | raw e-mail | index | archive | help
phk 2002/04/26 03:06:26 PDT Modified files: sys/kern kern_tc.c sys/sys timetc.h sys/dev/acpica acpi_timer.c sys/i386/i386 mp_clock.c sys/i386/isa clock.c sys/pc98/pc98 clock.c Log: Remove the tc_update() function. Any frequency change to the timecounter will be used starting at the next second, which is good enough for sysctl purposes. If better adjustment is needed the NTP PLL should be used. Revision Changes Path 1.17 +0 -1 src/sys/dev/acpica/acpi_timer.c 1.9 +1 -2 src/sys/i386/i386/mp_clock.c 1.185 +0 -2 src/sys/i386/isa/clock.c 1.120 +0 -6 src/sys/kern/kern_tc.c 1.112 +0 -2 src/sys/pc98/pc98/clock.c 1.48 +0 -1 src/sys/sys/timetc.h To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200204261006.g3QA6Rj53577>