From owner-freebsd-ppc@FreeBSD.ORG Wed Apr 29 04:52:42 2009 Return-Path: Delivered-To: freebsd-ppc@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id F2403106566B for ; Wed, 29 Apr 2009 04:52:42 +0000 (UTC) (envelope-from bonsaime@gmail.com) Received: from fk-out-0910.google.com (fk-out-0910.google.com [209.85.128.188]) by mx1.freebsd.org (Postfix) with ESMTP id 8AE038FC0C for ; Wed, 29 Apr 2009 04:52:42 +0000 (UTC) (envelope-from bonsaime@gmail.com) Received: by fk-out-0910.google.com with SMTP id f33so468362fkf.11 for ; Tue, 28 Apr 2009 21:52:41 -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:content-type:content-transfer-encoding; bh=HuFcAzRr7G5VYV0m7eBqQyf8P7WcFqWx1N2M2ux3rk8=; b=dlhMHy5he/a+KRh+c5+dhRz6DbotUZWoLKI91+bEjXepKZ++UQoJAmB0k6Ks8Qm0+w GpMrFJWKY9O9Bes9+u55x862WLH0qOxXIOBRRYQqrfUsV7LAECJ3Yllq605rChzzOv2w WMkHeOHldF8g6gpRiq013u9F2pCMfc/pfzNEM= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=mime-version:date:message-id:subject:from:to:content-type :content-transfer-encoding; b=ECXlXWLMiubFc2XA/5tqK6ATZaCX/N0WvHVXQF35pIYXCtJjoYeJW6QAFwTmGt2eym ua/BW9UglW4ne4j/6rsuda4q4fwjdI6W6lMYvBkH0IUTzIKrhH+Eae2dNsohc1qATyLX BdOXbU51Xuo7u4ggm1Dg193K6WUd2lRcU8lKQ= MIME-Version: 1.0 Received: by 10.223.108.210 with SMTP id g18mr2687186fap.38.1240979137563; Tue, 28 Apr 2009 21:25:37 -0700 (PDT) Date: Wed, 29 Apr 2009 00:25:37 -0400 Message-ID: From: Jesse Callaway To: freebsd-ppc@freebsd.org Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Subject: hardware clock X-BeenThere: freebsd-ppc@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Porting FreeBSD to the PowerPC List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 29 Apr 2009 04:52:43 -0000 Hi, Apologies if this has been discussed already, but I'm having trouble getting the hardware clock to sync with system time on a G4 tower. Using GENERIC kernel, and it looks to have been compiled with support for the powermac_nvram device, but I don't have that device created in /dev. What do I need to make the device file is my first question. My second question is, will this solve my hardware clock issue? Battery is good. I understand this may not yet be supported, but if it is I'd be a real happy camper. FreeBSD 7.1-RELEASE-p5 Motorola PowerPC 7450 revision 2.1, 866.67 MHz I can post a full dmesg if anyone would like that. -jesse