jme: Added half-duplex mode and IPv6 RSS fix
authorGuo-Fu Tseng <cooldavid@cooldavid.org>
Thu, 9 Oct 2008 02:48:58 +0000 (19:48 -0700)
committerDavid S. Miller <davem@davemloft.net>
Thu, 9 Oct 2008 02:51:31 +0000 (19:51 -0700)
1. Set bit 5 of GPREG1 to 1 to enable hardware workaround for half-duplex
   mode. Which the MAC processor generates CRS/COL by itself instead of
   receive it from PHY processor.

2. Set bit 6 of GPREG1 to 1 to enable hardware workaround that masks the
   MAC processor working right while calculating IPv6 RSS in 10/100
   mode.

3. Group the workaround codes all together.

Signed-off-by: Guo-Fu Tseng <cooldavid@cooldavid.org>
Signed-off-by: David S. Miller <davem@davemloft.net>

No differences found