summaryrefslogtreecommitdiffstats
path: root/sys/dev/hifn
diff options
context:
space:
mode:
authorsam <sam@FreeBSD.org>2003-03-11 22:23:19 +0000
committersam <sam@FreeBSD.org>2003-03-11 22:23:19 +0000
commit7cc659d9ff288aaac939c510fdafcc4a801625c3 (patch)
treeefabc12de7b77fafe029a678e61151926f8cec1c /sys/dev/hifn
parent4778eecd10a4c3edd2a02da0bb2e88e37ab651bb (diff)
downloadFreeBSD-src-7cc659d9ff288aaac939c510fdafcc4a801625c3.zip
FreeBSD-src-7cc659d9ff288aaac939c510fdafcc4a801625c3.tar.gz
gack; revert previous commit; not only did I read things backward but
I was in the wrong tree
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 9048d8f..cb58fe0 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 = 5;
+static int hifn_maxbatch = 1;
SYSCTL_INT(_hw_hifn, OID_AUTO, maxbatch, CTLFLAG_RW, &hifn_maxbatch,
0, "max ops to batch w/o interrupt");
OpenPOWER on IntegriCloud