From owner-freebsd-virtualization@FreeBSD.ORG Mon Jan 27 22:34:22 2014 Return-Path: Delivered-To: virtualization@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id E894D853 for ; Mon, 27 Jan 2014 22:34:22 +0000 (UTC) Received: from bigwig.baldwin.cx (bigwig.baldwin.cx [IPv6:2001:470:1f11:75::1]) (using TLSv1 with cipher ADH-CAMELLIA256-SHA (256/256 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id C24AF1886 for ; Mon, 27 Jan 2014 22:34:22 +0000 (UTC) Received: from jhbbsd.localnet (unknown [209.249.190.124]) by bigwig.baldwin.cx (Postfix) with ESMTPSA id B9E15B977 for ; Mon, 27 Jan 2014 17:34:21 -0500 (EST) From: John Baldwin To: virtualization@freebsd.org Subject: HEADSUP: Legacy PCI slot option removed Date: Mon, 27 Jan 2014 17:34:08 -0500 User-Agent: KMail/1.13.5 (FreeBSD/8.4-CBSD-20130906; KDE/4.5.5; amd64; ; ) References: <201401272226.s0RMQGrl036102@svn.freebsd.org> In-Reply-To: <201401272226.s0RMQGrl036102@svn.freebsd.org> MIME-Version: 1.0 Content-Type: Text/Plain; charset="utf-8" Content-Transfer-Encoding: 7bit Message-Id: <201401271734.08646.jhb@freebsd.org> X-Greylist: Sender succeeded SMTP AUTH, not delayed by milter-greylist-4.2.7 (bigwig.baldwin.cx); Mon, 27 Jan 2014 17:34:21 -0500 (EST) X-BeenThere: freebsd-virtualization@freebsd.org X-Mailman-Version: 2.1.17 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: Mon, 27 Jan 2014 22:34:23 -0000 On Monday, January 27, 2014 5:26:16 pm John Baldwin wrote: > Author: jhb > Date: Mon Jan 27 22:26:15 2014 > New Revision: 261217 > URL: http://svnweb.freebsd.org/changeset/base/261217 > > Log: > Remove support for legacy PCI devices. These haven't been needed since > support for LPC uart devices was added and it conflicts with upcoming > patches to add PCI INTx support. > > Reviewed by: neel As threatened in the manpage, I've removed the legacy PCI slot option from bhyve to make way for some other PCI changes. I will MFC the LPC support to stable/10 in a few days so that you will be able to use the same setup in both places. vmrun.sh on HEAD has been using LPC serial ports for quite a while now. -- John Baldwin