summaryrefslogtreecommitdiff
path: root/sys/dev
diff options
context:
space:
mode:
authorChris Kuethe <ckuethe@cvs.openbsd.org>2007-05-28 22:54:05 +0000
committerChris Kuethe <ckuethe@cvs.openbsd.org>2007-05-28 22:54:05 +0000
commitf77371adf3c4d23c3a5cc6822e29a3991129bb29 (patch)
tree911b1f117ee922b11a4fff40087501ac5d76c5e5 /sys/dev
parent98ea31633a6bcce950a7b848e537a7712f6a7a52 (diff)
Gently nudge up the interrupt coalescing timeout to 128 microseconds. This
gives the firmware time to do its job. Makes my fxps go from 12000int/sec while moving 100Mbps to 3000int/sec ok beck claudio
Diffstat (limited to 'sys/dev')
-rw-r--r--sys/dev/ic/fxpvar.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/sys/dev/ic/fxpvar.h b/sys/dev/ic/fxpvar.h
index f802cf27faa..a8ee56ee224 100644
--- a/sys/dev/ic/fxpvar.h
+++ b/sys/dev/ic/fxpvar.h
@@ -1,4 +1,4 @@
-/* $OpenBSD: fxpvar.h,v 1.26 2007/05/08 20:33:07 deraadt Exp $ */
+/* $OpenBSD: fxpvar.h,v 1.27 2007/05/28 22:54:04 ckuethe Exp $ */
/* $NetBSD: if_fxpvar.h,v 1.1 1997/06/05 02:01:58 thorpej Exp $ */
/*
@@ -57,7 +57,7 @@
* microcode is loaded.
*/
#ifndef FXP_INT_DELAY
-#define FXP_INT_DELAY 64
+#define FXP_INT_DELAY 128
#endif
/*