Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 1454
b: refs/heads/master
c: b6016b7
h: refs/heads/master
v: v3
  • Loading branch information
Michael Chan authored and David S. Miller committed May 26, 2005
1 parent 0740a08 commit 37c07b5
Show file tree
Hide file tree
Showing 8 changed files with 12,371 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: c8b35d2a29ec3c93e3b9c1e70d649a77a214b1c1
refs/heads/master: b6016b767397258b58163494a869f8f1199e6897
9 changes: 9 additions & 0 deletions trunk/drivers/net/Kconfig
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
1 change: 1 addition & 0 deletions trunk/drivers/net/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -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/
Expand Down
Loading

0 comments on commit 37c07b5

Please sign in to comment.