Add XL710 device entries to NOTES, and directories to the module

Makefile so they will be built.

MFC after: 1 day
This commit is contained in:
Jack F Vogel 2014-08-28 17:40:19 +00:00
parent 2131e64e12
commit d502eb6db1
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=270755
2 changed files with 8 additions and 0 deletions

View File

@ -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

View File

@ -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