svn commit: r206431 - head/sys/dev/e1000

Jack F Vogel jfv at FreeBSD.org
Fri Apr 9 21:18:47 UTC 2010


Author: jfv
Date: Fri Apr  9 21:18:46 2010
New Revision: 206431
URL: http://svn.freebsd.org/changeset/base/206431

Log:
  DUH, must be tired, I missed the second instance...
  time for the weekend :)

Modified:
  head/sys/dev/e1000/if_igb.c

Modified: head/sys/dev/e1000/if_igb.c
==============================================================================
--- head/sys/dev/e1000/if_igb.c	Fri Apr  9 21:16:45 2010	(r206430)
+++ head/sys/dev/e1000/if_igb.c	Fri Apr  9 21:18:46 2010	(r206431)
@@ -2357,7 +2357,7 @@ igb_configure_queues(struct adapter *ada
         if (hw->mac.type == e1000_82575)
                 newitr |= newitr << 16;
         else
-                newitr |= 0x8000000;
+                newitr |= E1000_EITR_CNT_IGNR;
 
 	for (int i = 0; i < adapter->num_queues; i++) {
 		que = &adapter->queues[i];


More information about the svn-src-all mailing list