summaryrefslogtreecommitdiffstats
path: root/sys/dev/hifn
diff options
context:
space:
mode:
authorsam <sam@FreeBSD.org>2003-03-11 22:20:43 +0000
committersam <sam@FreeBSD.org>2003-03-11 22:20:43 +0000
commit4778eecd10a4c3edd2a02da0bb2e88e37ab651bb (patch)
tree4b7bd3824c3591a9b261a291b27c5360d8eace9a /sys/dev/hifn
parent378cd3b05d24e35b8f882e3eff724bb1ad5459f7 (diff)
downloadFreeBSD-src-4778eecd10a4c3edd2a02da0bb2e88e37ab651bb.zip
FreeBSD-src-4778eecd10a4c3edd2a02da0bb2e88e37ab651bb.tar.gz
sync with current: reduce default maxbatch setting from 5 to 1
Reviewed by: re (sort of, consider this part of my previous request)
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 cb58fe0..9048d8f 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");
OpenPOWER on IntegriCloud