From owner-freebsd-current@freebsd.org Fri Mar 25 21:11:19 2016 Return-Path: Delivered-To: freebsd-current@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 65055ADE6E2 for ; Fri, 25 Mar 2016 21:11:19 +0000 (UTC) (envelope-from fidaj@ukr.net) Received: from frv157.fwdcdn.com (frv157.fwdcdn.com [212.42.77.157]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id C7BDA1308; Fri, 25 Mar 2016 21:11:18 +0000 (UTC) (envelope-from fidaj@ukr.net) DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; d=ukr.net; s=fsm; h=Content-Transfer-Encoding:Content-Type:MIME-Version:References:In-Reply-To:Message-ID:Subject:Cc:To:From:Date; bh=Lxkmz5pMCYRMl1rzVKGwEvhXeynks6yK4xrKL/x+734=; b=NBWDfFxhZ6z4PCrrTPFYjmta2Dpev1L+XklqK66l0D2DoMMOhaaJ7i6Dx5iNuOxvKbaGa/v27GEQEeJm82uGaMj2gpoAtqHR2SQIbe8gZuQCiUyKXs9ftggL0ZRlnku+f8L9+VOJXOCnJDk2IKVk4quKycqUNCIeQVcBT3Um7Pk=; Received: from [37.229.193.176] (helo=nonamehost.local) by frv157.fwdcdn.com with esmtpsa ID 1ajZ0m-000Btt-4W ; Fri, 25 Mar 2016 23:11:16 +0200 Date: Fri, 25 Mar 2016 23:11:15 +0200 From: Ivan Klymenko To: Ruslan Makhmatkhanov Cc: FreeBSD Current , Ian Lepore Subject: Re: SD card adapter doesn't working anymore Message-ID: <20160325231115.3752fe53@nonamehost.local> In-Reply-To: <56F5A809.2020505@FreeBSD.org> References: <56F5A0A9.8030207@FreeBSD.org> <20160325224145.2f319ead@nonamehost.local> <56F5A809.2020505@FreeBSD.org> X-Mailer: Claws Mail 3.13.2 (GTK+ 2.24.29; amd64-portbld-freebsd11.0) MIME-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit Authentication-Result: IP=37.229.193.176; mail.from=fidaj@ukr.net; dkim=pass; header.d=ukr.net X-BeenThere: freebsd-current@freebsd.org X-Mailman-Version: 2.1.21 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: Fri, 25 Mar 2016 21:11:19 -0000 On Sat, 26 Mar 2016 00:05:13 +0300 Ruslan Makhmatkhanov wrote: > Ivan Klymenko wrote on 03/25/16 11:41 PM: > > On Fri, 25 Mar 2016 23:33:45 +0300 > > Ruslan Makhmatkhanov wrote: > > > >> Hello, > >> > >> I have this in pciconf output: > >> > >> ====================================================================== > >> none1@pci0:36:0:0: class=0x088000 card=0x167e103c > >> chip=0x2392197b rev=0x30 hdr=0x00 > >> vendor = 'JMicron Technology Corp.' > >> device = 'SD/MMC Host Controller' > >> class = base peripheral > >> > >> none2@pci0:36:0:3: class=0x088000 card=0x167e103c > >> chip=0x2393197b rev=0x30 hdr=0x00 > >> vendor = 'JMicron Technology Corp.' > >> device = 'MS Host Controller' > >> class = base peripheral > >> ====================================================================== > >> > >> And my SD-card controller is not working anymore (it worked on > >> -current on the same laptop year or two ago). Do I need to load > >> some kld to make it working, or support for this controllers was > >> dropped altogether for some reason? I have mostly vanilla GENERIC > >> at r296772, but it actually stopped to work much earlier. > >> > >> Thanks. > >> > > > > +1 > > I would also like to clarify about this problem was drawn up a bug > > report. > > https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=193341 > > > > Thanks. > > Hah, I even see my comment from 2014 in this PR. I have it broken just from that moment to this day. uname -a FreeBSD nonamehost.local 11.0-CURRENT FreeBSD 11.0-CURRENT #0 r297234: Thu Mar 24 15:15:39 EET 2016 ivan@nonamehost.local:/media/da0s1/obj/usr/src/sys/mk11 amd64 > So looks like it was > broken not in r292180 as Ian pointed, but much-much earlier. Anyway, > I'll try to update to fresh -current first. >