From mboxrd@z Thu Jan 1 00:00:00 1970 From: David Updegraff Date: Wed, 14 Sep 2005 18:45:07 -0500 Subject: [U-Boot-Users] 83xx TSEC Message-ID: <4328B603.8020002@cray.com> List-Id: MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: u-boot@lists.denx.de Hi. Anyone know of any registers to look at in the TSEC stuff that might tell a guy why a frame is not moving? Our PHY looks fine; 'mii dump' is fine, link up, etc. but in tsec_send() the buffer of a ping is loaded up, and simply never goes anywhere. ->tstat remains clear (no halt bit), but rtx.txbd[txIdx].status never changes from assigned value. Stats claim no frames; which is correct. I need some help in understanding why TSEC feels it cannot feed anything out the inerface. Thanx. -dbu.