diff options
| author | Andrew Rybchenko <arybchik@FreeBSD.org> | 2015-01-29 19:06:14 +0000 |
|---|---|---|
| committer | Andrew Rybchenko <arybchik@FreeBSD.org> | 2015-01-29 19:06:14 +0000 |
| commit | 745714c10448e50aaa17a00120808caadb98cbdb (patch) | |
| tree | 728c4d7976148139128286ed92970724ce18dd68 /sys/dev/sfxge/sfxge_ev.c | |
| parent | 123b769617005cc674278b3e65d5e1540676979d (diff) | |
Notes
Diffstat (limited to 'sys/dev/sfxge/sfxge_ev.c')
| -rw-r--r-- | sys/dev/sfxge/sfxge_ev.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sys/dev/sfxge/sfxge_ev.c b/sys/dev/sfxge/sfxge_ev.c index 4fc116c3d8b4c..c3e359b040612 100644 --- a/sys/dev/sfxge/sfxge_ev.c +++ b/sys/dev/sfxge/sfxge_ev.c @@ -875,7 +875,7 @@ sfxge_ev_init(struct sfxge_softc *sc) /* Set default interrupt moderation; add a sysctl to * read and change it. */ - sc->ev_moderation = 30; + sc->ev_moderation = SFXGE_MODERATION; SYSCTL_ADD_PROC(sysctl_ctx, SYSCTL_CHILDREN(sysctl_tree), OID_AUTO, "int_mod", CTLTYPE_UINT|CTLFLAG_RW, sc, 0, sfxge_int_mod_handler, "IU", |
