Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit b6016b76 authored by Michael Chan's avatar Michael Chan Committed by David S. Miller
Browse files

[BNX2]: New Broadcom gigabit network driver.



A new driver bnx2 for Broadcom bcm5706 is available.

The patch also includes new 1000BASE-X advertisement bit definitions in
mii.h

Thanks to David Miller and Jeff Garzik for reviewing and their valuable
feedback.

Signed-off-by: default avatarMichael Chan <mchan@broadcom.com>
Signed-off-by: default avatarDavid S. Miller <davem@davemloft.net>
parent c8b35d2a
Loading
Loading
Loading
Loading
+9 −0
Original line number Diff line number Diff line
@@ -2031,6 +2031,15 @@ config TIGON3
	  To compile this driver as a module, choose M here: the module
	  will be called tg3.  This is recommended.

config BNX2
	tristate "Broadcom NetXtremeII support"
	depends on PCI
	help
	  This driver supports Broadcom NetXtremeII gigabit Ethernet cards.

	  To compile this driver as a module, choose M here: the module
	  will be called bnx2.  This is recommended.

config GIANFAR
	tristate "Gianfar Ethernet"
	depends on 85xx || 83xx
+1 −0
Original line number Diff line number Diff line
@@ -51,6 +51,7 @@ obj-$(CONFIG_NS83820) += ns83820.o
obj-$(CONFIG_STNIC) += stnic.o 8390.o
obj-$(CONFIG_FEALNX) += fealnx.o
obj-$(CONFIG_TIGON3) += tg3.o
obj-$(CONFIG_BNX2) += bnx2.o
obj-$(CONFIG_TC35815) += tc35815.o
obj-$(CONFIG_SK98LIN) += sk98lin/
obj-$(CONFIG_SKFP) += skfp/

drivers/net/bnx2.c

0 → 100644
+5530 −0

File added.

Preview size limit exceeded, changes collapsed.

drivers/net/bnx2.h

0 → 100644
+4352 −0

File added.

Preview size limit exceeded, changes collapsed.

drivers/net/bnx2_fw.h

0 → 100644
+2468 −0

File added.

Preview size limit exceeded, changes collapsed.

Loading