Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 9 Apr 2010 21:18:46 +0000 (UTC)
From:      Jack F Vogel <jfv@FreeBSD.org>
To:        src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-head@freebsd.org
Subject:   svn commit: r206431 - head/sys/dev/e1000
Message-ID:  <201004092118.o39LIkGT069799@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
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];



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201004092118.o39LIkGT069799>