aboutsummaryrefslogtreecommitdiffstats
path: root/MAINTAINERS
diff options
context:
space:
mode:
authorAuke Kok <auke-jan.h.kok@intel.com>2007-09-15 17:07:45 -0400
committerDavid S. Miller <davem@sunset.davemloft.net>2007-10-10 19:51:02 -0400
commit9a799d71034c4e2b168740c8a8530591011313d5 (patch)
treece2dedefe2b101e1e81105a7ca8e3e61321193b6 /MAINTAINERS
parentdc029ad97f267cbd1c2e978a443eb5ae93a55328 (diff)
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: Auke Kok <auke-jan.h.kok@intel.com> Signed-off-by: Ayyappan Veeraiyan <ayyappan.veeraiyan@intel.com> Signed-off-by: Jeff Garzik <jeff@garzik.org> Signed-off-by: David S. Miller <davem@davemloft.net>
Diffstat (limited to 'MAINTAINERS')
-rw-r--r--MAINTAINERS10
1 files changed, 4 insertions, 6 deletions
diff --git a/MAINTAINERS b/MAINTAINERS
index e0861f7e1ccf..c35eb125e1ca 100644
--- a/MAINTAINERS
+++ b/MAINTAINERS
@@ -2030,16 +2030,14 @@ W: http://sourceforge.net/projects/e1000/
2030S: Supported 2030S: Supported
2031 2031
2032INTEL PRO/10GbE SUPPORT 2032INTEL PRO/10GbE SUPPORT
2033P: Jeff Kirsher
2034M: jeffrey.t.kirsher@intel.com
2035P: Ayyappan Veeraiyan 2033P: Ayyappan Veeraiyan
2036M: ayyappan.veeraiyan@intel.com 2034M: ayyappan.veeraiyan@intel.com
2037P: John Ronciak
2038M: john.ronciak@intel.com
2039P: Jesse Brandeburg
2040M: jesse.brandeburg@intel.com
2041P: Auke Kok 2035P: Auke Kok
2042M: auke-jan.h.kok@intel.com 2036M: auke-jan.h.kok@intel.com
2037P: Jesse Brandeburg
2038M: jesse.brandeburg@intel.com
2039P: John Ronciak
2040M: john.ronciak@intel.com
2043L: e1000-devel@lists.sourceforge.net 2041L: e1000-devel@lists.sourceforge.net
2044W: http://sourceforge.net/projects/e1000/ 2042W: http://sourceforge.net/projects/e1000/
2045S: Supported 2043S: Supported