Added note about /dev/isdnctrl vs. /dev/isdn/isdnctrl;

explained 3rd parm is firmware file when loading firmware.
This commit is contained in:
paul 2001-08-09 19:23:53 +00:00
parent 16c23bf7f9
commit 29eda36988
1 changed files with 23 additions and 8 deletions

View File

@ -1,6 +1,6 @@
.\" $Id: hisaxctrl.man.in,v 1.1 2000/06/20 10:16:16 keil Exp $
.\" $Id: hisaxctrl.man.in,v 1.2 2001/08/09 19:23:53 paul Exp $
.\"
.\" CHECKIN $Date: 2000/06/20 10:16:16 $
.\" CHECKIN $Date: 2001/08/09 19:23:53 $
.\"
.\" Process this file with
.\" groff -man -Tascii hisaxctrl.1 for ASCII output, or
@ -18,10 +18,15 @@ is used to setup the HiSax-ISDN device driver.
All logging-output is sent to the device /dev/isdnctrl. So you can show it
by executing
.BR "cat /dev/isdnctrl" .
.br
.B NOTE:
for
.I devfs
systems, the program will automatically use /dev/isdn/isdnctrl if available.
.LP
The use of
.I hisaxctrl
makes sense, if you are using the HiSax driver only.
only makes sense if you are using the HiSax driver.
.LP
.SH OPTIONS
.TP
@ -43,9 +48,9 @@ defined for setting the logging-level of the HiSax-ISDN device driver:
.br
.BR " 1" " selects generic debugging."
.br
.BR 11 " selects layer 1 developement debugging."
.BR 11 " selects layer 1 development debugging."
.br
.BR 13 " selects layer 3 developement debugging."
.BR 13 " selects layer 3 development debugging."
.br
.RE
.LP
@ -74,12 +79,18 @@ of the HiSax-ISDN device driver.
.RE
.TP
.I parameter
If the command is
.BR 9
then the parameter is the full pathname to the file containing the firmware.
For debug settings this is an integer representing a bitmask. Every bit in
this mask switches a debug facility on or off. Depending on the selected
category, the following values are defined:
.LP
.RS
.RB With " generic debugging " selected:
.RB With " generic debugging " selected
.br
(command \fB1\fR):
.LP
.BR 0x001 " Link-level <--> hardware-level communication"
.br
@ -106,7 +117,9 @@ category, the following values are defined:
.BR 0x800 " More debug in callc.c (not for normal use)"
.br
.LP
.RB With " layer 1 developement debugging " selected:
.RB With " layer 1 development debugging " selected
.br
(command \fB11\fR):
.LP
.BR 0x001 " Warnings (default: on)"
.br
@ -123,7 +136,9 @@ category, the following values are defined:
.BR 0x040 " D-Channel LAPD frame types"
.br
.LP
.RB With " layer 3 developement debugging " selected:
.RB With " layer 3 development debugging " selected
.br
(command \fB13\fR):
.LP
.BR 0x001 " Warnings (default: on)"
.br