diff options
| author | Jack F Vogel <jfv@FreeBSD.org> | 2008-02-29 22:38:12 +0000 |
|---|---|---|
| committer | Jack F Vogel <jfv@FreeBSD.org> | 2008-02-29 22:38:12 +0000 |
| commit | 3773a7013f71fa8f491f517ef8fe92f4dec547b7 (patch) | |
| tree | 10ab7dd77afab84516ae07b987c6d71be2000e5c /sys/dev | |
| parent | 755d3f8ae9be03ad939484213c0ecaac2d115959 (diff) | |
Notes
Diffstat (limited to 'sys/dev')
| -rw-r--r-- | sys/dev/em/if_em.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/sys/dev/em/if_em.h b/sys/dev/em/if_em.h index 9a3b0b4bd872..bd5bf623c92e 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 |
