Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 7571
b: refs/heads/master
c: aaec0fa
h: refs/heads/master
i:
  7569: 2105939
  7567: 606a839
v: v3
  • Loading branch information
Jens Osterkamp authored and Jeff Garzik committed Sep 7, 2005
1 parent b751e14 commit 6dde715
Show file tree
Hide file tree
Showing 7 changed files with 2,885 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: 25097d4bda4a554d8b4a9989c7d8bcb67ef53f48
refs/heads/master: aaec0fab5f8809fe1509fdc204e769bb35ebe41a
7 changes: 7 additions & 0 deletions trunk/drivers/net/Kconfig
Original file line number Diff line number Diff line change
Expand Up @@ -2058,6 +2058,13 @@ config BNX2
To compile this driver as a module, choose M here: the module
will be called bnx2. This is recommended.

config SPIDER_NET
tristate "Spider Gigabit Ethernet driver"
depends on PCI && PPC_BPA
help
This driver supports the Gigabit Ethernet chips present on the
Cell Processor-Based Blades from IBM.

config GIANFAR
tristate "Gianfar Ethernet"
depends on 85xx || 83xx
Expand Down
2 changes: 2 additions & 0 deletions trunk/drivers/net/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -54,6 +54,8 @@ obj-$(CONFIG_STNIC) += stnic.o 8390.o
obj-$(CONFIG_FEALNX) += fealnx.o
obj-$(CONFIG_TIGON3) += tg3.o
obj-$(CONFIG_BNX2) += bnx2.o
spidernet-y += spider_net.o spider_net_ethtool.o sungem_phy.o
obj-$(CONFIG_SPIDER_NET) += spidernet.o
obj-$(CONFIG_TC35815) += tc35815.o
obj-$(CONFIG_SKGE) += skge.o
obj-$(CONFIG_SK98LIN) += sk98lin/
Expand Down
Loading

0 comments on commit 6dde715

Please sign in to comment.