summaryrefslogtreecommitdiffstats
path: root/share/man/man4/man4.i386
diff options
context:
space:
mode:
authorschweikh <schweikh@FreeBSD.org>2001-05-01 09:15:30 +0000
committerschweikh <schweikh@FreeBSD.org>2001-05-01 09:15:30 +0000
commitc91401db415d2ea35e9bde1b73b469590fd68f43 (patch)
tree6092b364195bbf7e7039623f00337083e387ae76 /share/man/man4/man4.i386
parentc41ac84ca2a81faea3d3c68414fbd865d9d6aaf1 (diff)
downloadFreeBSD-src-c91401db415d2ea35e9bde1b73b469590fd68f43.zip
FreeBSD-src-c91401db415d2ea35e9bde1b73b469590fd68f43.tar.gz
pseudo-device -> device in kernel config lines. Removed whitespace at EOL.
Reviewed by: joerg, dd
Diffstat (limited to 'share/man/man4/man4.i386')
-rw-r--r--share/man/man4/man4.i386/ar.42
-rw-r--r--share/man/man4/man4.i386/cx.476
-rw-r--r--share/man/man4/man4.i386/en.414
-rw-r--r--share/man/man4/man4.i386/spkr.436
-rw-r--r--share/man/man4/man4.i386/sr.42
5 files changed, 65 insertions, 65 deletions
diff --git a/share/man/man4/man4.i386/ar.4 b/share/man/man4/man4.i386/ar.4
index 36074bf..fb1cf55 100644
--- a/share/man/man4/man4.i386/ar.4
+++ b/share/man/man4/man4.i386/ar.4
@@ -37,7 +37,7 @@
.Cd "device ar0 at isa? port 0x300 irq 10 iomem 0xd0000"
.Cd "device ar1 at isa? port 0x310 irq 11 iomem 0xd0000"
.Pp
-.Cd "pseudo-device sppp"
+.Cd "device sppp"
.Sh DESCRIPTION
The
.Nm
diff --git a/share/man/man4/man4.i386/cx.4 b/share/man/man4/man4.i386/cx.4
index 6cbecd4..a804230 100644
--- a/share/man/man4/man4.i386/cx.4
+++ b/share/man/man4/man4.i386/cx.4
@@ -10,7 +10,7 @@
.Sh SYNOPSIS
.Cd "device cx0 at isa? port 0x240 irq 15 drq 7"
.Cd "device cx1 at isa? port 0x260 irq 12 drq 6"
-.Cd pseudo-device sppp
+.Cd device sppp
.Pp
The base i/o port address should be set by jumpers on the board.
The DMA i/o channel and interrupt request numbers are configured
@@ -36,23 +36,23 @@ Channels
0
.It Cronyx-Sigma-400
4, 5, 6, 7
-.It Cronyx-Sigma-500
+.It Cronyx-Sigma-500
0, 4, 5, 6, 7
-.It Cronyx-Sigma-401
+.It Cronyx-Sigma-401
0, 1, 2, 3
-.It Cronyx-Sigma-404
+.It Cronyx-Sigma-404
0, 1, 2, 3
-.It Cronyx-Sigma-410
+.It Cronyx-Sigma-410
0, 1, 2, 3
-.It Cronyx-Sigma-440
+.It Cronyx-Sigma-440
0, 1, 2, 3
-.It Cronyx-Sigma-703
+.It Cronyx-Sigma-703
0, 1, 2, 4, 5, 6, 7
-.It Cronyx-Sigma-801
+.It Cronyx-Sigma-801
0, 1, 2, 3, 4, 5, 6, 7
-.It Cronyx-Sigma-810
+.It Cronyx-Sigma-810
0, 1, 2, 3, 4, 5, 6, 7
-.It Cronyx-Sigma-840
+.It Cronyx-Sigma-840
0, 1, 2, 3, 4, 5, 6, 7
.El
.Pp
@@ -82,15 +82,15 @@ sh MAKEDEV cronyx ttyx0 ttyx1 ttyy0
.Ed
.Sh "Asynchronous driver"
The asynchronous channel device files have the names:
-.Pa /dev/ttyx#
-- for adapter cx0,
-.Pa /dev/ttyy#
+.Pa /dev/ttyx#
+- for adapter cx0,
+.Pa /dev/ttyy#
- for adapter cx1,
-.Pa /dev/ttyz#
+.Pa /dev/ttyz#
- for cx2.
Here # is the channel number in hexadecimal form, 0-9-a-f.
.Pp
-The driver fulfills the following standard ioctl requests (see
+The driver fulfills the following standard ioctl requests (see
.Xr ioctl 2 ) :
.Pp
.Bl -tag -width TIOCXXXXX -compact
@@ -104,32 +104,32 @@ on the first
.Xr open 2
and could be changed by
.Dv TIOCCDTR ,
-.Dv TIOCSDTR ,
-.Dv TIOCMSET ,
-.Dv TIOCMBIS ,
-.Dv TIOCMBIC
+.Dv TIOCSDTR ,
+.Dv TIOCMSET ,
+.Dv TIOCMBIS ,
+.Dv TIOCMBIC
ioctl calls.
.It TIOCCDTR
Clear DTR signal (DTR := 0).
.It TIOCMSET
Set the given values of DTR and RTS signals (<DTR:RTS> := data).
The signals DTR and RTS are controlled by
-.Dv TIOCM_DTR
+.Dv TIOCM_DTR
and
.Dv TIOCM_RTS
bits of the data argument of the ioctl system call.
.It TIOCMBIS
Set DTR and RTS signals (<DTR:RTS> |= data).
-The signals DTR and RTS are controlled by
-.Dv TIOCM_DTR
-and
+The signals DTR and RTS are controlled by
+.Dv TIOCM_DTR
+and
.Dv TIOCM_RTS
bits of the data argument of the ioctl system call.
.It TIOCMBIC
Clear DTR and RTS signals (<DTR:RTS> &= ~data).
-The signals DTR and RTS are controlled by
+The signals DTR and RTS are controlled by
.Dv TIOCM_DTR
-and
+and
.Dv TIOCM_RTS
bits of the data argument of the ioctl system call.
.It TIOCMGET
@@ -137,30 +137,30 @@ Determine the state of the modem signals of the line.
After the call the data argument contains the following bits:
.Pp
.Bl -tag -width TIOCM_XXX -compact
-.It TIOCM_LE
+.It TIOCM_LE
always set (Line Enabled)
-.It TIOCM_DSR
+.It TIOCM_DSR
Data Set Ready signal received
-.It TIOCM_CTS
+.It TIOCM_CTS
Clear To Send signal received
-.It TIOCM_CD
+.It TIOCM_CD
Data Carrier Detect signal received
-.It TIOCM_DTR
+.It TIOCM_DTR
Data Terminal Ready signal transmitted
-.It TIOCM_RTS
+.It TIOCM_RTS
Request To Send signal transmitted
.El
.El
.Sh "Synchronous driver"
The synchronous channels and universal channels, turned to the synchronous
-mode by the
+mode by the
.Xr cxconfig 8
utility, are accessible as network
interfaces named ``cx#'' where # is the channel number, 0..47.
-All standard network interface parameters could be set by
+All standard network interface parameters could be set by
.Xr ifconfig 8
utility.
-The
+The
.Xr cxconfig 8
command is used to change some extended channel
options, and also for setting the high-level software protocol
@@ -168,7 +168,7 @@ options, and also for setting the high-level software protocol
.Pp
The universal channels could be used both in asynchronous and synchronous modes.
By default the asynchronous mode is set.
-The mode could be changed by
+The mode could be changed by
.Xr cxconfig 8
utility.
The mode is blocked while the channel is busy (an asynchronous channel
@@ -184,14 +184,14 @@ The version of the driver for BSD/386 (BSDI) operating system
also supports the usage of the general set of synchronous
protocols, implemented inside the OS.
The external protocol set could be selected by ``cxconfig ext'' command
-(see
+(see
.Xr cxconfig 8 ) .
.Sh "Channel Options Management"
-The
+The
.Xr cxconfig 8
utility is used for setting the channels options.
The channel options are generally set at the start of the operating
-system (for example, from the file
+system (for example, from the file
.Pa /etc/rc ) .
Note, that not all options have a sense for every particular
case, and an attempt to set some of them can hang up the channel or
diff --git a/share/man/man4/man4.i386/en.4 b/share/man/man4/man4.i386/en.4
index adf86a7..57c8569 100644
--- a/share/man/man4/man4.i386/en.4
+++ b/share/man/man4/man4.i386/en.4
@@ -8,9 +8,9 @@
.Nd device driver for Midway-based ATM interfaces
.Sh SYNOPSIS
.Cd "device en"
-.Cd "pseudo-device atm"
+.Cd "device atm"
.Sh DESCRIPTION
-The
+The
.Nm
device driver supports Midway-based ATM interfaces including the
Efficient Networks, Inc. ENI-155 and Adaptec ANA-59x0.
@@ -24,13 +24,13 @@ To add a PVC to a host you must use the ``route'' command:
.Dl # route add -iface <remote IP address> -link en0:z.0.x.y
where x and y are the byte encoding of the VCI to use, and z is the
byte encoding of the following flags.
-.Dl 0x01 (use AAL5),
+.Dl 0x01 (use AAL5),
.Dl 0x02 (if using AAL5, use a LLCSNAP header)
Thus, parameter 3 means AAL5 and LLC/SNAP encapsulation.
Note that BPF works only with LLC/SNAP encapsulation.
.Sh EXAMPLES
Suppose you have 2 hosts 128.252.200.1 and 128.252.200.2 connected
-by ATM through PVC # 201 (0xc9).
+by ATM through PVC # 201 (0xc9).
To enable the link use the following commands:
.Dl on host 128.252.200.1:
.Dl # ifconfig en0 128.252.200.1 netmask 0xffffff00 up
@@ -51,12 +51,12 @@ The driver extensively uses DMA on PCI.
The first
generation PCI chipsets do not work or exhibit poor performance.
.Sh SEE ALSO
-.Xr ifconfig 8 ,
-.Xr pvcsif 8 ,
+.Xr ifconfig 8 ,
+.Xr pvcsif 8 ,
.Xr pvctxctl 8 ,
.Xr route 8
.Sh AUTHORS
.An Chuck Cranor
of Washington University implemented EN driver
-in 1996 for
+in 1996 for
.Nx .
diff --git a/share/man/man4/man4.i386/spkr.4 b/share/man/man4/man4.i386/spkr.4
index d83e897..07a4d7b 100644
--- a/share/man/man4/man4.i386/spkr.4
+++ b/share/man/man4/man4.i386/spkr.4
@@ -9,16 +9,16 @@
.Nm spkr
.Nd console speaker device driver
.Sh SYNOPSIS
-.Cd pseudo-device speaker
+.Cd device speaker
.Fd #include <machine/speaker.h>
.Sh DESCRIPTION
The speaker device driver allows applications to control the PC console
-speaker on an
+speaker on an
.Tn IBM-PC Ns --compatible
machine running
.Fx .
.Pp
-Only one process may have this device open at any given time;
+Only one process may have this device open at any given time;
.Xr open 2
and
.Xr close 2
@@ -30,7 +30,7 @@ error
indication.
Writes to the device are interpreted as `play strings' in a
simple ASCII melody notation.
-An
+An
.Xr ioctl 2
request
for tone generation at arbitrary
@@ -41,10 +41,10 @@ spends most of its time sleeping while the PC hardware is emitting
tones.
Other processes may emit beeps while the driver is running.
.Pp
-Applications may call
+Applications may call
.Xr ioctl 2
on a speaker file descriptor to control the
-speaker driver directly; definitions for the
+speaker driver directly; definitions for the
.Xr ioctl 2
interface are in
.Pa /usr/include/machine/speaker.h .
@@ -59,7 +59,7 @@ At present there are two such
calls.
.Dv SPKRTONE
accepts a pointer to a
-single tone structure as third argument and plays it.
+single tone structure as third argument and plays it.
.Dv SPKRTUNE
accepts a
pointer to the first of an array of tone structures and plays them in
@@ -67,7 +67,7 @@ continuous sequence; this array must be terminated by a final member with
a zero duration.
.Pp
The play-string language is modelled on the PLAY statement conventions of
-.Tn IBM
+.Tn IBM
Advanced BASIC 2.0. The
.Li MB ,
.Li MF ,
@@ -89,8 +89,8 @@ Play command groups are as follows:
.Bl -tag -width CDEFGABxx
.It Li CDEFGAB
Letters A through G cause the corresponding note to be played in the
-current octave. A note letter may optionally be followed by an
-.Dq Em "accidental sign" ,
+current octave. A note letter may optionally be followed by an
+.Dq Em "accidental sign" ,
one of # + or -; the first two of these cause it to be sharped one
half-tone, the last causes it to be flatted one half-tone. It may
also be followed by a time value number and by sustain dots (see
@@ -111,7 +111,7 @@ possible jump between notes.
Thus ``olbc'' will be played as
``olb>c'', and ``olcb'' as ``olc<b''. Octave locking is disabled for
one letter note following >, < and O[0123456]. (The octave-locking
-feature is not supported in
+feature is not supported in
.Tn IBM
BASIC.)
.It Li >
@@ -119,13 +119,13 @@ Bump the current octave up one.
.It Li <
Drop the current octave down one.
.It Ns Li N Sy n
-Play note
+Play note
.Sy n ,
.Sy n
being 1 to 84 or 0 for a rest of current time value.
May be followed by sustain dots.
.It Ns Li L Sy n
-Sets the current time value for notes. The default is
+Sets the current time value for notes. The default is
.Li L4 ,
quarter or crotchet notes.
The lowest possible value is 1; values up
@@ -137,9 +137,9 @@ sets half notes,
.Li L4
sets quarter notes, etc.
.It Ns Li P Sy n
-Pause (rest), with
+Pause (rest), with
.Sy n
-interpreted as for
+interpreted as for
.Li L Sy n .
May be followed by
sustain dots. May also be written
@@ -188,11 +188,11 @@ sustain dots.
Each dot causes the note's value to be lengthened by one-half
for each one.
Thus, a note dotted once is held for 3/2 of its undotted value;
-dotted twice, it is held 9/4, and three times would give 27/8.
+dotted twice, it is held 9/4, and three times would give 27/8.
.Pp
A note and its sustain dots may also be followed by a slur mark (underscore).
This causes the normal micro-rest after the note to be filled in, slurring it
-to the next one. (The slur feature is not supported in
+to the next one. (The slur feature is not supported in
.Tn IBM
BASIC.)
.Pp
@@ -209,7 +209,7 @@ notation, in which each dot adds half the value of the previous dot
modifier, not half the value of the note as modified. Thus, a note dotted
once is held for 3/2 of its undotted value; dotted twice, it is held 7/4,
and three times would give 15/8. The multiply-by-3/2 interpretation,
-however, is specified in the
+however, is specified in the
.Tn IBM
BASIC manual and has been retained for
compatibility.
diff --git a/share/man/man4/man4.i386/sr.4 b/share/man/man4/man4.i386/sr.4
index 8f083ed..ca23c7a 100644
--- a/share/man/man4/man4.i386/sr.4
+++ b/share/man/man4/man4.i386/sr.4
@@ -40,7 +40,7 @@
.Cd "device sr0 at isa? port 0x300 irq 10 iomem 0xd0000"
.Cd "device sr1 at isa? port 0x310 irq 11 flags 0x1 iomem 0xd0000"
.Pp
-.Cd "pseudo-device sppp"
+.Cd "device sppp"
.Sh DESCRIPTION
The
.Nm
OpenPOWER on IntegriCloud