[PATCH] sky2: new experimental Marvell Yukon2 driver
authorStephen Hemminger <shemminger@osdl.org>
Tue, 16 Aug 2005 23:36:49 +0000 (16:36 -0700)
committerJeff Garzik <jgarzik@pobox.com>
Wed, 17 Aug 2005 04:53:12 +0000 (00:53 -0400)
commitcd28ab6a4e50a7601d22752aa7ce0c8197b10bdf
tree7030ba1742db21caebe491c9052f312e30c33628
parent2ba84684e8cf6f980e4e95a2300f53a505eb794e
[PATCH] sky2: new experimental Marvell Yukon2 driver

New driver for the Marvell Yukon2 Gigabit Ethernet chipset.
This driver is based on the skge driver, but using the logic
from the SysKonnect version of the sk98lin driver.
It should support all the Yukon2 chipsets that are available
in many current Intel and AMD motherboards.

The driver does support ethtool, tx and rx checksum, and
tcp segmentation offload.  But it has only been tested for
a short while and is known to stop receiving under heavy load.

Signed-off-by: Stephen Hemminger <shemminger@osdl.org>
Signed-off-by: Jeff Garzik <jgarzik@pobox.com>
drivers/net/Kconfig
drivers/net/Makefile
drivers/net/sky2.c [new file with mode: 0644]
drivers/net/sky2.h [new file with mode: 0644]