svn commit: r230878 - head/sys/conf

Kenneth D. Merry ken at FreeBSD.org
Wed Feb 1 20:18:57 UTC 2012


Author: ken
Date: Wed Feb  1 20:18:57 2012
New Revision: 230878
URL: http://svn.freebsd.org/changeset/base/230878

Log:
  Add the netback driver to the build.
  
  MFC after:	3 days

Modified:
  head/sys/conf/files

Modified: head/sys/conf/files
==============================================================================
--- head/sys/conf/files	Wed Feb  1 20:12:44 2012	(r230877)
+++ head/sys/conf/files	Wed Feb  1 20:18:57 2012	(r230878)
@@ -3532,6 +3532,7 @@ dev/xen/blkback/blkback.c	optional xen |
 dev/xen/console/console.c	optional xen
 dev/xen/console/xencons_ring.c	optional xen
 dev/xen/control/control.c	optional xen | xenhvm
+dev/xen/netback/netback.c	optional xen | xenhvm
 dev/xen/netfront/netfront.c	optional xen | xenhvm
 dev/xen/xenpci/xenpci.c		optional xenpci
 dev/xen/xenpci/evtchn.c         optional xenpci


More information about the svn-src-all mailing list