1 Nov 2009 06:03
Subject: [PATCH 6/6] bna: Brocade 10Gb Ethernet device driver
Rasesh Mody <rmody <at> brocade.com>
2009-11-01 05:03:14 GMT
2009-11-01 05:03:14 GMT
From: Rasesh Mody <rmody <at> brocade.com> This is patch 6/6 which contains linux driver source for Brocade's BR1010/BR1020 10Gb CEE capable ethernet adapter. Re-based source against net-next-2.6 and re-submitting the patch with few fixes. We wish this patch to be considered for inclusion in net-next-2.6 Signed-off-by: Rasesh Mody <rmody <at> brocade.com> --- Kconfig | 15 +++++++++++++++ Makefile | 1 + bna/Makefile | 17 +++++++++++++++++ 3 files changed, 33 insertions(+) diff -ruP net-next-2.6-orig/drivers/net/Kconfig net-next-2.6-mod/drivers/net/Kconfig --- net-next-2.6-orig/drivers/net/Kconfig 2009-10-31 00:44:29.000000000 -0700 +++ net-next-2.6-mod/drivers/net/Kconfig 2009-10-31 21:40:54.515921000 -0700 <at> <at> -2757,6 +2757,21 <at> <at> 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 + ---(Continue reading)help--- + This driver supports Brocade 1010/1020 10Gb CEE capable Ethernet + cards. +
RSS Feed