From owner-freebsd-questions@FreeBSD.ORG Tue Aug 5 21:46:40 2014 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 3634FFD4 for ; Tue, 5 Aug 2014 21:46:40 +0000 (UTC) Received: from smtp-vbr1.xs4all.nl (smtp-vbr1.xs4all.nl [194.109.24.21]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id C743F2A6F for ; Tue, 5 Aug 2014 21:46:39 +0000 (UTC) Received: from slackbox.erewhon.home (slackbox.xs4all.nl [83.162.243.5]) by smtp-vbr1.xs4all.nl (8.13.8/8.13.8) with ESMTP id s75LkaAR002778; Tue, 5 Aug 2014 23:46:36 +0200 (CEST) (envelope-from rsmith@xs4all.nl) Received: by slackbox.erewhon.home (Postfix, from userid 1001) id 63706123C9; Tue, 5 Aug 2014 23:46:36 +0200 (CEST) Date: Tue, 5 Aug 2014 23:46:36 +0200 From: Roland Smith To: Luciano Mannucci Subject: Re: Realtek SD Card reader Message-ID: <20140805214636.GB77763@slackbox.erewhon.home> Mail-Followup-To: Luciano Mannucci , freebsd-questions@freebsd.org References: <20140805161736.6F6C2F96@hub.freebsd.org> MIME-Version: 1.0 Content-Type: multipart/signed; micalg=pgp-sha1; protocol="application/pgp-signature"; boundary="R3G7APHDIzY6R/pk" Content-Disposition: inline In-Reply-To: <20140805161736.6F6C2F96@hub.freebsd.org> X-GPG-Fingerprint: 1A2B 477F 9970 BA3C 2914 B7CE 1277 EFB0 C321 A725 X-GPG-Key: http://www.xs4all.nl/~rsmith/pubkey.txt X-GPG-Notice: If this message is not signed, don't assume I sent it! User-Agent: Mutt/1.5.23 (2014-03-12) X-Virus-Scanned: by XS4ALL Virus Scanner Cc: freebsd-questions@freebsd.org X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.18 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 05 Aug 2014 21:46:40 -0000 --R3G7APHDIzY6R/pk Content-Type: text/plain; charset=us-ascii Content-Disposition: inline Content-Transfer-Encoding: quoted-printable On Tue, Aug 05, 2014 at 06:07:31PM +0200, Luciano Mannucci wrote: >=20 > Hello, >=20 > do we have a driver for the Realtek Semiconductor Co., Ltd. RTS5229 PCI E= xpress > Card Reader? >=20 > I have an HP Pavillion running 10.0-RELEASE-p6 FreeBSD and I see nothing > through dmesg if I insert an SD Card in the reader's slot. >=20 > Maybe I'm missing something, I'm new to FreeBSD... There is only one driver for SD cards, AFAIK: sdhci(4). Looking at the sour= ce code in /usr/src/sys/dev/sdhci/sdhci_pci.c, there doesn't seem to be an ent= ry for your chip in the sdhci_devices array. So it is probably not supported. There is a Linux driver for this chip, but it looks so different from sdhci= that I don't have a clue if it could be ported. Roland --=20 R.F.Smith http://rsmith.home.xs4all.nl/ [plain text _non-HTML_ PGP/GnuPG encrypted/signed email much appreciated] pgp: 5753 3324 1661 B0FE 8D93 FCED 40F6 D5DC A38A 33E0 (keyID: A38A33E0) --R3G7APHDIzY6R/pk Content-Type: application/pgp-signature -----BEGIN PGP SIGNATURE----- Version: GnuPG v2 iQIcBAEBAgAGBQJT4VC8AAoJEED21dyjijPgr88P/RgSVJvMV5wz8l4pXurUWDDG +IyTR/7GoIiAnE3YHyCUmwr0udVuDq6vpab7dZfwPC0YG+AoD2tgDn9RoEDjD+d8 9nJJj/k+15RY63f73qkoI3Xt21iLh/V3nAYqFoLZ2Ds9686hYKKKqfg5va572qtz K5mE1E5ZCle3nKOd9mIm6AmaqCRhRDB1UEibaoXdbr34kmfV433ZBGb0R9qr6xV5 10zUpLt/IEuOg97J7T5oYrm1CBTpnNK09+YMgZMfR/LNDpfRhSKEbpwHqYcmlgVV wesmkc7U/bnCPbVnb4fPPch6h+5ChS+5DsHTeiG+lFuTz/otolEr7z7reEHJrClS /7OdcvXa2DGeKp14ac1q3M+5aGvg58jndoNeY/7Fd0MEInQb3vz5SBnaRm1MnU8i 2ubpEBSdjdRCmxBlPLTcZ5J5F75L3HEQZlnnNPLtEYO077ixfoVNoWp57RIFJT8p Dokda92fQXGgUVbelQn5BQ45lA7vX2e13SDK8dAqJJIG5nQ8nZ5tigVpsj6sABRL L2lMNRDj6oBJX5bta+4AixMk15XZ/TrVOJdo3WjOmjOMahqVhT2xKo3XTtsQXJIB GAmqFtisAgtCvcnaWkW/F38ZgwDwEApiIC2gRaI5CI6000x35h01arsBmIsG9zjW puv83DmK3d4DQMs/BE9g =bb6J -----END PGP SIGNATURE----- --R3G7APHDIzY6R/pk--