[BACK]Return to if_bge.c CVS log [TXT][DIR] Up to [cvs.NetBSD.org] / src / sys / dev / pci

Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.

Diff for /src/sys/dev/pci/if_bge.c between version 1.127.2.4 and 1.127.2.5

version 1.127.2.4, 2007/08/20 18:37:11 version 1.127.2.5, 2007/09/01 12:56:45
Line 826  bge_jfree(struct mbuf *m, void *buf, siz
Line 826  bge_jfree(struct mbuf *m, void *buf, siz
         SLIST_INSERT_HEAD(&sc->bge_jfree_listhead, entry, jpool_entries);          SLIST_INSERT_HEAD(&sc->bge_jfree_listhead, entry, jpool_entries);
   
         if (__predict_true(m != NULL))          if (__predict_true(m != NULL))
                 pool_cache_put(&mbpool_cache, m);                  pool_cache_put(mb_cache, m);
         splx(s);          splx(s);
 }  }
   

Legend:
Removed from v.1.127.2.4  
changed lines
  Added in v.1.127.2.5

CVSweb <webmaster@jp.NetBSD.org>