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:
parent
ce4946daa5
commit
84b86890ae
@ -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)
|
||||
|
||||
/*
|
||||
|
Loading…
Reference in New Issue
Block a user