Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 2 Jun 2004 15:57:21 -0700 (PDT)
From:      Nate Lawson <nate@root.org>
To:        Maxime Henrion <mux@FreeBSD.org>
Cc:        cvs-all@FreeBSD.org
Subject:   Re: cvs commit: src/sys/dev/fxp if_fxp.c if_fxpvar.h
Message-ID:  <20040602155611.P37538@root.org>
In-Reply-To: <20040602225238.65F6716A4D7@hub.freebsd.org>
References:  <20040602225238.65F6716A4D7@hub.freebsd.org>

next in thread | previous in thread | raw e-mail | index | archive | help
On Wed, 2 Jun 2004, Maxime Henrion wrote:
> mux         2004/06/02 15:52:18 PDT
>
>   FreeBSD src repository
>
>   Modified files:
>     sys/dev/fxp          if_fxp.c if_fxpvar.h
>   Log:
>   Use the device sysctl tree instead of rolling our own.  Some of the
>   sysctls were global (hw.fxp_rnr and hw.fxp_noflow), all of them are
>   now per-device.  Sample output of "sysctl dev.fxp0" with this patch,
>   with the standard %foo nodes removed :
>
>   dev.fxp0.int_delay: 1000
>   dev.fxp0.bundle_max: 6
>   dev.fxp0.rnr: 0
>   dev.fxp0.noflow: 0
>
>   Revision  Changes    Path
>   1.213     +18 -24    src/sys/dev/fxp/if_fxp.c
>   1.31      +2 -2      src/sys/dev/fxp/if_fxpvar.h

Is there a way of suppressing printing the %foo nodes besides grep -v?

-Nate



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20040602155611.P37538>