From af6a2c2ae15688636a6154236d7ee3e72cd98811 Mon Sep 17 00:00:00 2001 From: Sascha Wildner Date: Fri, 21 Dec 2007 19:02:29 +0000 Subject: [PATCH] Fix tunable name. --- sys/dev/netif/et/if_et.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/sys/dev/netif/et/if_et.c b/sys/dev/netif/et/if_et.c index 24c471fa99..d7a03a8ab0 100644 --- a/sys/dev/netif/et/if_et.c +++ b/sys/dev/netif/et/if_et.c @@ -31,7 +31,7 @@ * OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF * SUCH DAMAGE. * - * $DragonFly: src/sys/dev/netif/et/if_et.c,v 1.6 2007/10/23 14:28:42 sephe Exp $ + * $DragonFly: src/sys/dev/netif/et/if_et.c,v 1.7 2007/12/21 19:02:29 swildner Exp $ */ #include @@ -192,7 +192,7 @@ static uint32_t et_timer = 1000 * 1000 * 1000; /* nanosec */ TUNABLE_INT("hw.et.timer", &et_timer); TUNABLE_INT("hw.et.rx_intr_npkts", &et_rx_intr_npkts); TUNABLE_INT("hw.et.rx_intr_intvl", &et_rx_intr_delay); -TUNABLE_INT("hw.et_tx_intr_nsegs", &et_tx_intr_nsegs); +TUNABLE_INT("hw.et.tx_intr_nsegs", &et_tx_intr_nsegs); struct et_bsize { int bufsize; -- 2.41.0