From owner-freebsd-stable@FreeBSD.ORG Sun Jan 31 21:44:47 2010 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 CF8FB1065676 for ; Sun, 31 Jan 2010 21:44:47 +0000 (UTC) (envelope-from freebsd@insightbb.com) Received: from mxsf01.insightbb.com (mxsf01.insightbb.com [74.128.0.71]) by mx1.freebsd.org (Postfix) with ESMTP id 96E918FC18 for ; Sun, 31 Jan 2010 21:44:47 +0000 (UTC) X-IronPort-AV: E=Sophos;i="4.49,378,1262581200"; d="scan'208";a="806490798" Received: from unknown (HELO asav02.insightbb.com) ([172.31.249.123]) by mxsf01.insightbb.com with ESMTP; 31 Jan 2010 16:44:46 -0500 X-IronPort-Anti-Spam-Filtered: true X-IronPort-Anti-Spam-Result: As8EAHmIZUvQLicL/2dsb2JhbACBM4F/wyuOfoEtgRiBJloEhgE X-IronPort-AV: E=Sophos;i="4.49,378,1262581200"; d="scan'208";a="345817392" Received: from 208-46-39-11.dia.static.qwest.net (HELO laptop2.stevenfriedrich.org) ([208.46.39.11]) by asavout02.manage.insightbb.com with ESMTP; 31 Jan 2010 16:44:46 -0500 From: Steven Friedrich To: freebsd-stable@freebsd.org Date: Sun, 31 Jan 2010 16:44:39 -0500 User-Agent: KMail/1.12.4 (FreeBSD/8.0-STABLE; KDE/4.3.4; i386; ; ) References: <201001300708.37683.freebsd@insightbb.com> <4B643A76.7040007@chillt.de> In-Reply-To: <4B643A76.7040007@chillt.de> X-Face: i~b2iK'Z*tJ)pO9@6lJG=k7>N, V~YMq":Iwdl!m|A"g, N@)'|zb[{ Cc: Bartosz Fabianowski Subject: Re: loading module sdhci causes panic 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: Sun, 31 Jan 2010 21:44:47 -0000 On Saturday 30 January 2010 08:56:06 am Bartosz Fabianowski wrote: > > Can anyone verify that sdhci is compatible with FreeBSD 8? > > I loaded mmc, mmcsd, and sdhci when I first installed FreeBSD 8.0 > without any problems. Since then, I have updated to -STABLE and put > these three devices in my kernel configuration file. No problems either. > It must be very recent breakage or some incompatibility with your > particular hardware. > > - Bartosz > _______________________________________________ > freebsd-stable@freebsd.org mailing list > http://lists.freebsd.org/mailman/listinfo/freebsd-stable > To unsubscribe, send any mail to "freebsd-stable-unsubscribe@freebsd.org" > When I add the three drivers to my kernel, I don't get a panic, but when I insert an SD 1GB card, nothing happens. pciconf -lv reveals that the driver attached to my device: sdhci0@pci0:11:0:4: class=0x080500 card=0x3082103c chip=0x8034104c rev=0x00 hdr=0x00 vendor = 'Texas Instruments (TI)' device = 'SDA Standard Compliant SD Host Controller (10981734)' class = base peripheral subclass = SD host controller I verified that this SD card is recognized by Windows XP. When I plug in a card, should some message appear on the console? Will it auto-mount?