From owner-freebsd-current@FreeBSD.ORG Sun Sep 28 05:35:28 2008 Return-Path: Delivered-To: freebsd-current@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id D71861065695 for ; Sun, 28 Sep 2008 05:35:28 +0000 (UTC) (envelope-from unixmania@gmail.com) Received: from fg-out-1718.google.com (fg-out-1718.google.com [72.14.220.155]) by mx1.freebsd.org (Postfix) with ESMTP id 62DBE8FC1E for ; Sun, 28 Sep 2008 05:35:27 +0000 (UTC) (envelope-from unixmania@gmail.com) Received: by fg-out-1718.google.com with SMTP id l26so1042964fgb.35 for ; Sat, 27 Sep 2008 22:35:27 -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=yZiwt7E1RwQJ/DrOIg481hIMELzwIhQ4VlRrMhq47zA=; b=j5YzFrNILE8XAStPI0LliuKd1lXmGfQu07CIdNQiy13DD3bqdMpfqxcZMg87V31J4u PQRwQyddNZHrOMHkUTzddLBqvKoQj3w0/Huyb4ywXpAw8r/ItPBSvqoJN/j9kr+o6rjO BF/a/Iu7fmOD4peeLn9ejt4WtQIWDTxVVMhtM= 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=tzgZtABKEBP54U+ZRXWki4Uge+gkRR97vn2rVrczGrXDsO9/icI/tLA0G5yVMrWfMW lFDp37wRxeYVYZpYa9KbJ2kmwPOAyv3P55fCVsrzVH2w6ZfU3JPXS/jDjEArDXQpfKte P8zVXDGVhoB1XOOseZS39kDoACZw4B2MXQRV8= Received: by 10.103.206.12 with SMTP id i12mr2498691muq.33.1222580126857; Sat, 27 Sep 2008 22:35:26 -0700 (PDT) Received: by 10.103.231.14 with HTTP; Sat, 27 Sep 2008 22:35:26 -0700 (PDT) Message-ID: Date: Sun, 28 Sep 2008 02:35:26 -0300 From: "Carlos A. M. dos Santos" To: "Oleksandr Tymoshenko" In-Reply-To: <48DEA4EC.3030300@bluezbox.com> MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Content-Disposition: inline References: <48DEA8E7.2080503@FreeBSD.org> <48DEA4EC.3030300@bluezbox.com> Cc: Alexander Motin , freebsd-current@freebsd.org, imp@freebsd.org, freebsd-arm@freebsd.org, freebsd-mobile@freebsd.org Subject: Re: RFC: PCI SD host controller driver & mmc/mmcsd modules improvements X-BeenThere: freebsd-current@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Discussions about the use of FreeBSD-current List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 28 Sep 2008 05:35:29 -0000 On Sat, Sep 27, 2008 at 6:26 PM, Oleksandr Tymoshenko wrote: > Alexander Motin wrote: >> >> Hi. > >> >> Latest patches against 8-CURRENT (should also fit 7-STABLE) may be found >> at: >> http://people.freebsd.org/~mav/sdhci/ > > Thanks! That's just what I was looking for about three weeks ago :) >> >> I will be grateful for any feedbacks, comments and support. > > 7.1 requires s/kproc/kthread/ but otherwise works fine: > > sdhci0: mem 0xff9fb800-0xff9fb8ff irq 9 at device 1.2 on > pci2 > sdhci0: 1 slot(s) allocated > sdhci0: [ITHREAD] > > mmc0: on sdhci0 > mmc0: SD card: 507379712 bytes > mmcsd0: 483MB (read-only) at mmc0 > mmc0: setting transfer rate to 30.000MHz > mmc0: setting bus width to 4 bits > GEOM_LABEL: Label for provider mmcsd0s1 is msdosfs/SD. It did not detect the hardware on my Compaq 6910p: none2@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 none3@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 Suggestions are welcome. :-) -- cd /usr/ports/sysutils/life make clean