svn commit: r261605 - head/sys/conf

John Baldwin jhb at FreeBSD.org
Fri Feb 7 18:46:27 UTC 2014


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


More information about the svn-src-head mailing list