From owner-freebsd-arch@FreeBSD.ORG Mon Jan 12 16:55:57 2015 Return-Path: Delivered-To: arch@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 2BC4635D for ; Mon, 12 Jan 2015 16:55:57 +0000 (UTC) Received: from bigwig.baldwin.cx (bigwig.baldwin.cx [IPv6:2001:470:1f11:75::1]) (using TLSv1 with cipher DHE-RSA-CAMELLIA256-SHA (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 04D4389A for ; Mon, 12 Jan 2015 16:55:57 +0000 (UTC) Received: from new-host-4.home (pool-173-70-85-31.nwrknj.fios.verizon.net [173.70.85.31]) by bigwig.baldwin.cx (Postfix) with ESMTPSA id E4FAEB915; Mon, 12 Jan 2015 11:55:55 -0500 (EST) Message-ID: <54B3FC9B.6040209@FreeBSD.org> Date: Mon, 12 Jan 2015 11:55:55 -0500 From: John Baldwin User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10.9; rv:31.0) Gecko/20100101 Thunderbird/31.3.0 MIME-Version: 1.0 To: Slawa Olhovchenkov Subject: Re: devctl(8): A device control utility References: <3200196.9ZgXApgRdA@ralph.baldwin.cx> <20150107181750.GB5588@zxy.spb.ru> In-Reply-To: <20150107181750.GB5588@zxy.spb.ru> Content-Type: text/plain; charset=windows-1252 Content-Transfer-Encoding: 7bit X-Greylist: Sender succeeded SMTP AUTH, not delayed by milter-greylist-4.2.7 (bigwig.baldwin.cx); Mon, 12 Jan 2015 11:55:56 -0500 (EST) 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:55:57 -0000 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. -- John Baldwin