From owner-freebsd-embedded@FreeBSD.ORG Mon Oct 13 07:51:30 2008 Return-Path: Delivered-To: freebsd-embedded@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 3E06B1065697 for ; Mon, 13 Oct 2008 07:51:30 +0000 (UTC) (envelope-from bms@incunabulum.net) Received: from out4.smtp.messagingengine.com (out4.smtp.messagingengine.com [66.111.4.28]) by mx1.freebsd.org (Postfix) with ESMTP id 165C68FC17 for ; Mon, 13 Oct 2008 07:51:30 +0000 (UTC) (envelope-from bms@incunabulum.net) Received: from compute2.internal (compute2.internal [10.202.2.42]) by out1.messagingengine.com (Postfix) with ESMTP id 849B3177D8E for ; Mon, 13 Oct 2008 03:51:29 -0400 (EDT) Received: from heartbeat1.messagingengine.com ([10.202.2.160]) by compute2.internal (MEProxy); Mon, 13 Oct 2008 03:51:29 -0400 X-Sasl-enc: jC/oiLKI83ncUuAwdyKg8iM8MH6BGzZps/3APqVCuEJ4 1223884289 Received: from empiric.lon.incunabulum.net (82-35-112-254.cable.ubr07.dals.blueyonder.co.uk [82.35.112.254]) by mail.messagingengine.com (Postfix) with ESMTPSA id 0B4DC2B434 for ; Mon, 13 Oct 2008 03:51:28 -0400 (EDT) Message-ID: <48F2FDFF.7020109@incunabulum.net> Date: Mon, 13 Oct 2008 08:51:27 +0100 From: Bruce M Simpson User-Agent: Thunderbird 2.0.0.14 (X11/20080514) MIME-Version: 1.0 To: freebsd-embedded@freebsd.org X-Enigmail-Version: 0.95.6 Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Subject: Possible i2c driver problem w/NSLU2 X-BeenThere: freebsd-embedded@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Dedicated and Embedded Systems List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 13 Oct 2008 07:51:30 -0000 Hi, Posting here to make sure this info doesn't get lost. The diff I posted to this list for FSG3 support contained an x1260rtc driver. It appears not all FSG3 units have this RTC chip, however, the NSLU2 certainly has the x1205 wihch should be register-level compatible. However I haven't seen the driver working yet. The hardwired hint may well be incorrect, according to posts on nslu2-linux.org, it's meant to be at 0x6f. This post on the NetBSD port-arm list suggests they needed to patch the machine-independent i2c driver there to get things working on the NSLU2: http://mail-index.netbsd.org/port-arm/2008/06/06/msg000240.html cheers BMS