From owner-freebsd-current Sat Sep 18 14: 3: 7 1999 Delivered-To: freebsd-current@freebsd.org Received: from critter.freebsd.dk (critter.freebsd.dk [212.242.40.131]) by hub.freebsd.org (Postfix) with ESMTP id DD25714CBF for ; Sat, 18 Sep 1999 14:02:59 -0700 (PDT) (envelope-from phk@critter.freebsd.dk) Received: from critter.freebsd.dk (localhost [127.0.0.1]) by critter.freebsd.dk (8.9.3/8.9.2) with ESMTP id XAA12844; Sat, 18 Sep 1999 23:00:35 +0200 (CEST) (envelope-from phk@critter.freebsd.dk) To: Michael Reifenberger Cc: Warner Losh , Andrzej Bialecki , "Rodney W. Grimes" , Matthew Dillon , N , current@FreeBSD.ORG Subject: Re: 2xPIIIx450 results & NFS results In-reply-to: Your message of "Sat, 18 Sep 1999 22:55:15 +0200." Date: Sat, 18 Sep 1999 23:00:35 +0200 Message-ID: <12842.937688435@critter.freebsd.dk> From: Poul-Henning Kamp Sender: owner-freebsd-current@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG In message , Michael R eifenberger writes: >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. I remember this one too. I think the problem is that we fail to service the RTC intr for some reason. This patch was only a workaround, and received a verbal broadside from Bruce if I remember right. Maybe it should be added under a sysctl until a better solution is know. --- 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(); -- Poul-Henning Kamp FreeBSD coreteam member phk@FreeBSD.ORG "Real hackers run -current on their laptop." FreeBSD -- It will take a long time before progress goes too far! To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-current" in the body of the message