Skip to content

Commit

Permalink
add bnx2x driver for BCM57710
Browse files Browse the repository at this point in the history
Signed-off-by: Eliezer Tamir <eliezert@broadcom.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
  • Loading branch information
Eliezer Tamir authored and David S. Miller committed Jan 28, 2008
1 parent faa4f79 commit a2fbb9e
Show file tree
Hide file tree
Showing 10 changed files with 23,847 additions and 0 deletions.
9 changes: 9 additions & 0 deletions drivers/net/Kconfig
Original file line number Diff line number Diff line change
Expand Up @@ -2597,6 +2597,15 @@ config TEHUTI
help
Tehuti Networks 10G Ethernet NIC

config BNX2X
tristate "Broadcom NetXtremeII 10Gb support"
depends on PCI
help
This driver supports Broadcom NetXtremeII 10 gigabit Ethernet cards.
To compile this driver as a module, choose M here: the module
will be called bnx2x. This is recommended.


endif # NETDEV_10000

source "drivers/net/tokenring/Kconfig"
Expand Down
1 change: 1 addition & 0 deletions drivers/net/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -65,6 +65,7 @@ obj-$(CONFIG_STNIC) += stnic.o 8390.o
obj-$(CONFIG_FEALNX) += fealnx.o
obj-$(CONFIG_TIGON3) += tg3.o
obj-$(CONFIG_BNX2) += bnx2.o
obj-$(CONFIG_BNX2X) += bnx2x.o
spidernet-y += spider_net.o spider_net_ethtool.o
obj-$(CONFIG_SPIDER_NET) += spidernet.o sungem_phy.o
obj-$(CONFIG_GELIC_NET) += ps3_gelic.o
Expand Down
Loading

0 comments on commit a2fbb9e

Please sign in to comment.