[netdrvr] new driver skge, for SysKonnect cards
This commit is contained in:
committed by
Jeff Garzik
parent
88d7bd8cb9
commit
baef58b1b0
@@ -1931,6 +1931,18 @@ config R8169_VLAN
|
|||||||
|
|
||||||
If in doubt, say Y.
|
If in doubt, say Y.
|
||||||
|
|
||||||
|
config SKGE
|
||||||
|
tristate "New SysKonnect GigaEthernet support (EXPERIMENTAL)"
|
||||||
|
depends on PCI && EXPERIMENTAL
|
||||||
|
select CRC32
|
||||||
|
---help---
|
||||||
|
This driver support the Marvell Yukon or SysKonnect SK-98xx/SK-95xx
|
||||||
|
and related Gigabit Ethernet adapters. It is a new smaller driver
|
||||||
|
driver with better performance and more complete ethtool support.
|
||||||
|
|
||||||
|
It does not support the link failover and network management
|
||||||
|
features that "portable" vendor supplied sk98lin driver does.
|
||||||
|
|
||||||
config SK98LIN
|
config SK98LIN
|
||||||
tristate "Marvell Yukon Chipset / SysKonnect SK-98xx Support"
|
tristate "Marvell Yukon Chipset / SysKonnect SK-98xx Support"
|
||||||
depends on PCI
|
depends on PCI
|
||||||
|
@@ -52,6 +52,7 @@ obj-$(CONFIG_STNIC) += stnic.o 8390.o
|
|||||||
obj-$(CONFIG_FEALNX) += fealnx.o
|
obj-$(CONFIG_FEALNX) += fealnx.o
|
||||||
obj-$(CONFIG_TIGON3) += tg3.o
|
obj-$(CONFIG_TIGON3) += tg3.o
|
||||||
obj-$(CONFIG_TC35815) += tc35815.o
|
obj-$(CONFIG_TC35815) += tc35815.o
|
||||||
|
obj-$(CONFIG_SKGE) += skge.o
|
||||||
obj-$(CONFIG_SK98LIN) += sk98lin/
|
obj-$(CONFIG_SK98LIN) += sk98lin/
|
||||||
obj-$(CONFIG_SKFP) += skfp/
|
obj-$(CONFIG_SKFP) += skfp/
|
||||||
obj-$(CONFIG_VIA_RHINE) += via-rhine.o
|
obj-$(CONFIG_VIA_RHINE) += via-rhine.o
|
||||||
|
3385
drivers/net/skge.c
Normal file
3385
drivers/net/skge.c
Normal file
File diff suppressed because it is too large
Load Diff
3005
drivers/net/skge.h
Normal file
3005
drivers/net/skge.h
Normal file
File diff suppressed because it is too large
Load Diff
Reference in New Issue
Block a user