From 44cc7634a39341f06479629b8743d16490dfdafd Mon Sep 17 00:00:00 2001
From: Sam Leffler <sam@FreeBSD.org>
Date: Tue, 11 Mar 2003 22:20:43 +0000
Subject: [PATCH] sync with current: reduce default maxbatch setting from 5 to
 1

Reviewed by:	re (sort of, consider this part of my previous request)
---
 sys/dev/hifn/hifn7751.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

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");