ixgbe: driver for Intel(R) 82598 PCI-Express 10GbE adapters (v4)
This patch adds support for the Intel 82598 PCI-Express 10GbE chipset. Devices will be available on the market soon. This version of the driver is largely the same as the last release: * Driver uses a single RX and single TX queue, each using 1 MSI-X irq vector. * Driver runs in NAPI mode only * Driver is largely multiqueue-ready (TM) Changes since 20070803: * removed wrappers for hardware functions * incorporated e1000e-style HW api reorganization code * sparse/checkpatch cleanups, namespace cleanups * driver prints out extra debugging information at load time identifying adapter board number, mac, phy types * removed ixgbe_api.c, ixgbe_api.h, ixgbe_osdep.h * driver update to 1.1.18 * removed ixgbe.txt which contained no useful info anymore [ Integrated napi_struct changes from Auke as well... -DaveM ] Signed-off-by: NAuke Kok <auke-jan.h.kok@intel.com> Signed-off-by: NAyyappan Veeraiyan <ayyappan.veeraiyan@intel.com> Signed-off-by: NJeff Garzik <jeff@garzik.org> Signed-off-by: NDavid S. Miller <davem@davemloft.net>
Showing
drivers/net/ixgbe/Makefile
0 → 100644
drivers/net/ixgbe/ixgbe.h
0 → 100644
drivers/net/ixgbe/ixgbe_82598.c
0 → 100644
drivers/net/ixgbe/ixgbe_common.c
0 → 100644
此差异已折叠。
drivers/net/ixgbe/ixgbe_common.h
0 → 100644
drivers/net/ixgbe/ixgbe_ethtool.c
0 → 100644
此差异已折叠。
drivers/net/ixgbe/ixgbe_main.c
0 → 100644
此差异已折叠。
drivers/net/ixgbe/ixgbe_phy.c
0 → 100644
drivers/net/ixgbe/ixgbe_phy.h
0 → 100644
drivers/net/ixgbe/ixgbe_type.h
0 → 100644
此差异已折叠。
想要评论请 注册 或 登录