From owner-freebsd-current@FreeBSD.ORG Sun Jul 15 09:37:58 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 B443816A401 for ; Sun, 15 Jul 2007 09:37:58 +0000 (UTC) (envelope-from dominique.goncalves@gmail.com) Received: from wx-out-0506.google.com (wx-out-0506.google.com [66.249.82.226]) by mx1.freebsd.org (Postfix) with ESMTP id 7046D13C442 for ; Sun, 15 Jul 2007 09:37:58 +0000 (UTC) (envelope-from dominique.goncalves@gmail.com) Received: by wx-out-0506.google.com with SMTP id i29so717233wxd for ; Sun, 15 Jul 2007 02:37:57 -0700 (PDT) DKIM-Signature: a=rsa-sha1; c=relaxed/relaxed; d=gmail.com; s=beta; h=domainkey-signature:received:received:message-id:date:from:to:subject:cc:in-reply-to:mime-version:content-type:content-transfer-encoding:content-disposition:references; b=Yf5YMQ/F+3uWnMpe6G7bTKwz3BVseQpe+xTC0rvfS9CuAvpfFxfhmbvJIY/s0htPl6a8mfuqiLD+yKO5yAxTAYG7K67jCqghHi1fuGM7Tm+Dmqx1trm4ViWiENZ16K8ViHFoq3jPm5prO5Itj1vz9xchPJELkcydYWYmc1Y1vhU= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=beta; h=received:message-id:date:from:to:subject:cc:in-reply-to:mime-version:content-type:content-transfer-encoding:content-disposition:references; b=iIV8jBRfjiaZnvL35j78tLc+0DQWrlq7S5pmZ9TxAB4zib1d2Sj4Oedq1g63XcfXLQgGTMbOPjhydhvzmpx6aBIm/zJYp2qpBmCOZojM1PxRfAlANCDFiU1FnnDARCoL6es0fBquuMyfoj/ThX+Vw4MXE2QHiWf0sBQkcaVh03E= Received: by 10.90.49.1 with SMTP id w1mr2505329agw.1184492277759; Sun, 15 Jul 2007 02:37:57 -0700 (PDT) Received: by 10.90.78.16 with HTTP; Sun, 15 Jul 2007 02:37:57 -0700 (PDT) Message-ID: <7daacbbe0707150237gc869abdi756d54219edb2577@mail.gmail.com> Date: Sun, 15 Jul 2007 11:37:57 +0200 From: "Dominique Goncalves" To: "Ivan Voras" In-Reply-To: MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Content-Disposition: inline References: <20070709214216.GA72912@walton.maths.tcd.ie> <20070711132202.GA95487@walton.maths.tcd.ie> <20070712085135.GA5332@walton.maths.tcd.ie> Cc: freebsd-hackers@freebsd.org, freebsd-current@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: Sun, 15 Jul 2007 09:37:58 -0000 Hi, On 7/13/07, Ivan Voras wrote: > 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. It works also for me with qemu 0.9.0. Thanks. > I vote this gets committed as soon as possible :) > > _______________________________________________ > freebsd-current@freebsd.org mailing list > http://lists.freebsd.org/mailman/listinfo/freebsd-current > To unsubscribe, send any mail to "freebsd-current-unsubscribe@freebsd.org" > Regards. -- There's this old saying: "Give a man a fish, feed him for a day. Teach a man to fish, feed him for life."