From owner-freebsd-stable@FreeBSD.ORG Sat Jun 14 19:10:40 2008 Return-Path: Delivered-To: freebsd-stable@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 951601065679 for ; Sat, 14 Jun 2008 19:10:40 +0000 (UTC) (envelope-from unixmania@gmail.com) Received: from ug-out-1314.google.com (ug-out-1314.google.com [66.249.92.172]) by mx1.freebsd.org (Postfix) with ESMTP id 1D7A68FC0C for ; Sat, 14 Jun 2008 19:10:39 +0000 (UTC) (envelope-from unixmania@gmail.com) Received: by ug-out-1314.google.com with SMTP id q2so237687uge.37 for ; Sat, 14 Jun 2008 12:10:38 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:received:received:message-id:date:from:to :subject:cc:in-reply-to:mime-version:content-type :content-transfer-encoding:content-disposition:references; bh=klVGfLbBQ8huX/LxIfFey3s0NwKsL8kGD7UOC/bA8mQ=; b=E7+8J7RLa4V22Pe/4UC2r9fr1q+q/hlAoDstR0GZAVESdZXJ6QC57bQS1/EClj22Ll 5OuwfE7N8rvRGl7abfZEp714SHsnFDyWWKAu4cypO2vjro2qrQiPVb/o8hf/CpP5JLV0 1b5r7BMhshnnGOcgZoU+Jb8DCArEPZvc+eWSs= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=message-id:date:from:to:subject:cc:in-reply-to:mime-version :content-type:content-transfer-encoding:content-disposition :references; b=xv317oZOdewMFqv/mk42BYFNykZzUM11QweD9mb3cEvUh0yY/8gs3thw2CuU6cZBA5 51QYlPWsJAINupFhaALTDkhppHEtzI0dYEKBd4rFN6ltD5KlWD7qbT5qKRb1ezGgaKCP wGN1+/qTmvLsBP1rFKctmkjwUZdF/BcnVtmCk= Received: by 10.66.233.10 with SMTP id f10mr3288392ugh.17.1213470638790; Sat, 14 Jun 2008 12:10:38 -0700 (PDT) Received: by 10.66.234.1 with HTTP; Sat, 14 Jun 2008 12:10:38 -0700 (PDT) Message-ID: Date: Sat, 14 Jun 2008 16:10:38 -0300 From: "Carlos A. M. dos Santos" To: "M. Warner Losh" In-Reply-To: <20080614.002703.-1142020417.imp@bsdimp.com> MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Content-Disposition: inline References: <20080330.005823.-432836004.imp@bsdimp.com> <1207010488.30698.42.camel@laptop2.herveybayaustralia.com.au> <20080614.002703.-1142020417.imp@bsdimp.com> Cc: freebsd-stable@freebsd.org, rock_on_the_web@comcen.com.au Subject: Re: Texas Instruments Card Reader. X-BeenThere: freebsd-stable@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Production branch of FreeBSD source code List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 14 Jun 2008 19:10:40 -0000 On Sat, Jun 14, 2008 at 3:27 AM, M. Warner Losh wrote: > In message: <1207010488.30698.42.camel@laptop2.herveybayaustralia.com.au> > Da Rock writes: > : > : On Sun, 2008-03-30 at 09:18 -0300, Carlos A. M. dos Santos wrote: > : > On Sun, Mar 30, 2008 at 3:58 AM, M. Warner Losh wrote: > : > > In message: <1206767583.4015.12.camel@laptop2.herveybayaustralia.com.au> > : > > Da Rock writes: > : > > : Did anyone end up getting this to work? I'm suffering the same woes... > : > > > : > > Which device is this, specifically? > : > > > : > > Warner > : > > : > It is an SD, MS/Pro, MMC, SM and XD card reader. It is recognized by > : > the Linux "sdhci" driver. There was an email thread some time ago > : > discussing an homonymous driver for FreeBSD: > : > > : > http://lists.freebsd.org/pipermail/freebsd-drivers/2006-September/000243.html > : > http://lists.freebsd.org/pipermail/freebsd-drivers/2006-September/000248.html > : > > : > : Thats right- I believe you were working with a ricoh card reader though. > : Is there any update to this project? A todo journal maybe? > > I've a working card reader for ricoh that I've not been able to adapt > to TI so I've never committed from a couple of difference sources... > I should find time to fix that... I have Compaq nx6320 with the TI card reader that can be used for some testing. I also have Compaq 6910p which has a Ricoh card reader. This isthe output of "pciconf -lv": none3@pci0:2:6:3: class=0x080500 card=0x30be103c chip=0x08221180 rev=0x20 hdr=0x00 vendor = 'Ricoh Company, Ltd.' device = 'R5C832, R5C843 SDA Standard Compliant SD Host Controller' class = base peripheral none4@pci0:2:6:4: class=0x088000 card=0x30be103c chip=0x08431180 rev=0x10 hdr=0x00 vendor = 'Ricoh Company, Ltd.' device = 'unknown Ricoh MMC Host Controller' class = base peripheral -- If you think things can't get worse it's probably only because you lack sufficient imagination.