Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 3 Apr 2013 01:27:16 +0000 (UTC)
From:      Kevin Lo <kevlo@FreeBSD.org>
To:        src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-head@freebsd.org
Subject:   svn commit: r249036 - head/sys/conf
Message-ID:  <201304030127.r331RGJA027594@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: kevlo
Date: Wed Apr  3 01:27:15 2013
New Revision: 249036
URL: http://svnweb.freebsd.org/changeset/base/249036

Log:
  Comment out the VIMAGE since we need to build both LINTS to
  get good coverage.
  
  Pointed out by:	jhb

Modified:
  head/sys/conf/NOTES

Modified: head/sys/conf/NOTES
==============================================================================
--- head/sys/conf/NOTES	Tue Apr  2 23:41:20 2013	(r249035)
+++ head/sys/conf/NOTES	Wed Apr  3 01:27:15 2013	(r249036)
@@ -756,8 +756,8 @@ options 	NGATM_CCATM
 device		mn	# Munich32x/Falc54 Nx64kbit/sec cards.
 
 # Network stack virtualization.
-options		VIMAGE
-options		VNET_DEBUG	# debug for VIMAGE
+#options	VIMAGE
+#options	VNET_DEBUG	# debug for VIMAGE
 
 #
 # Network interfaces:



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