From d502eb6db14f7420fa02344fc55f1d3765e3d99a Mon Sep 17 00:00:00 2001 From: Jack F Vogel Date: Thu, 28 Aug 2014 17:40:19 +0000 Subject: [PATCH] Add XL710 device entries to NOTES, and directories to the module Makefile so they will be built. MFC after: 1 day --- sys/conf/NOTES | 2 ++ sys/modules/Makefile | 6 ++++++ 2 files changed, 8 insertions(+) diff --git a/sys/conf/NOTES b/sys/conf/NOTES index 50d76dc571eb..98788e0c0b32 100644 --- a/sys/conf/NOTES +++ b/sys/conf/NOTES @@ -2094,6 +2094,8 @@ device em # Intel Pro/1000 Gigabit Ethernet 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 diff --git a/sys/modules/Makefile b/sys/modules/Makefile index 1ad10c9b8bff..50e437148b8d 100644 --- a/sys/modules/Makefile +++ b/sys/modules/Makefile @@ -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