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.
This commit is contained in:
Bill Paul 2001-05-11 20:15:41 +00:00
parent ce4946daa5
commit 84b86890ae
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=76480

View File

@ -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)
/*