Subject: [PATCH 6/6] bna: Brocade 10Gb Ethernet device driver

Previous thread: [PATCH]: tipc: Fix oops on send prior to entering networked mode by Neil Horman on Friday, February 19, 2010 - 12:40 pm. (28 messages)

Next thread: Subject: [PATCH 0/6] bna: Brocade 10Gb Ethernet device driver by Rasesh Mody on Friday, February 19, 2010 - 2:52 pm. (3 messages)
From: Rasesh Mody
Date: Friday, February 19, 2010 - 2:52 pm

From: Rasesh Mody <rmody@brocade.com>

This is patch 6/6 which contains linux driver source for
Brocade's BR1010/BR1020 10Gb CEE capable ethernet adapter.
Source is based against net-next-2.6.

We wish this patch to be considered for inclusion in net-next-2.6

Signed-off-by: Rasesh Mody <rmody@brocade.com>
---
 Kconfig      |   15 +++++++++++++++
 Makefile     |    1 +
 bna/Makefile |   14 ++++++++++++++
 3 files changed, 30 insertions(+)

diff -ruP net-next-2.6.33-rc5-orig/drivers/net/Kconfig net-next-2.6.33-rc5-mod/drivers/net/Kconfig
--- net-next-2.6.33-rc5-orig/drivers/net/Kconfig	2010-02-05 20:04:14.000000000 -0800
+++ net-next-2.6.33-rc5-mod/drivers/net/Kconfig	2010-02-19 13:49:02.020069000 -0800
@@ -2792,6 +2792,21 @@
 	  To compile this driver as a module, choose M here: the module
 	  will be called qlge.
 
+config BNA
+        tristate "Brocade 1010/1020 10Gb Ethernet Driver support"
+        depends on PCI
+        ---help---
+          This driver supports Brocade 1010/1020 10Gb CEE capable Ethernet
+          cards.
+
+          To compile this driver as a module, choose M here: the module
+          will be called bna.
+
+          For general information and support, go to the Brocade support
+          website at:
+
+          <http://support.brocade.com>
+
 source "drivers/net/sfc/Kconfig"
 
 source "drivers/net/benet/Kconfig"
diff -ruP net-next-2.6.33-rc5-orig/drivers/net/Makefile net-next-2.6.33-rc5-mod/drivers/net/Makefile
--- net-next-2.6.33-rc5-orig/drivers/net/Makefile	2010-02-05 20:04:14.000000000 -0800
+++ net-next-2.6.33-rc5-mod/drivers/net/Makefile	2010-02-19 13:49:02.044063000 -0800
@@ -32,6 +32,7 @@
 obj-$(CONFIG_JME) += jme.o
 obj-$(CONFIG_BE2NET) += benet/
 obj-$(CONFIG_VMXNET3) += vmxnet3/
+obj-$(CONFIG_BNA) += bna/
 
 gianfar_driver-objs := gianfar.o \
 		gianfar_ethtool.o \
diff -ruP net-next-2.6.33-rc5-orig/drivers/net/bna/Makefile net-next-2.6.33-rc5-mod/drivers/net/bna/Makefile
--- ...
Previous thread: [PATCH]: tipc: Fix oops on send prior to entering networked mode by Neil Horman on Friday, February 19, 2010 - 12:40 pm. (28 messages)

Next thread: Subject: [PATCH 0/6] bna: Brocade 10Gb Ethernet device driver by Rasesh Mody on Friday, February 19, 2010 - 2:52 pm. (3 messages)