Re: [patch 4/5] s2io driver updates

2007-05-13 Thread Andreas Schwab
Ananda Raju [EMAIL PROTECTED] writes: @@ -2704,6 +2792,10 @@ static void tx_intr_handler(fifo_info_t if (txdlp-Control_1 TXD_T_CODE) { unsigned long long err; err = txdlp-Control_1 TXD_T_CODE; + if (err 0x1) {

[patch 4/5] s2io driver updates

2006-04-21 Thread Ananda Raju
Hi, This patch contains additional statistics counters added to s2io driver these statistics are very much usefull in debugging the driver. Signed-off-by: Ananda Raju [EMAIL PROTECTED] --- diff -upNr bug_fixes1/drivers/net/s2io-regs.h stat_enhancement/drivers/net/s2io-regs.h