[prev in list] [next in list] [prev in thread] [next in thread] 

List:       freebsd-amd64
Subject:    Re: amd64/84027: if_nve gets stuck
From:       Andreas Klemm <andreas () freebsd ! org>
Date:       2005-10-27 11:08:43
Message-ID: 200510271108.j9RB8h7P096305 () freefall ! freebsd ! org
[Download RAW message or body]

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
_______________________________________________
freebsd-amd64@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-amd64
To unsubscribe, send any mail to "freebsd-amd64-unsubscribe@freebsd.org"
[prev in list] [next in list] [prev in thread] [next in thread] 

Configure | About | News | Add a list | Sponsored by KoreLogic