From 84b86890ae32d6072f6f942f025282c903992ec6 Mon Sep 17 00:00:00 2001 From: Bill Paul Date: Fri, 11 May 2001 20:15:41 +0000 Subject: [PATCH] Disable the 'stats counter overflow' interrupts since they can happen much more often that expected and negatively impact performance when running at 100mbps. I need to figure out if there's a better way to handle this, but for now this shouldn't hurt anything. --- sys/pci/if_xlreg.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sys/pci/if_xlreg.h b/sys/pci/if_xlreg.h index 8e1248ee2e88..cd7554db9107 100644 --- a/sys/pci/if_xlreg.h +++ b/sys/pci/if_xlreg.h @@ -177,7 +177,7 @@ * Interrupts we normally want enabled. */ #define XL_INTRS \ - (XL_STAT_UP_COMPLETE|XL_STAT_STATSOFLOW|XL_STAT_ADFAIL| \ + (XL_STAT_UP_COMPLETE|/*XL_STAT_STATSOFLOW|*/XL_STAT_ADFAIL| \ XL_STAT_DOWN_COMPLETE|XL_STAT_TX_COMPLETE|XL_STAT_INTLATCH) /*