Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 7 Feb 2014 18:46:27 +0000 (UTC)
From:      John Baldwin <jhb@FreeBSD.org>
To:        src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-head@freebsd.org
Subject:   svn commit: r261605 - head/sys/conf
Message-ID:  <201402071846.s17IkR4Q056756@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: jhb
Date: Fri Feb  7 18:46:27 2014
New Revision: 261605
URL: http://svnweb.freebsd.org/changeset/base/261605

Log:
  Now that FreeBSD/i386 works as a bhyve guest, allow i386 kernels to
  include bvmconsole and bvmdebug.

Modified:
  head/sys/conf/files.i386

Modified: head/sys/conf/files.i386
==============================================================================
--- head/sys/conf/files.i386	Fri Feb  7 18:10:34 2014	(r261604)
+++ head/sys/conf/files.i386	Fri Feb  7 18:46:27 2014	(r261605)
@@ -554,6 +554,11 @@ i386/xbox/pic16l.s		optional xbox
 #
 compat/x86bios/x86bios.c	optional x86bios | atkbd | dpms | vesa
 #
+# bvm console
+#
+dev/bvm/bvm_console.c		optional	bvmconsole
+dev/bvm/bvm_dbg.c		optional	bvmdebug
+#
 # x86 shared code between IA32, AMD64 and PC98 architectures
 #
 x86/acpica/OsdEnvironment.c	optional acpi



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201402071846.s17IkR4Q056756>