Date: Sat, 28 Feb 1998 13:16:15 -0800 (PST) From: Poul-Henning Kamp <phk@FreeBSD.ORG> To: cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG, cvs-sys@FreeBSD.ORG Subject: cvs commit: src/sys/i386/isa clock.c Message-ID: <199802282116.NAA01534@freefall.freebsd.org>
next in thread | raw e-mail | index | archive | help
phk 1998/02/28 13:16:15 PST Modified files: sys/i386/isa clock.c Log: Prevent the TSC from being used on APM machines, we have no idea if it runs at a constant frequency. This was less of an issue before, because the TSC only interpolated in the HZ intervals, but now where the timecounter is used all the way, this becomes much more visible. Nit: Fix a printf which triggered the bde-filter. Revision Changes Path 1.114 +6 -2 src/sys/i386/isa/clock.c
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?199802282116.NAA01534>