From owner-freebsd-current@freebsd.org Sat Feb 20 14:48:45 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 A447CAAF30F for ; Sat, 20 Feb 2016 14:48:45 +0000 (UTC) (envelope-from kevlo@ns.kevlo.org) Received: from ns.kevlo.org (220-135-115-6.HINET-IP.hinet.net [220.135.115.6]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client CN "ns.kevlo.org", Issuer "ns.kevlo.org" (not verified)) by mx1.freebsd.org (Postfix) with ESMTPS id 3AB747F5 for ; Sat, 20 Feb 2016 14:48:43 +0000 (UTC) (envelope-from kevlo@ns.kevlo.org) Received: from ns.kevlo.org (localhost [127.0.0.1]) by ns.kevlo.org (8.14.9/8.14.9) with ESMTP id u1KEm0QB003765 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-GCM-SHA384 bits=256 verify=NO); Sat, 20 Feb 2016 22:48:01 +0800 (CST) (envelope-from kevlo@ns.kevlo.org) Received: (from kevlo@localhost) by ns.kevlo.org (8.14.9/8.14.9/Submit) id u1KEm0g8003764; Sat, 20 Feb 2016 22:48:00 +0800 (CST) (envelope-from kevlo) Date: Sat, 20 Feb 2016 22:47:59 +0800 From: Kevin Lo To: Gary Corcoran Cc: freebsd-current@freebsd.org Subject: Re: Realtek MMC/MMCSD reader? Message-ID: <20160220144759.GA3753@ns.kevlo.org> References: <20160220033215.GB988@lrosenman-dell.lerctr.org> <20160220035821.GA57181@lrosenman-dell.lerctr.org> <56C7EAC9.1050908@rcn.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <56C7EAC9.1050908@rcn.com> User-Agent: Mutt/1.5.23 (2014-03-12) X-BeenThere: freebsd-current@freebsd.org X-Mailman-Version: 2.1.20 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: Sat, 20 Feb 2016 14:48:45 -0000 On Fri, Feb 19, 2016 at 11:25:45PM -0500, Gary Corcoran wrote: > > On 2/19/2016 11:08 PM, Larry Rosenman wrote: > > On 2016-02-19 22:05, Mehmet Erol Sanliturk wrote: > >> On Fri, Feb 19, 2016 at 7:58 PM, Larry Rosenman wrote: > >> > >>> Great. Since I've never done that.... > >>> > >>> Any ideas of anyone that might be able to help? > >>> > >>> Or where to even start? > >>> > >>> > >>> > >> > >> > >> Perhaps > >> > >> https://www.nostarch.com/bsddrivers.htm > >> FreeBSD Device Drivers > >> > >> > >> ? > >> > >> > >> Mehmet Erol Sanliturk > >> > >> > > perhaps. But I'd need an NDA with RealTek to get the chip specs, and I'm not sure I can do that working for Nokia during the day > > as I do. > > > > I'd love for one of the current folks that do realtek stuff to look. > Sometimes people look to see if Linux has a driver, and if so, you might be able to get enough > programming info from their driver to be able to write a FreeBSD driver, without getting the > full chip specs. Or do a port of the OpenBSD's rtsx(4). > Gary Kevin