Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 213919
b: refs/heads/master
c: 8b230ed
h: refs/heads/master
i:
  213917: bcab456
  213915: 12aef84
  213911: c67cd41
  213903: c219180
  213887: 24e2dda
v: v3
  • Loading branch information
Rasesh Mody authored and David S. Miller committed Aug 24, 2010
1 parent edc57a0 commit 58600c2
Show file tree
Hide file tree
Showing 31 changed files with 21,977 additions and 1 deletion.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: 231cc2aaf14bad3b2325be0b19b8385ff5e75485
refs/heads/master: 8b230ed8ec96c933047dd0625cf95f739e4939a6
7 changes: 7 additions & 0 deletions trunk/MAINTAINERS
Original file line number Diff line number Diff line change
Expand Up @@ -1387,6 +1387,13 @@ L: linux-scsi@vger.kernel.org
S: Supported
F: drivers/scsi/bfa/

BROCADE BNA 10 GIGABIT ETHERNET DRIVER
M: Rasesh Mody <rmody@brocade.com>
M: Debashis Dutt <ddutt@brocade.com>
L: netdev@vger.kernel.org
S: Supported
F: drivers/net/bna/

BSG (block layer generic sg v4 driver)
M: FUJITA Tomonori <fujita.tomonori@lab.ntt.co.jp>
L: linux-scsi@vger.kernel.org
Expand Down
14 changes: 14 additions & 0 deletions trunk/drivers/net/Kconfig
Original file line number Diff line number Diff line change
Expand Up @@ -2869,6 +2869,20 @@ config QLGE
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"
Expand Down
1 change: 1 addition & 0 deletions trunk/drivers/net/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -34,6 +34,7 @@ obj-$(CONFIG_ENIC) += enic/
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 \
Expand Down
11 changes: 11 additions & 0 deletions trunk/drivers/net/bna/Makefile
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
#
# Copyright (c) 2005-2010 Brocade Communications Systems, Inc.
# All rights reserved.
#

obj-$(CONFIG_BNA) += bna.o

bna-objs := bnad.o bnad_ethtool.o bna_ctrl.o bna_txrx.o
bna-objs += bfa_ioc.o bfa_ioc_ct.o bfa_cee.o cna_fwimg.o

EXTRA_CFLAGS := -Idrivers/net/bna
Loading

0 comments on commit 58600c2

Please sign in to comment.