svn commit: r335358 - head/sys/conf

Eric Joyner erj at FreeBSD.org
Tue Jun 19 03:11:10 UTC 2018


Author: erj
Date: Tue Jun 19 03:11:09 2018
New Revision: 335358
URL: https://svnweb.freebsd.org/changeset/base/335358

Log:
  ixl(4): Remove ixlvc.c from files.amd64
  
  ixlvc.c is only used by the VF driver (ixlv), and that driver currently doesn't work.
  
  It will be re-added once the VF driver is finished being ported to iflib.

Modified:
  head/sys/conf/files.amd64

Modified: head/sys/conf/files.amd64
==============================================================================
--- head/sys/conf/files.amd64	Tue Jun 19 02:48:53 2018	(r335357)
+++ head/sys/conf/files.amd64	Tue Jun 19 03:11:09 2018	(r335358)
@@ -274,8 +274,8 @@ dev/ixl/ixl_pf_i2c.c		optional	ixl pci \
 #	compile-with "${NORMAL_C} -I$S/dev/ixl"
 #dev/ixl/if_ixlv.c		optional	ixlv pci \
 #	compile-with "${NORMAL_C} -I$S/dev/ixl"
-dev/ixl/ixlvc.c			optional	ixlv pci \
-	compile-with "${NORMAL_C} -I$S/dev/ixl"
+#dev/ixl/ixlvc.c			optional	ixlv pci \
+#	compile-with "${NORMAL_C} -I$S/dev/ixl"
 dev/ixl/ixl_txrx.c		optional	ixl pci | ixlv pci \
 	compile-with "${NORMAL_C} -I$S/dev/ixl"
 dev/ixl/i40e_osdep.c		optional	ixl pci | ixlv pci \


More information about the svn-src-head mailing list