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 /drivers/net/Kconfig | |
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 'drivers/net/Kconfig')
-rw-r--r-- | drivers/net/Kconfig | 27 |
1 files changed, 25 insertions, 2 deletions
diff --git a/drivers/net/Kconfig b/drivers/net/Kconfig index eeac2f49aae3..76db0bc9452d 100644 --- a/drivers/net/Kconfig +++ b/drivers/net/Kconfig | |||
@@ -2518,12 +2518,35 @@ config EHEA | |||
2518 | To compile the driver as a module, choose M here. The module | 2518 | To compile the driver as a module, choose M here. The module |
2519 | will be called ehea. | 2519 | will be called ehea. |
2520 | 2520 | ||
2521 | config IXGBE | ||
2522 | tristate "Intel(R) 10GbE PCI Express adapters support" | ||
2523 | depends on PCI | ||
2524 | ---help--- | ||
2525 | This driver supports Intel(R) 10GbE PCI Express family of | ||
2526 | adapters. For more information on how to identify your adapter, go | ||
2527 | to the Adapter & Driver ID Guide at: | ||
2528 | |||
2529 | <http://support.intel.com/support/network/adapter/pro100/21397.htm> | ||
2530 | |||
2531 | For general information and support, go to the Intel support | ||
2532 | website at: | ||
2533 | |||
2534 | <http://support.intel.com> | ||
2535 | |||
2536 | More specific information on configuring the driver is in | ||
2537 | <file:Documentation/networking/ixgbe.txt>. | ||
2538 | |||
2539 | To compile this driver as a module, choose M here and read | ||
2540 | <file:Documentation/networking/net-modules.txt>. The module | ||
2541 | will be called ixgbe. | ||
2542 | |||
2521 | config IXGB | 2543 | config IXGB |
2522 | tristate "Intel(R) PRO/10GbE support" | 2544 | tristate "Intel(R) PRO/10GbE support" |
2523 | depends on PCI | 2545 | depends on PCI |
2524 | ---help--- | 2546 | ---help--- |
2525 | This driver supports Intel(R) PRO/10GbE family of | 2547 | This driver supports Intel(R) PRO/10GbE family of adapters for |
2526 | adapters. For more information on how to identify your adapter, go | 2548 | PCI-X type cards. For PCI-E type cards, use the "ixgbe" driver |
2549 | instead. For more information on how to identify your adapter, go | ||
2527 | to the Adapter & Driver ID Guide at: | 2550 | to the Adapter & Driver ID Guide at: |
2528 | 2551 | ||
2529 | <http://support.intel.com/support/network/adapter/pro100/21397.htm> | 2552 | <http://support.intel.com/support/network/adapter/pro100/21397.htm> |