From owner-freebsd-ppc@FreeBSD.ORG Thu Apr 30 02:45:17 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 E0ED2106566B for ; Thu, 30 Apr 2009 02:45:17 +0000 (UTC) (envelope-from bonsaime@gmail.com) Received: from mail-fx0-f162.google.com (mail-fx0-f162.google.com [209.85.220.162]) by mx1.freebsd.org (Postfix) with ESMTP id 727F68FC16 for ; Thu, 30 Apr 2009 02:45:16 +0000 (UTC) (envelope-from bonsaime@gmail.com) Received: by fxm6 with SMTP id 6so1553298fxm.43 for ; Wed, 29 Apr 2009 19:45:16 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:mime-version:received:in-reply-to:references :date:message-id:subject:from:to:cc:content-type :content-transfer-encoding; bh=syOysViosiosJ5s1aMiCA54yGRYnwt9L07OVfj6JpsI=; b=nYSQCO5my1SjLj7NZ0U9mmGlRPRg6cuQx3n8q4W0XIl/w0BvXYyViMPaVEfA8pzIPM YBFDH01QBMWkGsxiV76IOROK9jaF1jgYUJ/nqWGyDoAAwEs21sruYfGbuXzfd/m01yba 0ucwapbktzrKsUHlOP2gUXM7grKGbAmX2j0pM= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=mime-version:in-reply-to:references:date:message-id:subject:from:to :cc:content-type:content-transfer-encoding; b=dHGhMjCdcamcbCOZSAPHPmWezoIR2/t+ysRsGgx+Z7nlY96Ao5uzVtQb3egY/Zxn00 D3n1knF6VApQl/BWA0PhNLopdiCM9l9LPiW36sGT/ujxb89DQ6G+xu0OAdSkkEAkDL+P Tb984/O/dSkyf22t4lhQUD6D4PcpuhimENZpU= MIME-Version: 1.0 Received: by 10.223.110.4 with SMTP id l4mr547438fap.47.1241059516297; Wed, 29 Apr 2009 19:45:16 -0700 (PDT) In-Reply-To: <978201.39048.qm@web45811.mail.sp1.yahoo.com> References: <978201.39048.qm@web45811.mail.sp1.yahoo.com> Date: Wed, 29 Apr 2009 22:45:16 -0400 Message-ID: From: Jesse Callaway To: Won De Erick Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Cc: freebsd-ppc@freebsd.org Subject: Re: 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: Thu, 30 Apr 2009 02:45:18 -0000 On Wed, Apr 29, 2009 at 2:17 AM, Won De Erick wrote: > > --- On Wed, 4/29/09, Jesse Callaway wrote: >> 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. > > i remember i have reported same problem before. > > http://www.mail-archive.com/freebsd-hardware@freebsd.org/msg03415.html > > > > > > Hey thanks for pointing out this thread. I started looking at resettodr() before posting here. Hopefully I can compile that example code in your thread and things will work out. -jesse