net: ethernet: pcnet32: Setup the SRAM and NOUFLO on Am79C97{3, 5}
authorMarkos Chandras <markos.chandras@imgtec.com>
Thu, 19 Mar 2015 10:28:14 +0000 (10:28 +0000)
committerBen Hutchings <ben@decadent.org.uk>
Sat, 9 May 2015 22:16:31 +0000 (23:16 +0100)
commitc788352c96ec5c7d5a60ecd5410c4ffbda7e5778
tree5707df1a550d100289a562b668dfb9e88caac277
parent382e089b49c21adbd0851e7c55bf8d5040b100cd
net: ethernet: pcnet32: Setup the SRAM and NOUFLO on Am79C97{3, 5}

commit 87f966d97b89774162df04d2106c6350c8fe4cb3 upstream.

On a MIPS Malta board, tons of fifo underflow errors have been observed
when using u-boot as bootloader instead of YAMON. The reason for that
is that YAMON used to set the pcnet device to SRAM mode but u-boot does
not. As a result, the default Tx threshold (64 bytes) is now too small to
keep the fifo relatively used and it can result to Tx fifo underflow errors.
As a result of which, it's best to setup the SRAM on supported controllers
so we can always use the NOUFLO bit.

Cc: <netdev@vger.kernel.org>
Cc: <linux-kernel@vger.kernel.org>
Cc: Don Fry <pcnet32@frontier.com>
Signed-off-by: Markos Chandras <markos.chandras@imgtec.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
Signed-off-by: Ben Hutchings <ben@decadent.org.uk>
drivers/net/ethernet/amd/pcnet32.c