Print this page
Pre 6121 checkpoint
Partial GLDv3 stubs & kstat stubs
Add i40e_[tr]x.c
Add i40e_intr.c
i40e initial push for nightly test

@@ -2008,10 +2008,21 @@
                 ixgbe_log.o ixgbe_main.o                        \
                 ixgbe_osdep.o ixgbe_rx.o ixgbe_stat.o           \
                 ixgbe_tx.o  ixgbe_x540.o ixgbe_mbx.o
 
 #
+#       Intel 40GbE PCIe NIC driver module
+#
+
+# illumos-written ones.
+I40E_OBJS =     i40e_main.o i40e_osdep.o i40e_intr.o i40e_rx.o i40e_tx.o \
+                i40e_stats.o i40e_gld.o i40e_buf.o
+# Intel-written ones.
+I40E_OBJS +=    i40e_adminq.o i40e_common.o i40e_hmc.o i40e_lan_hmc.o \
+                i40e_nvm.o
+
+#
 #       NIU 10G/1G driver module
 #
 NXGE_OBJS =     nxge_mac.o nxge_ipp.o nxge_rxdma.o              \
                 nxge_txdma.o nxge_txc.o nxge_main.o             \
                 nxge_hw.o nxge_fzc.o nxge_virtual.o             \