lkml.org 
[lkml]   [2000]   [Feb]   [21]   [last100]   RSS Feed
Views: [wrap][no wrap]   [headers]  [forward] 
 
Messages in this thread
Patch in this message
/
Date
From
Subject[PATCH] - eexpress.c
I found a bug which prevented the intel etherexpress card to service an
interrupt when the first packet is received (just after the card is
initialized) and no other packet was sent before.

Here follows the patch.

Bye,

Gianluca Anzolin

--- eexpress.c.orig Mon Feb 21 11:41:19 2000
+++ eexpress.c Mon Feb 21 11:42:01 2000
@@ -649,6 +649,7 @@
ack_cmd |= SCB_RUstart;
scb_wrrfa(dev, lp->rx_buf_start);
lp->rx_ptr = lp->rx_buf_start;
+ lp->started |= STARTED_RU;
}
ack_cmd |= SCB_CUstart | 0x2000;
}
\
 
 \ /
  Last update: 2005-03-22 13:56    [W:0.048 / U:0.016 seconds]
©2003-2020 Jasper Spaans|hosted at Digital Ocean and TransIP|Read the blog|Advertise on this site