Date: Sat, 5 Jan 2013 03:35:30 +0000 (UTC) From: Neel Natu <neel@FreeBSD.org> To: src-committers@freebsd.org, svn-src-projects@freebsd.org Subject: svn commit: r245054 - projects/bhyve/sys/amd64/conf Message-ID: <201301050335.r053ZUiB050289@svn.freebsd.org>
next in thread | raw e-mail | index | archive | help
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
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201301050335.r053ZUiB050289>