Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 18 Sep 1999 22:55:15 +0200 (CEST)
From:      Michael Reifenberger <root@nihil.plaut.de>
To:        Warner Losh <imp@village.org>
Cc:        Andrzej Bialecki <abial@webgiro.com>, "Rodney W. Grimes" <freebsd@gndrsh.dnsmgr.net>, Matthew Dillon <dillon@apollo.backplane.com>, N <niels@bakker.net>, current@FreeBSD.ORG
Subject:   Re: 2xPIIIx450 results & NFS results 
Message-ID:  <Pine.BSF.4.10.9909182251230.53132-200000@nihil.plaut.de>
In-Reply-To: <199909181944.NAA06781@harmony.village.org>

next in thread | previous in thread | raw e-mail | index | archive | help

[-- Attachment #1 --]
Hi,
> We're seenig it too in the 19990815ish time frame.  This is both with
> the 3.2R binaries AND the ones rebuilt and reinstalled.
Saw it too on my ASUS P2B-DS (F.Rev.1008) 
Solved by a patch flooding around to /sys/i386/isa/clock.c But why?
The patch is attached.

Bye!
----
Michael Reifenberger
Plaut Software GmbH, R/3 Basis

[-- Attachment #2 --]
--- clock.c	Sat Sep 18 22:41:40 1999
+++ clock.c.new	Sun Sep  5 13:21:35 1999
@@ -203,4 +203,6 @@
 clkintr(struct clockframe frame)
 {
+	while (rtcin(RTC_INTR) & RTCIR_PERIOD)
+		statclock(&frame);
 	if (timecounter->tc_get_timecount == i8254_get_timecount) {
 		disable_intr();

Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?Pine.BSF.4.10.9909182251230.53132-200000>