Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 1a348ccc authored by Andy Gospodarek's avatar Andy Gospodarek Committed by David S. Miller
Browse files

[NET]: Add Tehuti network driver.



[ Ported to napi_struct changes... -DaveM ]

Signed-off-by: default avatarDavid S. Miller <davem@davemloft.net>
parent 1202d6ff
Loading
Loading
Loading
Loading
+8 −0
Original line number Diff line number Diff line
@@ -3630,6 +3630,14 @@ M: hlhung3i@gmail.com
W:	http://tcp-lp-mod.sourceforge.net/
S:	Maintained

TEHUTI ETHERNET DRIVER
P:	Alexander Indenbaum
M:	baum@tehutinetworks.net
P:	Andy Gospodarek
M:	andy@greyhouse.net
L:	netdev@vger.kernel.org
S:	Supported

TI FLASH MEDIA INTERFACE DRIVER
P:      Alex Dubov
M:      oakad@yahoo.com
+6 −0
Original line number Diff line number Diff line
@@ -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"
+1 −0
Original line number Diff line number Diff line
@@ -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 \
Loading