From owner-freebsd-current@freebsd.org Mon Mar 26 21:50:47 2018 Return-Path: Delivered-To: freebsd-current@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 652BAF6E79D; Mon, 26 Mar 2018 21:50:47 +0000 (UTC) (envelope-from eric@vangyzen.net) Received: from smtp.vangyzen.net (hotblack.vangyzen.net [199.48.133.146]) by mx1.freebsd.org (Postfix) with ESMTP id 11DFB75DF8; Mon, 26 Mar 2018 21:50:46 +0000 (UTC) (envelope-from eric@vangyzen.net) Received: from sweettea.beer.town (unknown [76.164.8.130]) by smtp.vangyzen.net (Postfix) with ESMTPSA id 664305646B; Mon, 26 Mar 2018 16:44:34 -0500 (CDT) To: freebsd-hackers@freebsd.org, FreeBSD Current From: Eric van Gyzen Subject: Realtek RTS525A SD card reader Message-ID: Date: Mon, 26 Mar 2018 16:44:33 -0500 User-Agent: Mozilla/5.0 (X11; FreeBSD amd64; rv:52.0) Gecko/20100101 Thunderbird/52.4.0 MIME-Version: 1.0 Content-Language: en-US Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 8bit X-Content-Filtered-By: Mailman/MimeDel 2.1.25 X-BeenThere: freebsd-current@freebsd.org X-Mailman-Version: 2.1.25 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: Mon, 26 Mar 2018 21:50:47 -0000 Is anyone working on a FreeBSD driver for the Realtek RTS525A SD card reader?  My new Dell XPS 13 has one: none7@pci0:59:0:0: class=0xff0000 card=0x075b1028 chip=0x525a10ec rev=0x01 hdr=0x00 vendor = 'Realtek Semiconductor Co., Ltd.' device = 'RTS525A PCI Express Card Reader' I see that the OpenBSD rtsx driver supports it: https://github.com/openbsd/src/commit/2c295edd2d779a7f5269c2ae901559edbf040016 I don't know anything about SD/MMC devices and standards, and I'm not familiar with FreeBSD's current SD/MMC code, but I think it would be fun to learn.  Does it make sense to try porting this driver, or would someone recommend a different approach? Thanks in advance for any advice. Eric