Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 10217
b: refs/heads/master
c: f89efd5
h: refs/heads/master
i:
  10215: a0e4c55
v: v3
  • Loading branch information
Matt Porter authored and Jeff Garzik committed Sep 14, 2005
1 parent 9e096ad commit 64c09ee
Show file tree
Hide file tree
Showing 4 changed files with 590 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: 43ec6e95e4d8a73afc2405a44b955c380aeeb65a
refs/heads/master: f89efd523b25cc1702e074dafdcac283da657002
14 changes: 14 additions & 0 deletions trunk/drivers/net/Kconfig
Original file line number Diff line number Diff line change
Expand Up @@ -2235,6 +2235,20 @@ config ISERIES_VETH
tristate "iSeries Virtual Ethernet driver support"
depends on PPC_ISERIES

config RIONET
tristate "RapidIO Ethernet over messaging driver support"
depends on NETDEVICES && RAPIDIO

config RIONET_TX_SIZE
int "Number of outbound queue entries"
depends on RIONET
default "128"

config RIONET_RX_SIZE
int "Number of inbound queue entries"
depends on RIONET
default "128"

config FDDI
bool "FDDI driver support"
depends on (PCI || EISA)
Expand Down
1 change: 1 addition & 0 deletions trunk/drivers/net/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -63,6 +63,7 @@ obj-$(CONFIG_SKFP) += skfp/
obj-$(CONFIG_VIA_RHINE) += via-rhine.o
obj-$(CONFIG_VIA_VELOCITY) += via-velocity.o
obj-$(CONFIG_ADAPTEC_STARFIRE) += starfire.o
obj-$(CONFIG_RIONET) += rionet.o

#
# end link order section
Expand Down
Loading

0 comments on commit 64c09ee

Please sign in to comment.