From owner-freebsd-current@freebsd.org Fri Mar 25 21:00:30 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 C1ADAADE248 for ; Fri, 25 Mar 2016 21:00:30 +0000 (UTC) (envelope-from fidaj@ukr.net) Received: from frv25.fwdcdn.com (frv25.fwdcdn.com [212.42.77.25]) by mx1.freebsd.org (Postfix) with ESMTP id 87E981AE0; Fri, 25 Mar 2016 21:00:30 +0000 (UTC) (envelope-from fidaj@ukr.net) Received: from [10.10.14.26] (helo=frv157.fwdcdn.com) by frv25.fwdcdn.com QID:1ajYYL-000J4E-VH/RC:2; Fri, 25 Mar 2016 22:41:53 +0200 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=kmWQHTZEob6giG+6J9V3G1M5Zl8mP0RGK89AVDoZpoI=; b=RxfqlncS7MGT1p5J3vOxqIWOoJVub/CMJjh97BnZPAdwIQCWxNdQgC5F4YNLRP5Rb7clKB8GndqJb7bfzN7Gy3Lz6yTQA9vsSa2AWmyD5p+RpDVTujJSddb6314kGzw9ht8R5iJyJrDxYZCsFSfWtbIQ4GG7BeF1W00bEFE1tI0=; Received: from [37.229.193.176] (helo=nonamehost.local) by frv157.fwdcdn.com with esmtpsa ID 1ajYYE-0002kp-2l ; Fri, 25 Mar 2016 22:41:46 +0200 Date: Fri, 25 Mar 2016 22:41:45 +0200 From: Ivan Klymenko To: Ruslan Makhmatkhanov Cc: FreeBSD Current Subject: Re: SD card adapter doesn't working anymore Message-ID: <20160325224145.2f319ead@nonamehost.local> In-Reply-To: <56F5A0A9.8030207@FreeBSD.org> References: <56F5A0A9.8030207@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-Ukrnet-Yellow: 0 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:00:30 -0000 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.