From owner-freebsd-sparc64@FreeBSD.ORG Thu Oct 15 06:24:31 2009 Return-Path: Delivered-To: freebsd-sparc64@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 7C2D81065672 for ; Thu, 15 Oct 2009 06:24:31 +0000 (UTC) (envelope-from matpockuh@gmail.com) Received: from mail-fx0-f222.google.com (mail-fx0-f222.google.com [209.85.220.222]) by mx1.freebsd.org (Postfix) with ESMTP id 159A98FC1E for ; Thu, 15 Oct 2009 06:24:30 +0000 (UTC) Received: by fxm22 with SMTP id 22so664171fxm.36 for ; Wed, 14 Oct 2009 23:24:30 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:mime-version:received:date:message-id:subject :from:to:cc:content-type; bh=B02fyqqI9a677jMFxK8lrV9GiECMEISWQxwEWhavc+A=; b=E/snRan0rV6kBYNT+I5t+5AKS7WWKRGcKJDqxsvrbdKNZ+8PPGyQGbpOeURQ0yUMCc ii3hcvzhRbHHDJSDe9+/aqQrBW4kw8gAM0RYE/Ch7aKiSHj41dZ2butMsrXGX7oTN8JI akd4HXAmm+pIfwkevWkjRcFu55+XRmVcHBnm8= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=mime-version:date:message-id:subject:from:to:cc:content-type; b=TwpBtSKt/4iarXIf0ETNWmQbbx7oh+8HRhmclrOVe/BJ58RjR43AljxnGU0oL8VNgd EMYR/trbB9KdoHpJnltWVVVWE9egsjS6XG0pIozbnVDLfAB5n1tASPcvdjcNOeG+RxaZ HDgOoP0qufi9chTvnrTuBIYd2h6eN3/IiK1v4= MIME-Version: 1.0 Received: by 10.223.127.195 with SMTP id h3mr2382058fas.57.1255587870078; Wed, 14 Oct 2009 23:24:30 -0700 (PDT) Date: Thu, 15 Oct 2009 10:24:30 +0400 Message-ID: <3979a4b0910142324s5158a7f9g91ca45298738730c@mail.gmail.com> From: KOT MATPOCKuH To: Marius Strobl Content-Type: text/plain; charset=ISO-8859-1 Cc: freebsd-sparc64@freebsd.org Subject: Re: FreeBSD/sparc64 on SunFire V215 - clock (?) problem X-BeenThere: freebsd-sparc64@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Porting FreeBSD to the Sparc List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 15 Oct 2009 06:24:31 -0000 2009/9/21 Marius Strobl : >> > Like I said, mainline FreeBSD doesn't support V215 so >> > far. If you like you can give the following patch a try: >> > http://people.freebsd.org/~marius/fire.diff >> > It requires head r197164 or later. >> I'm tried to apply this patch, also add "device ofw_console" to kernel >> configuration, but system panic after: > Please re-fetch fire.diff and try again. System works like good. But I have a problem with clock in NVRAM (?). The time in NVRAM's clock is not synced after reboot, and time difference increases after each system restart. For example: 14 Oct 18:31:27 ntpdate[963]: step time server 192.168.2.1 offset 343.494018 sec 15 Oct 10:22:53 ntpdate[962]: step time server 192.168.2.1 offset 345.509317 sec After system boot I have ntpd running and have no problems with clock. -- MATPOCKuH