amd64/84027: if_nve gets stuck
Andreas Klemm
andreas at FreeBSD.org
Thu Oct 27 04:08:44 PDT 2005
Synopsis: if_nve gets stuck
State-Changed-From-To: open->analyzed
State-Changed-By: andreas
State-Changed-When: Thu Oct 27 11:06:34 GMT 2005
State-Changed-Why:
Could you please check the following patch from Quentin, see:
http://www.freebsd.org/cgi/query-pr.cgi?pr=88045
Index: if_nve.c
===================================================================
RCS file: /data/ncvs/src/sys/dev/nve/if_nve.c,v
retrieving revision 1.7.2.4
diff -u -r1.7.2.4 if_nve.c
--- if_nve.c 9 Oct 2005 04:18:17 -0000 1.7.2.4
+++ if_nve.c 27 Oct 2005 09:58:45 -0000
@@ -727,7 +727,7 @@
DEBUGOUT(NVE_DEBUG_INIT, "nve: nve_init_rings - entry\n");
- sc->cur_rx = sc->cur_tx = sc->pending_rxs = sc->pending_txs = 0;
+ sc->cur_rx = sc->cur_tx = sc->pending_rxs = 0;
/* Initialise RX ring */
for (i = 0; i < RX_RING_SIZE; i++) {
struct nve_rx_desc *desc = sc->rx_desc + i;
Responsible-Changed-From-To: freebsd-amd64->obrien
Responsible-Changed-By: andreas
Responsible-Changed-When: Thu Oct 27 11:06:34 GMT 2005
Responsible-Changed-Why:
obrien is author of driver according to source
http://www.freebsd.org/cgi/query-pr.cgi?pr=84027
More information about the freebsd-amd64
mailing list