aboutsummaryrefslogtreecommitdiff
path: root/sys
diff options
context:
space:
mode:
authorPyun YongHyeon <yongari@FreeBSD.org>2008-03-23 05:35:18 +0000
committerPyun YongHyeon <yongari@FreeBSD.org>2008-03-23 05:35:18 +0000
commit2000cf6c0b00e29449e9621eb2a5575a7d3ce673 (patch)
tree74044c1eacbeeb77db247efe5532a1465ded817e /sys
parent03ca7ae8a94b40e251a0cb628d999d87426a5501 (diff)
Notes
Diffstat (limited to 'sys')
-rw-r--r--sys/dev/re/if_re.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/sys/dev/re/if_re.c b/sys/dev/re/if_re.c
index 143376c3f28a..85e645225f4e 100644
--- a/sys/dev/re/if_re.c
+++ b/sys/dev/re/if_re.c
@@ -161,7 +161,7 @@ MODULE_DEPEND(re, miibus, 1, 1, 1);
#define RE_USEIOSPACE
/* Tunables. */
-static int msi_disable = 0;
+static int msi_disable = 1;
TUNABLE_INT("hw.re.msi_disable", &msi_disable);
#define RE_CSUM_FEATURES (CSUM_IP | CSUM_TCP | CSUM_UDP)