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 \
_______________________________________________
svn-src-all@freebsd.org mailing list
https://lists.freebsd.org/mailman/listinfo/svn-src-all
To unsubscribe, send any mail to "svn-src-all-unsubscr...@freebsd.org"

Reply via email to