Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 139790
b: refs/heads/master
c: f178285
h: refs/heads/master
v: v3
  • Loading branch information
Ramkrishna Vepa authored and David S. Miller committed Apr 2, 2009
1 parent 5e8095a commit 5260625
Show file tree
Hide file tree
Showing 4 changed files with 26 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: 5f548a32814a0e5da4656b4eee1e3542f55fbef1
refs/heads/master: f1782852adb57c8daf76a56146424f6c2f7410b6
17 changes: 17 additions & 0 deletions trunk/drivers/net/Kconfig
Original file line number Diff line number Diff line change
Expand Up @@ -2547,6 +2547,23 @@ config S2IO
More specific information on configuring the driver is in
<file:Documentation/networking/s2io.txt>.

config VXGE
tristate "Neterion X3100 Series 10GbE PCIe Server Adapter"
depends on PCI && INET
---help---
This driver supports Neterion Inc's X3100 Series 10 GbE PCIe
I/O Virtualized Server Adapter.
More specific information on configuring the driver is in
<file:Documentation/networking/vxge.txt>.

config VXGE_DEBUG_TRACE_ALL
bool "Enabling All Debug trace statments in driver"
default n
depends on VXGE
---help---
Say Y here if you want to enabling all the debug trace statements in
driver. By default only few debug trace statements are enabled.

config MYRI10GE
tristate "Myricom Myri-10G Ethernet support"
depends on PCI && INET
Expand Down
1 change: 1 addition & 0 deletions trunk/drivers/net/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -220,6 +220,7 @@ obj-$(CONFIG_R8169) += r8169.o
obj-$(CONFIG_AMD8111_ETH) += amd8111e.o
obj-$(CONFIG_IBMVETH) += ibmveth.o
obj-$(CONFIG_S2IO) += s2io.o
obj-$(CONFIG_VXGE) += vxge/
obj-$(CONFIG_MYRI10GE) += myri10ge/
obj-$(CONFIG_SMC91X) += smc91x.o
obj-$(CONFIG_SMC911X) += smc911x.o
Expand Down
7 changes: 7 additions & 0 deletions trunk/drivers/net/vxge/Makefile
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
#
# Makefile for Neterion Inc's X3100 Series 10 GbE PCIe # I/O
# Virtualized Server Adapter linux driver

obj-$(CONFIG_VXGE) += vxge.o

vxge-objs := vxge-config.o vxge-traffic.o vxge-ethtool.o vxge-main.o

0 comments on commit 5260625

Please sign in to comment.