Print this page
XXXX Intel X540 support


1904 #       Intel 82575 1G NIC driver module
1905 #
1906 IGB_OBJS =      igb_82575.o igb_api.o igb_mac.o igb_manage.o \
1907                 igb_nvm.o igb_osdep.o igb_phy.o igb_buf.o \
1908                 igb_debug.o igb_gld.o igb_log.o igb_main.o \
1909                 igb_rx.o igb_stat.o igb_tx.o
1910 
1911 #
1912 #       Intel Pro/100 NIC driver module
1913 #
1914 IPRB_OBJS =     iprb.o
1915 
1916 #
1917 #       Intel 10GbE PCIE NIC driver module
1918 #
1919 IXGBE_OBJS =    ixgbe_82598.o ixgbe_82599.o ixgbe_api.o         \
1920                 ixgbe_common.o ixgbe_phy.o                      \
1921                 ixgbe_buf.o ixgbe_debug.o ixgbe_gld.o           \
1922                 ixgbe_log.o ixgbe_main.o                        \
1923                 ixgbe_osdep.o ixgbe_rx.o ixgbe_stat.o           \
1924                 ixgbe_tx.o
1925 
1926 #
1927 #       NIU 10G/1G driver module
1928 #
1929 NXGE_OBJS =     nxge_mac.o nxge_ipp.o nxge_rxdma.o              \
1930                 nxge_txdma.o nxge_txc.o nxge_main.o             \
1931                 nxge_hw.o nxge_fzc.o nxge_virtual.o             \
1932                 nxge_send.o nxge_classify.o nxge_fflp.o         \
1933                 nxge_fflp_hash.o nxge_ndd.o nxge_kstats.o       \
1934                 nxge_zcp.o nxge_fm.o nxge_espc.o nxge_hv.o      \
1935                 nxge_hio.o nxge_hio_guest.o nxge_intr.o
1936 
1937 NXGE_NPI_OBJS = \
1938                 npi.o npi_mac.o npi_ipp.o                       \
1939                 npi_txdma.o npi_rxdma.o npi_txc.o               \
1940                 npi_zcp.o npi_espc.o npi_fflp.o                 \
1941                 npi_vir.o
1942 
1943 NXGE_HCALL_OBJS =       \
1944                 nxge_hcall.o




1904 #       Intel 82575 1G NIC driver module
1905 #
1906 IGB_OBJS =      igb_82575.o igb_api.o igb_mac.o igb_manage.o \
1907                 igb_nvm.o igb_osdep.o igb_phy.o igb_buf.o \
1908                 igb_debug.o igb_gld.o igb_log.o igb_main.o \
1909                 igb_rx.o igb_stat.o igb_tx.o
1910 
1911 #
1912 #       Intel Pro/100 NIC driver module
1913 #
1914 IPRB_OBJS =     iprb.o
1915 
1916 #
1917 #       Intel 10GbE PCIE NIC driver module
1918 #
1919 IXGBE_OBJS =    ixgbe_82598.o ixgbe_82599.o ixgbe_api.o         \
1920                 ixgbe_common.o ixgbe_phy.o                      \
1921                 ixgbe_buf.o ixgbe_debug.o ixgbe_gld.o           \
1922                 ixgbe_log.o ixgbe_main.o                        \
1923                 ixgbe_osdep.o ixgbe_rx.o ixgbe_stat.o           \
1924                 ixgbe_tx.o  ixgbe_x540.o ixgbe_mbx.o
1925 
1926 #
1927 #       NIU 10G/1G driver module
1928 #
1929 NXGE_OBJS =     nxge_mac.o nxge_ipp.o nxge_rxdma.o              \
1930                 nxge_txdma.o nxge_txc.o nxge_main.o             \
1931                 nxge_hw.o nxge_fzc.o nxge_virtual.o             \
1932                 nxge_send.o nxge_classify.o nxge_fflp.o         \
1933                 nxge_fflp_hash.o nxge_ndd.o nxge_kstats.o       \
1934                 nxge_zcp.o nxge_fm.o nxge_espc.o nxge_hv.o      \
1935                 nxge_hio.o nxge_hio_guest.o nxge_intr.o
1936 
1937 NXGE_NPI_OBJS = \
1938                 npi.o npi_mac.o npi_ipp.o                       \
1939                 npi_txdma.o npi_rxdma.o npi_txc.o               \
1940                 npi_zcp.o npi_espc.o npi_fflp.o                 \
1941                 npi_vir.o
1942 
1943 NXGE_HCALL_OBJS =       \
1944                 nxge_hcall.o