From owner-freebsd-mobile@FreeBSD.ORG Tue Sep 18 18:35:28 2007 Return-Path: Delivered-To: freebsd-mobile@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 20DFB16A417 for ; Tue, 18 Sep 2007 18:35:28 +0000 (UTC) (envelope-from lists@swaggi.com) Received: from rusty.swaggy.net (rusty.swaggy.net [204.14.85.196]) by mx1.freebsd.org (Postfix) with ESMTP id ECF3013C49D for ; Tue, 18 Sep 2007 18:35:27 +0000 (UTC) (envelope-from lists@swaggi.com) Received: from localhost ([127.0.0.1] helo=swaggi.com) by rusty.swaggy.net with esmtp (Exim 4.67 (FreeBSD)) (envelope-from ) id 1IXhp8-00078u-LH; Tue, 18 Sep 2007 14:29:28 -0400 From: "Yuri Lukin" To: "M. Warner Losh" Date: Tue, 18 Sep 2007 14:29:26 -0400 Message-Id: <20070918182745.M67370@swaggi.com> In-Reply-To: <20070918.121108.179960864.imp@bsdimp.com> References: <20070916034622.GC927@in-addr.com> <200709161845.54120.pankov_p@mail.ru> <20070916225050.M75174@swaggi.com> <20070918.121108.179960864.imp@bsdimp.com> X-Mailer: swaggi.com MIME-Version: 1.0 Content-Type: text/plain; charset=iso-8859-1 Cc: freebsd-mobile@freebsd.org Subject: Re: SD/MMC (ricoh) reader on Thinkpad T61 X-BeenThere: freebsd-mobile@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Mobile computing with FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 18 Sep 2007 18:35:28 -0000 On Tue, 18 Sep 2007 12:11:08 -0600 (MDT), M. Warner Losh wrote > There are two different drivers for SD/MMC right now. The one that I > wrote, which sorbo wrote a driver for the laptop bridges and the one > that umemoto-san has written about (authored by gotanda-san). > Sorbo's driver works well on Ricoh based bridges, but fails for TI > based ones. Gotanda-san's driver has a little more support for TI > bridges that he's done in response to my testing. I still owe him > some testing on his driver. The down side of Gotanda-san's driver > is that it doesn't integrate into the sd/mmc infrastructure that's > currently in the tree. > > In other words: I'm working on it but have limited time to make > progress. > > Warner Thanks for the clarification. Since I have a Ricoh part, then I should expect the existing mmc driver that's in the tree already to work, yes? Yuri