svn commit: r245054 - projects/bhyve/sys/amd64/conf
Neel Natu
neel at FreeBSD.org
Sat Jan 5 03:35:30 UTC 2013
Author: neel
Date: Sat Jan 5 03:35:30 2013
New Revision: 245054
URL: http://svnweb.freebsd.org/changeset/base/245054
Log:
bhyve does not require a custom configuration file anymore so make the GENERIC
identical to the one in HEAD.
Obtained from: NetApp
Modified:
projects/bhyve/sys/amd64/conf/GENERIC
Modified: projects/bhyve/sys/amd64/conf/GENERIC
==============================================================================
--- projects/bhyve/sys/amd64/conf/GENERIC Sat Jan 5 02:10:27 2013 (r245053)
+++ projects/bhyve/sys/amd64/conf/GENERIC Sat Jan 5 03:35:30 2013 (r245054)
@@ -74,7 +74,7 @@ options INCLUDE_CONFIG_FILE # Inclu
# Debugging support. Always need this:
options KDB # Enable kernel debugger support.
# For minimum debugger support (stable branch) use:
-options KDB_TRACE # Print a stack trace for a panic.
+#options KDB_TRACE # Print a stack trace for a panic.
# For full debugger support use this instead:
options DDB # Support DDB.
options GDB # Support remote GDB.
@@ -326,11 +326,6 @@ device fwip # IP over FireWire (RFC 27
device dcons # Dumb console driver
device dcons_crom # Configuration ROM for dcons
-# bhyve options
-device bvmconsole # brain dead simple bvm console
-device bvmdebug # brain dead simple bvm gdb pipe
-device mptable
-
# Sound support
device sound # Generic sound driver (required)
device snd_cmi # CMedia CMI8338/CMI8738
More information about the svn-src-projects
mailing list