From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from ntserver4.diluk.co.uk (mailhost.digitalinterfacesltd.com [62.69.87.37]) by ozlabs.org (Postfix) with ESMTP id F30762BDA0 for ; Fri, 22 Oct 2004 00:36:35 +1000 (EST) Message-ID: From: linuxppc To: Linux PPC Dev Date: Thu, 21 Oct 2004 15:20:55 +0100 MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Subject: Problem with PPC 440 GX Transmit Path List-Id: Linux on PowerPC Developers Mail List List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , I have found a problem with the driver for the PPC440GX (ibm_emac), while reading from the PPC (OCOTEA) BOX doesn't always transmit the last packet, I have managed to get it to continue by pinging it or from it, or if the root filesystem is mounted as nfs (I am assuming communications using nfs use a keepalive test or equivalent). I have also found that by turning on the debug options in ibm_emac_core.c (PKT_DEBUG) fixes the problem!! I have removed all but one of the debug messages and as long as they are in the tx functions (not the rx functions) I have no problems. Any help or guidance will be appreciated, for now I am going to try and implement gdb..... Daren