Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 18 Dec 2006 12:44:49 GMT
From:      Marko Zec <zec@FreeBSD.org>
To:        Perforce Change Reviews <perforce@FreeBSD.org>
Subject:   PERFORCE change 111890 for review
Message-ID:  <200612181244.kBICinew023244@repoman.freebsd.org>

next in thread | raw e-mail | index | archive | help
http://perforce.freebsd.org/chv.cgi?CH=111890

Change 111890 by zec@zec_tca51 on 2006/12/18 12:44:16

	Add a note about "option VIMAGE" in the NOTES config file.
	
	This submission also serves as an experiment to see if the
	change will be automatically propagated to the p4->cvsup mirror,
	given that there is a .cvsignore file in the directory
	containing the "NOTES" file.

Affected files ...

.. //depot/projects/vimage/src/sys/i386/conf/NOTES#2 edit

Differences ...

==== //depot/projects/vimage/src/sys/i386/conf/NOTES#2 (text+ko) ====

@@ -248,8 +248,14 @@
 #
 # Not all device drivers support this mode of operation at the time of
 # this writing.  See polling(4) for more details.
+#
+# VIMAGE adds support for maintaining multiple independent network stack
+# state instances in the kernel.  This feature is still in early
+# experimental phase, and needs more thought, testing, and documentation.
+#
 
 options 	DEVICE_POLLING
+options		VIMAGE
 
 
 #####################################################################
@@ -1214,5 +1220,3 @@
 
 
 # asr old ioctls support, needed by raidutils
-
-options		ASR_COMPAT



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