Re: ucc_geth: Fix the wrong the Rx/Tx FIFO size
From: David Miller <davem@davemloft.net>
Date: 2010-01-07 04:32:43
From: David Miller <davem@davemloft.net>
Date: 2010-01-07 04:32:43
From: Dave Liu <redacted> Date: Mon, 4 Jan 2010 17:37:03 +0800
current the Rx/Tx FIFO size settings cause problem when four UEC ethernets work simultaneously. eg: GETH1, UEM-J15, GETH2, UEC-J5 on 8569MDS board $ ifconfig eth0 10.193.20.166 $ ifconfig eth1 10.193.20.167 $ ifconfig eth2 10.193.20.168 then $ ifconfig eth3 10.193.20.169 The fourth ethernet will cause all of interface broken, you cann't ping successfully any more. The patch fix this issue for MPC8569 Rev1.0 and Rev2.0 Signed-off-by: Dave Liu <redacted> Acked-by: Anton Vorontsov <redacted>
Applied to net-2.6, thank you.