Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 20 Oct 2013 22:50:58 +0000 (UTC)
From:      "Justin T. Gibbs" <gibbs@FreeBSD.org>
To:        src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-head@freebsd.org
Subject:   svn commit: r256813 - head/sys/conf
Message-ID:  <201310202250.r9KMowNs029698@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: gibbs
Date: Sun Oct 20 22:50:57 2013
New Revision: 256813
URL: http://svnweb.freebsd.org/changeset/base/256813

Log:
  The Xen userland event channel driver isn't complete.  Disabled it
  from the kernel build until it is ready.
  
  sys/conf/files:
  	Remove the entry for xen/evtchn/evtchn_dev.c so it is not included
  	in any kernel builds.
  
  Noticed by:	smh

Modified:
  head/sys/conf/files

Modified: head/sys/conf/files
==============================================================================
--- head/sys/conf/files	Sun Oct 20 22:21:01 2013	(r256812)
+++ head/sys/conf/files	Sun Oct 20 22:50:57 2013	(r256813)
@@ -3846,7 +3846,6 @@ vm/vm_zeroidle.c		standard
 vm/vnode_pager.c		standard
 xen/gnttab.c			optional xen | xenhvm
 xen/features.c			optional xen | xenhvm
-xen/evtchn/evtchn_dev.c		optional xen | xenhvm
 xen/xenbus/xenbus_if.m		optional xen | xenhvm
 xen/xenbus/xenbus.c		optional xen | xenhvm
 xen/xenbus/xenbusb_if.m		optional xen | xenhvm



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