From owner-freebsd-virtualization@freebsd.org Tue May 17 07:06:18 2016 Return-Path: Delivered-To: freebsd-virtualization@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 CCF47B3E9B3 for ; Tue, 17 May 2016 07:06:18 +0000 (UTC) (envelope-from jhb@freebsd.org) 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 ADF871E2F for ; Tue, 17 May 2016 07:06:18 +0000 (UTC) (envelope-from jhb@freebsd.org) Received: from ralph.baldwin.cx (c-73-231-226-104.hsd1.ca.comcast.net [73.231.226.104]) by bigwig.baldwin.cx (Postfix) with ESMTPSA id 5893AB93A; Tue, 17 May 2016 03:06:16 -0400 (EDT) From: John Baldwin To: freebsd-virtualization@freebsd.org Cc: David Ehrmann , Vesselin Mirewski Subject: Re: pptdevs option crashes system Date: Tue, 17 May 2016 00:06:12 -0700 Message-ID: <2656558.QAQC83efJ4@ralph.baldwin.cx> User-Agent: KMail/4.14.3 (FreeBSD/10.2-STABLE; KDE/4.14.3; amd64; ; ) In-Reply-To: References: MIME-Version: 1.0 Content-Transfer-Encoding: 7Bit Content-Type: text/plain; charset="us-ascii" X-Greylist: Sender succeeded SMTP AUTH, not delayed by milter-greylist-4.2.7 (bigwig.baldwin.cx); Tue, 17 May 2016 03:06:16 -0400 (EDT) X-BeenThere: freebsd-virtualization@freebsd.org X-Mailman-Version: 2.1.22 Precedence: list List-Id: "Discussion of various virtualization techniques FreeBSD supports." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 17 May 2016 07:06:18 -0000 On Sunday, April 24, 2016 11:57:55 AM David Ehrmann wrote: > It sounds like the bug I reported a while ago, but on a different chip > family: > > https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=207602 As a workaround on 10.3 and later you can use 'devctl set driver' to mark devices for pass through post-boot rather than using the loader.conf option. E.g.: # devctl set driver pci0:11:0:0 ppt Currently there's no way to undo this, you can can 'set driver' to a "native" driver if one exists. -- John Baldwin