From owner-p4-projects@FreeBSD.ORG Mon Dec 18 12:44:50 2006 Return-Path: X-Original-To: p4-projects@freebsd.org Delivered-To: p4-projects@freebsd.org Received: by hub.freebsd.org (Postfix, from userid 32767) id 6B5C516A40F; Mon, 18 Dec 2006 12:44:50 +0000 (UTC) X-Original-To: perforce@FreeBSD.org Delivered-To: perforce@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 3E10E16A417 for ; Mon, 18 Dec 2006 12:44:50 +0000 (UTC) (envelope-from zec@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [69.147.83.41]) by mx1.FreeBSD.org (Postfix) with ESMTP id D5F7A43C9F for ; Mon, 18 Dec 2006 12:44:49 +0000 (GMT) (envelope-from zec@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.6/8.13.6) with ESMTP id kBICino3023247 for ; Mon, 18 Dec 2006 12:44:49 GMT (envelope-from zec@FreeBSD.org) Received: (from perforce@localhost) by repoman.freebsd.org (8.13.6/8.13.4/Submit) id kBICinew023244 for perforce@freebsd.org; Mon, 18 Dec 2006 12:44:49 GMT (envelope-from zec@FreeBSD.org) Date: Mon, 18 Dec 2006 12:44:49 GMT Message-Id: <200612181244.kBICinew023244@repoman.freebsd.org> X-Authentication-Warning: repoman.freebsd.org: perforce set sender to zec@FreeBSD.org using -f From: Marko Zec To: Perforce Change Reviews Cc: Subject: PERFORCE change 111890 for review X-BeenThere: p4-projects@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: p4 projects tree changes List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 18 Dec 2006 12:44:50 -0000 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