diff options
author | Auke Kok <auke-jan.h.kok@intel.com> | 2007-09-15 17:07:45 -0400 |
---|---|---|
committer | David S. Miller <davem@sunset.davemloft.net> | 2007-10-10 19:51:02 -0400 |
commit | 9a799d71034c4e2b168740c8a8530591011313d5 (patch) | |
tree | ce2dedefe2b101e1e81105a7ca8e3e61321193b6 /MAINTAINERS | |
parent | dc029ad97f267cbd1c2e978a443eb5ae93a55328 (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-- | MAINTAINERS | 10 |
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/ | |||
2030 | S: Supported | 2030 | S: Supported |
2031 | 2031 | ||
2032 | INTEL PRO/10GbE SUPPORT | 2032 | INTEL PRO/10GbE SUPPORT |
2033 | P: Jeff Kirsher | ||
2034 | M: jeffrey.t.kirsher@intel.com | ||
2035 | P: Ayyappan Veeraiyan | 2033 | P: Ayyappan Veeraiyan |
2036 | M: ayyappan.veeraiyan@intel.com | 2034 | M: ayyappan.veeraiyan@intel.com |
2037 | P: John Ronciak | ||
2038 | M: john.ronciak@intel.com | ||
2039 | P: Jesse Brandeburg | ||
2040 | M: jesse.brandeburg@intel.com | ||
2041 | P: Auke Kok | 2035 | P: Auke Kok |
2042 | M: auke-jan.h.kok@intel.com | 2036 | M: auke-jan.h.kok@intel.com |
2037 | P: Jesse Brandeburg | ||
2038 | M: jesse.brandeburg@intel.com | ||
2039 | P: John Ronciak | ||
2040 | M: john.ronciak@intel.com | ||
2043 | L: e1000-devel@lists.sourceforge.net | 2041 | L: e1000-devel@lists.sourceforge.net |
2044 | W: http://sourceforge.net/projects/e1000/ | 2042 | W: http://sourceforge.net/projects/e1000/ |
2045 | S: Supported | 2043 | S: Supported |