From owner-svn-src-user@FreeBSD.ORG Thu Feb 23 14:29:15 2012 Return-Path: Delivered-To: svn-src-user@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 2A3AD106566B; Thu, 23 Feb 2012 14:29:15 +0000 (UTC) (envelope-from raj@semihalf.com) Received: from smtp.semihalf.com (smtp.semihalf.com [213.17.239.109]) by mx1.freebsd.org (Postfix) with ESMTP id D109F8FC13; Thu, 23 Feb 2012 14:29:14 +0000 (UTC) Received: from localhost (unknown [213.17.239.109]) by smtp.semihalf.com (Postfix) with ESMTP id 7298AC69A3; Thu, 23 Feb 2012 15:12:56 +0100 (CET) X-Virus-Scanned: by amavisd-new at semihalf.com Received: from smtp.semihalf.com ([213.17.239.109]) by localhost (smtp.semihalf.com [213.17.239.109]) (amavisd-new, port 10024) with ESMTP id SVn3r1gNt-uT; Thu, 23 Feb 2012 15:12:55 +0100 (CET) Received: from [10.0.0.22] (cardhu.semihalf.com [213.17.239.108]) by smtp.semihalf.com (Postfix) with ESMTPSA id C05DAC69A0; Thu, 23 Feb 2012 15:12:55 +0100 (CET) Mime-Version: 1.0 (Apple Message framework v1084) Content-Type: text/plain; charset=us-ascii From: Rafal Jaworowski In-Reply-To: <201202230536.q1N5anOF086049@svn.freebsd.org> Date: Thu, 23 Feb 2012 15:12:55 +0100 Content-Transfer-Encoding: quoted-printable Message-Id: References: <201202230536.q1N5anOF086049@svn.freebsd.org> To: Jayachandran C. X-Mailer: Apple Mail (2.1084) Cc: src-committers@freebsd.org, svn-src-user@freebsd.org Subject: Re: svn commit: r232028 - in user/jchandra/xlp-merge/sys: conf dev/iicbus X-BeenThere: svn-src-user@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: "SVN commit messages for the experimental " user" src tree" List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 23 Feb 2012 14:29:15 -0000 On 2012-02-23, at 06:36, Jayachandran C. wrote: > Author: jchandra > Date: Thu Feb 23 05:36:49 2012 > New Revision: 232028 > URL: http://svn.freebsd.org/changeset/base/232028 >=20 > Log: > Move driver for DS1374 RTC to sys/dev/iicbus >=20 > The earlier version of the driver was sys/mips/rmi/dev/iic/ds1374u.c Is the DS1374 very different from other DS13xx chips? We have some patches locally that extend the current DS133x into DS13xx = i.e. support also DS1388 for example, so I was wondering if the DS1374 = could be just squeezed in as well? See = http://people.freebsd.org/~raj/patches/misc/ds13xx.diff Rafal