mirror of
https://git.FreeBSD.org/src.git
synced 2025-01-17 15:27:36 +00:00
gack; revert previous commit; not only did I read things backward but
I was in the wrong tree
This commit is contained in:
parent
44cc7634a3
commit
bd17515b68
Notes:
svn2git
2020-12-20 02:59:44 +00:00
svn path=/head/; revision=112121
@ -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");
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user