From owner-freebsd-arch@FreeBSD.ORG Mon Jan 12 16:58:10 2015 Return-Path: Delivered-To: arch@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 2AD17516; Mon, 12 Jan 2015 16:58:10 +0000 (UTC) Received: from zxy.spb.ru (zxy.spb.ru [195.70.199.98]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id D8F2D8C4; Mon, 12 Jan 2015 16:58:09 +0000 (UTC) Received: from slw by zxy.spb.ru with local (Exim 4.84 (FreeBSD)) (envelope-from ) id 1YAiJc-0001YM-1y; Mon, 12 Jan 2015 19:58:08 +0300 Date: Mon, 12 Jan 2015 19:58:08 +0300 From: Slawa Olhovchenkov To: John Baldwin Subject: Re: devctl(8): A device control utility Message-ID: <20150112165808.GA3698@zxy.spb.ru> References: <3200196.9ZgXApgRdA@ralph.baldwin.cx> <20150107181750.GB5588@zxy.spb.ru> <54B3FC9B.6040209@FreeBSD.org> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <54B3FC9B.6040209@FreeBSD.org> User-Agent: Mutt/1.5.23 (2014-03-12) X-SA-Exim-Connect-IP: X-SA-Exim-Mail-From: slw@zxy.spb.ru X-SA-Exim-Scanned: No (on zxy.spb.ru); SAEximRunCond expanded to false Cc: arch@freebsd.org X-BeenThere: freebsd-arch@freebsd.org X-Mailman-Version: 2.1.18-1 Precedence: list List-Id: Discussion related to FreeBSD architecture List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 12 Jan 2015 16:58:10 -0000 On Mon, Jan 12, 2015 at 11:55:55AM -0500, John Baldwin wrote: > On 1/7/15 1:17 PM, Slawa Olhovchenkov wrote: > > On Mon, Jan 05, 2015 at 03:01:00PM -0500, John Baldwin wrote: > >> > >> % devctl detach uart1 > >> > >> # does a full detach, which means the device is now unnamed > > > > Can be now this device used for VirtualBox USB passthrough? > > Maybe? I'm not sure because I do not know what vbox requires for > passthrough. Hm, attaching to ugenX.Y, may be? For passthrough USB flash need to unload umass module, for example.