.\" .\" Copyright (c) 1997, 1999 Hellmuth Michaelis. All rights reserved. .\" .\" Redistribution and use in source and binary forms, with or without .\" modification, are permitted provided that the following conditions .\" are met: .\" 1. Redistributions of source code must retain the above copyright .\" notice, this list of conditions and the following disclaimer. .\" 2. Redistributions in binary form must reproduce the above copyright .\" notice, this list of conditions and the following disclaimer in the .\" documentation and/or other materials provided with the distribution. .\" .\" THIS SOFTWARE IS PROVIDED BY THE AUTHOR AND CONTRIBUTORS ``AS IS'' AND .\" ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE .\" IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE .\" ARE DISCLAIMED. IN NO EVENT SHALL THE AUTHOR OR CONTRIBUTORS BE LIABLE .\" FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL .\" DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS .\" OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) .\" HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT .\" LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY .\" OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF .\" SUCH DAMAGE. .\" .\" $FreeBSD$ .\" .\" last edit-date: [Sat May 29 11:03:15 1999] .\" .Dd May, 29, 1999 .Dt ISDNDEBUG 8 .Os .Sh NAME .Nm isdndebug .Nd display and control isdn4bsd kernel variables and statistics .Sh SYNOPSIS .Nm .Op Fl e .Op Fl g .Op Fl h .Op Fl l Ar layer .Op Fl m .Op Fl q .Op Fl r .Op Fl s Ar value .Op Fl u Ar unit .Op Fl z .Op Fl H .Op Fl Q .Sh DESCRIPTION .Nm isdndebug is part of the isdn4bsd package and is used to control the level of debugging output of the isdn4bsd kernel part. Every layer of the isdn4bsd kernel uses a debugging mask which can be manipulated using this utility. .Pp A second usage of .Nm is to display and reset the HSCX (the HSCX is the chip responsible for the B-channel handling in the .Xr isic 4 driver) error counters and and to display and reset the D-channel layer 2 (Q.921 LAPD protocol) statistics and error counters. .Pp The following options are available: .Bl -tag -width Ds .It Fl e Set debugging mask for the selected layer(s) to display errors only. .It Fl g Get the debugging mask for the selected layer(s). .It Fl h Display the HSCX error counters. .It Fl l Specify the layer for which a command applies. Default is all layers. .It Fl m Set debugging mask for the selected layer(s) to display all possible debugging messages (maximum output). .It Fl q Display the Q.921 (D-channel layer 2) frame receive/transmit statistics. .It Fl r Set debugging mask for the selected layer(s) to the compiled in default (reset). .It Fl s Set debugging mask for the selected layer(s) to value. Value can be specified in any number base supported by .Xr sscanf 3 . .It Fl u Set the unit numbers for the -h, -q, -H and -Q flags. .It Fl z Set debugging mask for the selected layer(s) to no output at all (zero). .It Fl H Reset the HSCX error counters to zero. .It Fl Q Reset the Q.921 (D-channel layer 2) frame receive/transmit statistics to zero. .El .Pp .Sh FILES /dev/i4bctl .Sh EXAMPLES The command: .Bd -literal -offset indent isdndebug -g .Ed .Pp displays the current debugging level for all ISDN layers .Sh AUTHORS The .Nm utility and this manpage were written by .An Hellmuth Michaelis Aq hm@kts.org .