summaryrefslogtreecommitdiffstats
path: root/sys
diff options
context:
space:
mode:
authorjfv <jfv@FreeBSD.org>2008-02-29 22:38:12 +0000
committerjfv <jfv@FreeBSD.org>2008-02-29 22:38:12 +0000
commita7d75a1a2ac7d7261da0c882d56c0854fe9cd364 (patch)
tree10ab7dd77afab84516ae07b987c6d71be2000e5c /sys
parenta550e2b6a396fb4c9a6f09077cd61aea2e2a9962 (diff)
downloadFreeBSD-src-a7d75a1a2ac7d7261da0c882d56c0854fe9cd364.zip
FreeBSD-src-a7d75a1a2ac7d7261da0c882d56c0854fe9cd364.tar.gz
Need to add define of FAST interrupts as default
Diffstat (limited to 'sys')
-rw-r--r--sys/dev/em/if_em.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/sys/dev/em/if_em.h b/sys/dev/em/if_em.h
index 9a3b0b4..bd5bf62 100644
--- a/sys/dev/em/if_em.h
+++ b/sys/dev/em/if_em.h
@@ -37,6 +37,9 @@ POSSIBILITY OF SUCH DAMAGE.
/* Tunables */
+/* Set FAST Interrupt handling as default */
+#define EM_FAST_IRQ
+
/*
* EM_TXD: Maximum number of Transmit Descriptors
* Valid Range: 80-256 for 82542 and 82543-based adapters
OpenPOWER on IntegriCloud