Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 27336
b: refs/heads/master
c: 0da34b6
h: refs/heads/master
v: v3
  • Loading branch information
Brice Goglin authored and Jeff Garzik committed May 24, 2006
1 parent e81e8a5 commit 93f892a
Show file tree
Hide file tree
Showing 8 changed files with 3,139 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: 3a720d726a6aa0a7cd9190f694587adf7bafdf4f
refs/heads/master: 0da34b6dfe55810ae60db57e08e2af8a808c0a55
17 changes: 17 additions & 0 deletions trunk/drivers/net/Kconfig
Original file line number Diff line number Diff line change
Expand Up @@ -2327,6 +2327,23 @@ config S2IO_NAPI

If in doubt, say N.

config MYRI10GE
tristate "Myricom Myri-10G Ethernet support"
depends on PCI
select FW_LOADER
select CRC32
---help---
This driver supports Myricom Myri-10G Dual Protocol interface in
Ethernet mode. If the eeprom on your board is not recent enough,
you will need a newer firmware image.
You may get this image or more information, at:

<http://www.myri.com/Myri-10G/>

To compile this driver as a module, choose M here and read
<file:Documentation/networking/net-modules.txt>. The module
will be called myri10ge.

endmenu

source "drivers/net/tokenring/Kconfig"
Expand Down
1 change: 1 addition & 0 deletions trunk/drivers/net/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -192,6 +192,7 @@ obj-$(CONFIG_R8169) += r8169.o
obj-$(CONFIG_AMD8111_ETH) += amd8111e.o
obj-$(CONFIG_IBMVETH) += ibmveth.o
obj-$(CONFIG_S2IO) += s2io.o
obj-$(CONFIG_MYRI10GE) += myri10ge/
obj-$(CONFIG_SMC91X) += smc91x.o
obj-$(CONFIG_SMC911X) += smc911x.o
obj-$(CONFIG_DM9000) += dm9000.o
Expand Down
5 changes: 5 additions & 0 deletions trunk/drivers/net/myri10ge/Makefile
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
#
# Makefile for the Myricom Myri-10G ethernet driver
#

obj-$(CONFIG_MYRI10GE) += myri10ge.o
Loading

0 comments on commit 93f892a

Please sign in to comment.