Skip to content

Commit

Permalink
[NET]: Add Tehuti network driver.
Browse files Browse the repository at this point in the history
[ Ported to napi_struct changes... -DaveM ]

Signed-off-by: David S. Miller <[email protected]>
  • Loading branch information
gospo authored and David S. Miller committed Oct 10, 2007
1 parent 1202d6f commit 1a348cc
Show file tree
Hide file tree
Showing 7 changed files with 13,804 additions and 0 deletions.
8 changes: 8 additions & 0 deletions MAINTAINERS
Original file line number Diff line number Diff line change
Expand Up @@ -3630,6 +3630,14 @@ M: [email protected]
W: http://tcp-lp-mod.sourceforge.net/
S: Maintained

TEHUTI ETHERNET DRIVER
P: Alexander Indenbaum
M: [email protected]
P: Andy Gospodarek
M: [email protected]
L: [email protected]
S: Supported

TI FLASH MEDIA INTERFACE DRIVER
P: Alex Dubov
M: [email protected]
Expand Down
6 changes: 6 additions & 0 deletions drivers/net/Kconfig
Original file line number Diff line number Diff line change
Expand Up @@ -2661,6 +2661,12 @@ config MLX4_DEBUG
debug_level module parameter (which can also be set after
the driver is loaded through sysfs).

config TEHUTI
tristate "Tehuti Networks 10G Ethernet"
depends on PCI
help
Tehuti Networks 10G Ethernet NIC

endif # NETDEV_10000

source "drivers/net/tokenring/Kconfig"
Expand Down
1 change: 1 addition & 0 deletions drivers/net/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,7 @@ obj-$(CONFIG_EHEA) += ehea/
obj-$(CONFIG_BONDING) += bonding/
obj-$(CONFIG_ATL1) += atl1/
obj-$(CONFIG_GIANFAR) += gianfar_driver.o
obj-$(CONFIG_TEHUTI) += tehuti.o

gianfar_driver-objs := gianfar.o \
gianfar_ethtool.o \
Expand Down
Loading

0 comments on commit 1a348cc

Please sign in to comment.