From owner-cvs-src@FreeBSD.ORG Fri Sep 19 21:11:52 2008 Return-Path: Delivered-To: cvs-src@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id B66321065679; Fri, 19 Sep 2008 21:11:52 +0000 (UTC) (envelope-from sobomax@FreeBSD.org) Received: from sippysoft.com (gk1.360sip.com [72.236.70.240]) by mx1.freebsd.org (Postfix) with ESMTP id 646B48FC14; Fri, 19 Sep 2008 21:11:52 +0000 (UTC) (envelope-from sobomax@FreeBSD.org) Received: from [192.168.0.61] ([204.244.149.125]) (authenticated bits=0) by sippysoft.com (8.13.8/8.13.8) with ESMTP id m8JLBo1X082230 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=NO); Fri, 19 Sep 2008 14:11:51 -0700 (PDT) (envelope-from sobomax@FreeBSD.org) Message-ID: <48D41598.7000608@FreeBSD.org> Date: Fri, 19 Sep 2008 14:11:52 -0700 From: Maxim Sobolev Organization: Sippy Software, Inc. User-Agent: Thunderbird 2.0.0.16 (Windows/20080708) MIME-Version: 1.0 To: Peter Grehan References: <200809191100.m8JB0T2T037268@repoman.freebsd.org> <48D3CB22.4090006@freebsd.org> <48D3EA7F.7010706@FreeBSD.org> <48D40304.70800@FreeBSD.org> <48D409E7.7050306@freebsd.org> <48D41456.5010808@FreeBSD.org> In-Reply-To: <48D41456.5010808@FreeBSD.org> Content-Type: text/plain; charset=KOI8-R; format=flowed Content-Transfer-Encoding: 7bit Cc: cvs-src@FreeBSD.org, src-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: Re: cvs commit: src/sys/boot/ofw/libofw Makefile ofw_console.c X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 19 Sep 2008 21:11:52 -0000 Maxim Sobolev wrote: > However, if I manually call rtc.read-rtc method via OF prompt, adjust > time for DIFF19041970 then the difference is much less. Do you have any To clarify: I mean that I call rtc.read-rtc(), write down the value, boot, sync via ntpdate, call time(3), adjust value for DIFF19041970 and compare. -Maxim