From owner-cvs-all Sun Jul 18 8:21: 2 1999 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id AC2AA14F5B; Sun, 18 Jul 1999 08:21:00 -0700 (PDT) (envelope-from bde@FreeBSD.org) Received: (from bde@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id IAA52503; Sun, 18 Jul 1999 08:19:31 -0700 (PDT) (envelope-from bde@FreeBSD.org) Message-Id: <199907181519.IAA52503@freefall.freebsd.org> From: Bruce Evans Date: Sun, 18 Jul 1999 08:19:30 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/i386/isa clock.c Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk bde 1999/07/18 08:19:30 PDT Modified files: sys/i386/isa clock.c Log: Don't let the machdep.tsc_freq sysctl proceed if the TSC is present but broken, since tsc_timecounter is not initialised in that case, and updating an uninitialised timecounter is fatal. Fixed style bugs in the machdep.i8254_freq and machdep.tsc_freq sysctls. Reviewed by: phk Revision Changes Path 1.139 +6 -6 src/sys/i386/isa/clock.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message