From owner-freebsd-mobile@FreeBSD.ORG Wed Feb 4 16:21:45 2015 Return-Path: Delivered-To: freebsd-mobile@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id D11C7C17; Wed, 4 Feb 2015 16:21:45 +0000 (UTC) Received: from mail-ie0-x22d.google.com (mail-ie0-x22d.google.com [IPv6:2607:f8b0:4001:c03::22d]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (Client CN "smtp.gmail.com", Issuer "Google Internet Authority G2" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 97133E15; Wed, 4 Feb 2015 16:21:45 +0000 (UTC) Received: by mail-ie0-f173.google.com with SMTP id tr6so3205002ieb.4; Wed, 04 Feb 2015 08:21:45 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:sender:in-reply-to:references:date:message-id:subject :from:to:content-type; bh=723QR4N+y119zyJhmGNLWWNDee9gXe3dNHwZGA/xIVY=; b=bMRmbC5+ptewDeSOhINC6GBjLXUhGoIy7pTYsJD7yM8N0cj56l4n6vHiPBl/Zv690T 5rQwOtNsZwckLWHFizbwtw92hefvjUI6yNedrLwQ5j82KNtLI0a8OXf3sJGeyocOTZ1f wV1BdbdGrkhhzOKMiGqm6HRwWF+4GnMz3SskDfsRFfKuY4fBsEIInPA6laGjVT35OTZS 5BFlFQBTem0U09u+INsRtIb7zU5hnxoMOT+0z4og7Yw96r4CoUCwm2RC723LPNiR913j T/X3HIksrdkR6SyOYjyLSup5aXh45K368cYcHaTcInFbtpPjNF46Gw72JfkD4FXi2Y2u +Ikw== MIME-Version: 1.0 X-Received: by 10.50.43.201 with SMTP id y9mr3066201igl.6.1423066904999; Wed, 04 Feb 2015 08:21:44 -0800 (PST) Sender: adrian.chadd@gmail.com Received: by 10.36.17.7 with HTTP; Wed, 4 Feb 2015 08:21:44 -0800 (PST) In-Reply-To: <20150204090617.GC41565@e-new.0x20.net> References: <54CFE09B.3060006@gmail.com> <20150204090617.GC41565@e-new.0x20.net> Date: Wed, 4 Feb 2015 08:21:44 -0800 X-Google-Sender-Auth: Am0eft8_jBF0tBY56ZH7lJrRdzg Message-ID: Subject: Re: HP 2B19WM PCI-E SD Reader From: Adrian Chadd To: Lars Engels , Gavin Atkinson , R0B_ROD , freebsd-current , "freebsd-mobile@freebsd.org" Content-Type: text/plain; charset=UTF-8 X-BeenThere: freebsd-mobile@freebsd.org X-Mailman-Version: 2.1.18-1 Precedence: list List-Id: Mobile computing with FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 04 Feb 2015 16:21:45 -0000 ... god, people go through a lot of work to not have to write a wifi driver. :) -a On 4 February 2015 at 01:06, Lars Engels wrote: > On Wed, Feb 04, 2015 at 12:04:21AM +0000, Gavin Atkinson wrote: >> On Mon, 2 Feb 2015, R0B_ROD wrote: >> > Thank you for the time you took to help. >> > >> > According to: >> > http://lists.freebsd.org/pipermail/ \ >> > \ freebsd-current/2013-July/042788.html >> > \ freebsd-questions/2014-August/259843.html >> > >> > Is the Realtek RTS5229 PCI-E SD Card Reader >> > supported yet??? >> >> Unfortunately, we don't have a driver for this card reader yet. It is >> worth checking to make sure that you do indeed have this drvice though. >> Can you give the output of both "pciconf -lv" and "usbconfig list" please? >> > > Wouldn't it be possible to pass the PCI device to a bhyve VM running > Linux like Shawn did here with his wireless card? > http://0xfeedface.org/2014/12/11/FreeBSD-Intel-wifi-via-bhyve.html > > And then share the Filesystem with CIFS or NFS... :)