From owner-cvs-src@FreeBSD.ORG Fri Sep 19 21:06:35 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 82912106566C; Fri, 19 Sep 2008 21:06:35 +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 4A5388FC15; Fri, 19 Sep 2008 21:06:29 +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 m8JL6SWm081944 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=NO); Fri, 19 Sep 2008 14:06:29 -0700 (PDT) (envelope-from sobomax@FreeBSD.org) Message-ID: <48D41456.5010808@FreeBSD.org> Date: Fri, 19 Sep 2008 14:06:30 -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> In-Reply-To: <48D409E7.7050306@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:06:35 -0000 Peter Grehan wrote: >> Peter, it was ignorance on my part, I apologize. Seems to be that I >> should have been using "cd:,\\:tbxi" as boot-device instead with >> proper boot.tbxi. I've reverted libofw change due to its hackish nature. > > No problems Maxim. The ofw boot process is, ah, arcane to say the least > :) Your change did remind me that syscons doesn't work with a serial > console like it does on i386, though luckily enough there are very few > desktop Macs with serial ports. While we are talking, I also noticed that my time is constantly off by the same amount after every boot (yes, I am using ntpd), which is 22,169 seconds (I run ntpdate on every boot, which shows me offset). 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 idea what the problem might be? This is 7.1-BETA. -Maxim