From owner-p4-projects@FreeBSD.ORG Tue Nov 21 17:19:50 2006 Return-Path: X-Original-To: p4-projects@freebsd.org Delivered-To: p4-projects@freebsd.org Received: by hub.freebsd.org (Postfix, from userid 32767) id BEE2D16CA2E; Tue, 21 Nov 2006 17:19:50 +0000 (UTC) X-Original-To: perforce@freebsd.org Delivered-To: perforce@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 9C6BD16C87F; Tue, 21 Nov 2006 17:19:50 +0000 (UTC) (envelope-from imp@bsdimp.com) Received: from harmony.bsdimp.com (vc4-2-0-87.dsl.netrack.net [199.45.160.85]) by mx1.FreeBSD.org (Postfix) with ESMTP id 4F21F442C1; Tue, 21 Nov 2006 17:11:37 +0000 (GMT) (envelope-from imp@bsdimp.com) Received: from localhost (localhost [127.0.0.1]) by harmony.bsdimp.com (8.13.4/8.13.4) with ESMTP id kALH9Kw4078212; Tue, 21 Nov 2006 10:09:20 -0700 (MST) (envelope-from imp@bsdimp.com) Date: Tue, 21 Nov 2006 10:10:02 -0700 (MST) Message-Id: <20061121.101002.1757494100.imp@bsdimp.com> To: ticso@cicely.de, ticso@cicely12.cicely.de From: "M. Warner Losh" In-Reply-To: <20061121164140.GX77029@cicely12.cicely.de> References: <200611211616.kALGGJ30045040@repoman.freebsd.org> <20061121164140.GX77029@cicely12.cicely.de> X-Mailer: Mew version 4.2 on Emacs 21.3 / Mule 5.0 (SAKAKI) Mime-Version: 1.0 Content-Type: Text/Plain; charset=us-ascii Content-Transfer-Encoding: 7bit X-Greylist: Sender IP whitelisted, not delayed by milter-greylist-2.0 (harmony.bsdimp.com [127.0.0.1]); Tue, 21 Nov 2006 10:09:20 -0700 (MST) Cc: sam@freebsd.org, perforce@freebsd.org Subject: Re: PERFORCE change 110182 for review X-BeenThere: p4-projects@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: p4 projects tree changes List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 21 Nov 2006 17:19:51 -0000 In message: <20061121164140.GX77029@cicely12.cicely.de> Bernd Walter writes: : On Tue, Nov 21, 2006 at 04:16:19PM +0000, Sam Leffler wrote: : > http://perforce.freebsd.org/chv.cgi?CH=110182 : > : > Change 110182 by sam@sam_ebb on 2006/11/18 02:52:03 : > : > Get it working: : > o slave address in avila docs is correct; don't believe : > what linux print probes, it's the 7-bit address >> 1 : > o correct set method to send register pointer before : > 4 bytes of data in a single transaction : > : > Affected files ... : > : > .. //depot/projects/arm/src/sys/arm/xscale/ixp425/ds1672.c#3 edit : : This is pretty cool. : How difficult is it to make it a generic driver? : I use the ds1672 on an rm9200 based board. I think when he committed it to HEAD he went ahead and made it (more?) generic. Warner