diff options
| author | Poul-Henning Kamp <phk@FreeBSD.org> | 2002-10-20 20:42:25 +0000 |
|---|---|---|
| committer | Poul-Henning Kamp <phk@FreeBSD.org> | 2002-10-20 20:42:25 +0000 |
| commit | 858b84f550e0dafa4025b2bf626edb0875740338 (patch) | |
| tree | 1d23e99ca663106b2fe68847ba5b8bb5dcfa4a99 /sys/dev | |
| parent | 51d123d69bc4a65785f0e76752222f0c54835dd1 (diff) | |
Notes
Diffstat (limited to 'sys/dev')
| -rw-r--r-- | sys/dev/fxp/if_fxp.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sys/dev/fxp/if_fxp.c b/sys/dev/fxp/if_fxp.c index 9e88652cd3c1..f1588c9d8ab0 100644 --- a/sys/dev/fxp/if_fxp.c +++ b/sys/dev/fxp/if_fxp.c @@ -498,11 +498,11 @@ fxp_attach(device_t dev) goto fail; SYSCTL_ADD_PROC(&sc->sysctl_ctx, SYSCTL_CHILDREN(sc->sysctl_tree), OID_AUTO, "int_delay", CTLTYPE_INT | CTLFLAG_RW | CTLFLAG_PRISON, - &sc->tunable_int_delay, 0, &sysctl_hw_fxp_int_delay, "I", + &sc->tunable_int_delay, 0, sysctl_hw_fxp_int_delay, "I", "FXP driver receive interrupt microcode bundling delay"); SYSCTL_ADD_PROC(&sc->sysctl_ctx, SYSCTL_CHILDREN(sc->sysctl_tree), OID_AUTO, "bundle_max", CTLTYPE_INT | CTLFLAG_RW | CTLFLAG_PRISON, - &sc->tunable_bundle_max, 0, &sysctl_hw_fxp_bundle_max, "I", + &sc->tunable_bundle_max, 0, sysctl_hw_fxp_bundle_max, "I", "FXP driver receive interrupt microcode bundle size limit"); /* |
