From owner-freebsd-mobile@FreeBSD.ORG Sat May 17 12:05:21 2008 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 E58941065678 for ; Sat, 17 May 2008 12:05:21 +0000 (UTC) (envelope-from torfinn.ingolfsen@broadpark.no) Received: from osl1smout1.broadpark.no (osl1smout1.broadpark.no [80.202.4.58]) by mx1.freebsd.org (Postfix) with ESMTP id 9A6328FC1F for ; Sat, 17 May 2008 12:05:21 +0000 (UTC) (envelope-from torfinn.ingolfsen@broadpark.no) MIME-version: 1.0 Content-transfer-encoding: 7BIT Content-type: text/plain; charset=US-ASCII Received: from osl1sminn1.broadpark.no ([80.202.4.59]) by osl1smout1.broadpark.no (Sun Java(tm) System Messaging Server 6.3-3.01 (built Jul 12 2007; 32bit)) with ESMTP id <0K10002XAHKWQ270@osl1smout1.broadpark.no> for freebsd-mobile@freebsd.org; Sat, 17 May 2008 14:05:20 +0200 (CEST) Received: from kg-work.kg4.no ([80.202.173.59]) by osl1sminn1.broadpark.no (Sun Java(tm) System Messaging Server 6.3-3.01 (built Jul 12 2007; 32bit)) with SMTP id <0K1000CG5HKVMOL2@osl1sminn1.broadpark.no> for freebsd-mobile@freebsd.org; Sat, 17 May 2008 14:05:20 +0200 (CEST) Date: Sat, 17 May 2008 14:05:19 +0200 From: Torfinn Ingolfsen To: freebsd-mobile@freebsd.org Message-id: <20080517140519.b659a687.torfinn.ingolfsen@broadpark.no> In-reply-to: <20080517002534.M73532@swaggi.com> References: <20070913153308.M2541@swaggi.com> <20080516165822.6e2c2d6c.torfinn.ingolfsen@broadpark.no> <20080517023129.b1999f1c.nork@FreeBSD.org> <20080517002534.M73532@swaggi.com> X-Mailer: Sylpheed 2.4.8 (GTK+ 2.12.9; i386-portbld-freebsd6.3) X-Face: "t9w2,-X@O^I`jVW\sonI3.,36KBLZE*AL[y9lL[PyFD*r_S:dIL9c[8Y>V42R0"!"yb_zN,f#%.[PYYNq; m"_0v; ~rUM2Yy!zmkh)3&U|u!=T(zyv,MHJv"nDH>OJ`t(@mil461d_B'Uo|'nMwlKe0Mv=kvV?Nh@>Hb<3s_z2jYgZhPb@?Wi^x1a~Hplz1.zH 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: Sat, 17 May 2008 12:05:22 -0000 On Fri, 16 May 2008 20:28:51 -0400 Yuri Lukin wrote: > Thanks for the updated driver and the patch, I can confirm it fixes > the panic on 7.0-RELEASE. On my Thinkpad T61, loading the module I With the patch, the updated driver also works on 7.0-stable: May 17 13:21:31 testhost-1 kernel: sdshc0: mem 0xf8101800-0xf81018ff irq 18 at device 0.2 on pci21 May 17 13:21:31 testhost-1 kernel: sdshc0: [ITHREAD] May 17 13:21:31 testhost-1 kernel: sdshcbus0: on sdshc0 May 17 13:21:31 testhost-1 kernel: sdshcbus0: capability: 3.3V Suspend/Resume DMA High-Speed root@testhost-1# uname -a FreeBSD testhost-1.kg4.no 7.0-STABLE FreeBSD 7.0-STABLE #1: Sat May 10 01:56:29 CEST 2008 root@testhost-1.kg4.no:/usr/obj/usr/src/sys/GENERIC i386 BTW, this is also a ThinkPad T61. When I insert a card, I get: May 17 13:22:59 testhost-1 kernel: sdshcbus0: card inserted in slot #0 May 17 13:22:59 testhost-1 kernel: sdshcbus0: Switched to High Speed mode May 17 13:22:59 testhost-1 kernel: sd0: on sdshcbus0 May 17 13:22:59 testhost-1 kernel: sd0: Ver 1.x SD memory card May 17 13:22:59 testhost-1 kernel: sd0: 121MB (248320 x 512-byte blocks) May 17 13:22:59 testhost-1 kernel: sd0: access time: read 5.0ms, write 160.0ms May 17 13:22:59 testhost-1 kernel: sd0: speed class 0 May 17 13:22:59 testhost-1 kernel: sd0: max clock 50MHz, drive at 33.000MHz May 17 13:22:59 testhost-1 kernel: sd0: 16.500MB/s transfers with 4-bit bus width I also teste thast I could mount the card and read iles off it. Works nicely. To the OP - Thanks for the updated driver and patch -- Regards, Torfinn Ingolfsen Norway