[PATCH] sky2: 88E803X transmit lockup (2.6.18)
commit0a898c598ecf239a60775063887317459f9e275b
authorStephen Hemminger <shemminger@osdl.org>
Sat, 21 Oct 2006 00:13:20 +0000 (20 17:13 -0700)
committerChris Wright <chrisw@sous-sol.org>
Sat, 4 Nov 2006 01:33:47 +0000 (3 17:33 -0800)
treec496f0bf5acf6ee7e515972a9ac34e2996d7ebc6
parentd758e2151487a13f2b6c726d0ba3781bbddf3e18
[PATCH] sky2: 88E803X transmit lockup (2.6.18)

The reason sky2 driver was locking up on transmit on the Yukon-FE chipset
is that it was misconfiguring the internal RAM buffer so the transmitter
and receiver were sharing the same space.  It is a wonder it worked at all!

This patch addresses this, and fixes an easily reproducible hang on Transmit.
Only the Yukon-FE chip is Marvell 88E803X (10/100 only) are affected.

Signed-off-by: Stephen Hemminger <shemminger@osdl.org>
Signed-off-by: Greg Kroah-Hartman <gregkh@suse.de>
Signed-off-by: Chris Wright <chrisw@sous-sol.org>
drivers/net/sky2.c