From owner-freebsd-current@FreeBSD.ORG Fri Jul 13 00:59:35 2007 Return-Path: X-Original-To: freebsd-current@freebsd.org Delivered-To: freebsd-current@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id DDEF416A469 for ; Fri, 13 Jul 2007 00:59:35 +0000 (UTC) (envelope-from freebsd-current@m.gmane.org) Received: from ciao.gmane.org (main.gmane.org [80.91.229.2]) by mx1.freebsd.org (Postfix) with ESMTP id 95C6C13C45D for ; Fri, 13 Jul 2007 00:59:35 +0000 (UTC) (envelope-from freebsd-current@m.gmane.org) Received: from list by ciao.gmane.org with local (Exim 4.43) id 1I99VM-0003O5-Ny for freebsd-current@freebsd.org; Fri, 13 Jul 2007 02:59:33 +0200 Received: from 89-172-35-182.adsl.net.t-com.hr ([89.172.35.182]) by main.gmane.org with esmtp (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Fri, 13 Jul 2007 02:59:32 +0200 Received: from ivoras by 89-172-35-182.adsl.net.t-com.hr with local (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Fri, 13 Jul 2007 02:59:32 +0200 X-Injected-Via-Gmane: http://gmane.org/ To: freebsd-current@freebsd.org From: Ivan Voras Date: Fri, 13 Jul 2007 02:59:26 +0200 Lines: 16 Message-ID: References: <20070709214216.GA72912@walton.maths.tcd.ie> <20070711132202.GA95487@walton.maths.tcd.ie> <20070712085135.GA5332@walton.maths.tcd.ie> Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit X-Complaints-To: usenet@sea.gmane.org X-Gmane-NNTP-Posting-Host: 89-172-35-182.adsl.net.t-com.hr User-Agent: Thunderbird 1.5.0.12 (Windows/20070509) In-Reply-To: <20070712085135.GA5332@walton.maths.tcd.ie> Sender: news Cc: freebsd-hackers@freebsd.org Subject: Re: Debugging times X-BeenThere: freebsd-current@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Discussions about the use of FreeBSD-current List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 13 Jul 2007 00:59:35 -0000 David Malone wrote: > Ah - that's interesting. Could you look for the comment in > src/sys/i386/isa/clock.c that says: > > /* Should we set dow = -1 because some clocks don't set it correctly? */ > > and add a line afterwards to say: > > ct.dow = -1; > > and see if that helps? Yes, it does! Setting ct.dow to -1 fixes the time in a correct way. I vote this gets committed as soon as possible :)