aboutsummaryrefslogtreecommitdiff
path: root/sys/dev/hifn
diff options
context:
space:
mode:
authorSam Leffler <sam@FreeBSD.org>2003-03-11 22:20:43 +0000
committerSam Leffler <sam@FreeBSD.org>2003-03-11 22:20:43 +0000
commit44cc7634a39341f06479629b8743d16490dfdafd (patch)
tree4b7bd3824c3591a9b261a291b27c5360d8eace9a /sys/dev/hifn
parentc162e9c2eb7cbe66b8cc5b72bbc4152b095a63b0 (diff)
downloadsrc-44cc7634a39341f06479629b8743d16490dfdafd.tar.gz
src-44cc7634a39341f06479629b8743d16490dfdafd.zip
sync with current: reduce default maxbatch setting from 5 to 1
Reviewed by: re (sort of, consider this part of my previous request)
Notes
Notes: svn path=/head/; revision=112120
Diffstat (limited to 'sys/dev/hifn')
-rw-r--r--sys/dev/hifn/hifn7751.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/sys/dev/hifn/hifn7751.c b/sys/dev/hifn/hifn7751.c
index cb58fe0b0f98..9048d8f568b0 100644
--- a/sys/dev/hifn/hifn7751.c
+++ b/sys/dev/hifn/hifn7751.c
@@ -171,7 +171,7 @@ SYSCTL_INT(_hw_hifn, OID_AUTO, debug, CTLFLAG_RW, &hifn_debug,
static struct hifn_stats hifnstats;
SYSCTL_STRUCT(_hw_hifn, OID_AUTO, stats, CTLFLAG_RD, &hifnstats,
hifn_stats, "driver statistics");
-static int hifn_maxbatch = 1;
+static int hifn_maxbatch = 5;
SYSCTL_INT(_hw_hifn, OID_AUTO, maxbatch, CTLFLAG_RW, &hifn_maxbatch,
0, "max ops to batch w/o interrupt");