diff options
| author | Bill Paul <wpaul@FreeBSD.org> | 2001-05-11 20:15:41 +0000 |
|---|---|---|
| committer | Bill Paul <wpaul@FreeBSD.org> | 2001-05-11 20:15:41 +0000 |
| commit | 84b86890ae32d6072f6f942f025282c903992ec6 (patch) | |
| tree | 0ac1b6a0f451734f3ca48fa901fe534d435a59a9 /sys | |
| parent | ce4946daa5ce852d28008dac492029500ab2ee95 (diff) | |
Notes
Diffstat (limited to 'sys')
| -rw-r--r-- | sys/pci/if_xlreg.h | 2 |
1 files changed, 1 insertions, 1 deletions
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) /* |
