svn commit: r256813 - head/sys/conf

Justin T. Gibbs gibbs at FreeBSD.org
Sun Oct 20 22:50:58 UTC 2013


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


More information about the svn-src-head mailing list