Author: jfv
Date: Thu Aug 28 17:40:19 2014
New Revision: 270755
URL: http://svnweb.freebsd.org/changeset/base/270755

Log:
  Add XL710 device entries to NOTES, and directories to the module
  Makefile so they will be built.
  
  MFC after: 1 day

Modified:
  head/sys/conf/NOTES
  head/sys/modules/Makefile

Modified: head/sys/conf/NOTES
==============================================================================
--- head/sys/conf/NOTES Thu Aug 28 16:26:13 2014        (r270754)
+++ head/sys/conf/NOTES Thu Aug 28 17:40:19 2014        (r270755)
@@ -2094,6 +2094,8 @@ device            em              # Intel Pro/1000 
Gigabit Eth
 device         igb             # Intel Pro/1000 PCIE Gigabit Ethernet
 device         ixgb            # Intel Pro/10Gbe PCI-X Ethernet
 device         ixgbe           # Intel Pro/10Gbe PCIE Ethernet
+device         ixl             # Intel XL710 40Gbe PCIE Ethernet
+device         ixlv            # Intel XL710 40Gbe VF PCIE Ethernet
 device         le              # AMD Am7900 LANCE and Am79C9xx PCnet
 device         mxge            # Myricom Myri-10G 10GbE NIC
 device         nxge            # Neterion Xframe 10GbE Server/Storage Adapter

Modified: head/sys/modules/Makefile
==============================================================================
--- head/sys/modules/Makefile   Thu Aug 28 16:26:13 2014        (r270754)
+++ head/sys/modules/Makefile   Thu Aug 28 17:40:19 2014        (r270755)
@@ -180,6 +180,8 @@ SUBDIR=     \
        ${_iwnfw} \
        ${_ixgb} \
        ${_ixgbe} \
+       ${_ixl} \
+       ${_ixlv} \
        jme \
        joy \
        kbdmux \
@@ -622,6 +624,8 @@ _iwnfw=             iwnfw
 .endif
 _ixgb=         ixgb
 _ixgbe=                ixgbe
+_ixl=          ixl
+_ixlv=         ixlv
 _mly=          mly
 _nfe=          nfe
 _nvd=          nvd
@@ -729,6 +733,8 @@ _iwnfw=             iwnfw
 .endif
 _ixgb=         ixgb
 _ixgbe=                ixgbe
+_ixl=          ixl
+_ixlv=         ixlv
 _linprocfs=    linprocfs
 _linsysfs=     linsysfs
 _linux=                linux
_______________________________________________
svn-src-all@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/svn-src-all
To unsubscribe, send any mail to "svn-src-all-unsubscr...@freebsd.org"

Reply via email to