Various fixes from Sergey Svishchev svs at ropnet ru in private mail.

Some additional "new sentence, new line" changes while I was there.
This commit is contained in:
wiz 2004-05-11 22:42:47 +00:00
parent 00b23860a0
commit d173e8655e
27 changed files with 149 additions and 109 deletions

View File

@ -1,4 +1,4 @@
.\" $NetBSD: ai.4,v 1.6 2002/02/13 08:17:31 ross Exp $
.\" $NetBSD: ai.4,v 1.7 2004/05/11 22:42:47 wiz Exp $
.\"
.\" Copyright (c) 1999 The NetBSD Foundation, Inc.
.\" All rights reserved.
@ -38,7 +38,7 @@
.Nm ai
.Nd
.Tn AT\*[Am]T
.Tn StarLan
.Tn StarLAN
.Tn Ethernet
interface driver
.Sh SYNOPSIS
@ -52,7 +52,7 @@ bus NICs:
.Pp
.Bl -tag -width Dv -offset indent -compact
.It AT\*[Am]T StarLAN 10
.It AT\*[Am]T StarLan Fiber
.It AT\*[Am]T StarLAN Fiber
.El
.Pp
These cards are based on the

View File

@ -1,4 +1,4 @@
.\" $NetBSD: an.4,v 1.10 2003/06/26 10:13:34 wiz Exp $
.\" $NetBSD: an.4,v 1.11 2004/05/11 22:42:47 wiz Exp $
.\"
.\" Copyright (c) 1997, 1998, 1999
.\" Bill Paul <wpaul@ee.columbia.edu>. All rights reserved.
@ -64,8 +64,7 @@ The PCMCIA Aironet cards require PCMCIA support.
ISA cards can either be configured to use ISA Plug and Play
or to use a particular I/O address and IRQ
by properly setting the DIP switches on the board.
(The default
switch setting is for plug and play.)
(The default switch setting is for plug and play.)
The
.Nm
driver has Plug and Play support and will work in either configuration,
@ -82,9 +81,9 @@ The
.Nm
driver encapsulates all IP and ARP traffic as 802.11 frames, however
it can receive either 802.11 or 802.3 frames.
Transmit speed is
selectable between 1Mbps, 2Mbps, 5.5Mbps, 11Mbps or
"auto" (the NIC automatically chooses the best speed).
Transmit speed is selectable between 1Mbps, 2Mbps, 5.5Mbps, 11Mbps, or
.Dq auto
(the NIC automatically chooses the best speed).
.Pp
By default, the
.Nm

View File

@ -1,4 +1,4 @@
.\" $NetBSD: aria.4,v 1.7 2001/09/11 17:39:01 wiz Exp $
.\" $NetBSD: aria.4,v 1.8 2004/05/11 22:42:47 wiz Exp $
.\"
.\" Copyright (c) 1999 The NetBSD Foundation, Inc.
.\" All rights reserved.
@ -74,6 +74,6 @@ device driver appeared in
.Sh BUGS
DMA is not yet supported.
.Pp
The flags option should not be unnecessary.
The flags option should not be necessary.
.Pp
It is necessary to configure the port and irq.

View File

@ -1,4 +1,4 @@
.\" $NetBSD: ast.4,v 1.11 2003/08/07 10:31:01 agc Exp $
.\" $NetBSD: ast.4,v 1.12 2004/05/11 22:42:47 wiz Exp $
.\"
.\" Copyright (c) 1990, 1991 The Regents of the University of California.
.\" All rights reserved.
@ -54,18 +54,21 @@ driver provides support for boards that multiplex together up to four
.Tn RS-232C
.Pf ( Tn CCITT
.Tn V.28 )
communications interfaces. Apparently the original master of hardware
communications interfaces.
Apparently the original maker of hardware
using this multiplexing protocol was AST.
.Pp
Each
.Nm
device is the master device for up to four
.Nm com
devices. The kernel configuration specifies these
devices.
The kernel configuration specifies these
.Nm com
devices as slave devices of the
.Nm
device, as shown in the synopsis. The slave ID given for each
device, as shown in the synopsis.
The slave ID given for each
.Nm com
device determines which bit in the interrupt multiplexing register is
tested to find interrupts for that device.

View File

@ -1,4 +1,4 @@
.\" $NetBSD: atalk.4,v 1.16 2003/04/16 13:35:16 wiz Exp $
.\" $NetBSD: atalk.4,v 1.17 2004/05/11 22:42:47 wiz Exp $
.\"
.\" This file is derived from the atalk.4 man page in the Netatalk 1.4b2
.\" distribution. That distribution is covered by the following copyright:
@ -89,7 +89,8 @@ The node for
.Xr bind 2
must always be
.Dv ATADDR_ANYNODE :
``this node.'' The net
.Dq this node .
The net
.\"may
must
be
@ -97,8 +98,9 @@ be
.\"or
.\".Dv ATADDR_LATENET .
.Dv ATADDR_ANYNET
corresponds to the machine's ``primary'' address (the first
configured).
corresponds to the machine's
.Dq primary
address (the first configured).
.\".Dv ATADDR_LATENET
.\"causes the address in outgoing packets to be determined when a packet
.\"is sent, i.e. determined late.

View File

@ -1,4 +1,4 @@
.\" $NetBSD: audio.4,v 1.58 2004/01/31 21:30:09 wiz Exp $
.\" $NetBSD: audio.4,v 1.59 2004/05/11 22:42:47 wiz Exp $
.\"
.\" Copyright (c) 1996 The NetBSD Foundation, Inc.
.\" All rights reserved.
@ -337,7 +337,7 @@ Normally the
is calculated to correspond to 50ms of sound and it is recalculated
when the encoding parameter changes, but if the
.Va blocksize
is set explicitly this value becomes sticky, i.e., it is remains
is set explicitly this value becomes sticky, i.e., it remains
even when the encoding is changed.
The stickiness can be cleared by reopening the device or setting the
.Va blocksize
@ -518,8 +518,8 @@ typedef struct mixer_level {
.Pp
For a mixer value, the
.Va value
field specifies both the number of channels and the values for each of
the channels.
field specifies both the number of channels and the values for each
channel.
If the channel count does not match the current channel count, the
attempt to change the setting may fail (depending on the hardware
device driver implementation).

View File

@ -1,4 +1,4 @@
.\" $NetBSD: bktr.4,v 1.11 2003/06/27 18:13:43 wiz Exp $
.\" $NetBSD: bktr.4,v 1.12 2004/05/11 22:42:47 wiz Exp $
.\"
.\" Copyright (c) 2000 Thomas Klausner
.\" All rights reserved.
@ -23,7 +23,7 @@
.\" ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE
.\" POSSIBILITY OF SUCH DAMAGE.
.\"
.Dd May 7, 2000
.Dd May 8, 2004
.Dt BKTR 4
.Os
.Sh NAME
@ -200,7 +200,7 @@ teletext interface device
.Xr pci 4 ,
.Xr radio 4 ,
.Pa pkgsrc/audio/xmradio ,
.Pa pkgsrc/graphics/fxtv
.Pa pkgsrc/multimedia/fxtv
.Sh HISTORY
The
.Nm

View File

@ -1,4 +1,4 @@
.\" $NetBSD: emuxki.4,v 1.6 2003/03/29 19:30:45 jdc Exp $
.\" $NetBSD: emuxki.4,v 1.7 2004/05/11 22:42:47 wiz Exp $
.\"
.\" Copyright (c) 2001 The NetBSD Foundation, Inc.
.\" All rights reserved.
@ -46,7 +46,7 @@ The
device driver supports Creative
Sound Blaster Live! cards as well as the Sound Blaster PCI 512.
.Pp
These Environmental Audio cards are based upon eprogrammable EMU10K1
These Environmental Audio cards are based upon the programmable EMU10K1
digital-processing chip.
.Pp
Hardware features:
@ -57,7 +57,7 @@ E-mu Systems, Inc. EMU10K1 music synthesis engine
64-voice hardware polyphony with E-mu's patented 8-point interpolation
technology
.It
Up 1024-voice polyphony with multi-timbre capability
Up to 1024-voice polyphony with multi-timbre capability
.It
Support for real-time digital effects like reverb, chorus, flanger, pitch
shifter, or distortion across any audio source

View File

@ -1,4 +1,4 @@
.\" $NetBSD: envsys.4,v 1.14 2004/04/25 03:13:00 kochi Exp $
.\" $NetBSD: envsys.4,v 1.15 2004/05/11 22:42:47 wiz Exp $
.\"
.\"
.\" Copyright (c) 2000, 2004 The NetBSD Foundation, Inc.
@ -53,33 +53,40 @@ There are a number of considerations:
.Bl -enum
.It
This API is designed to support various environmental sensor ICs
available on modern motherboards. Initially it supports three
distinct sensor types; fan speed, temperature, and voltage.
available on modern motherboards.
Initially it supports three
distinct sensor types: fan speed, temperature, and voltage.
Additional sensor types can be added with new ioctl's without
disrupting the current API.
.It
Many sensor ICs have no fixed assignment of registers to
physical phenomena. Thus, some userland mechanism of
physical phenomena.
Thus, some userland mechanism of
assigning meanings to the registers is required to allow
userland utilities to produce reasonable output.
.It
The number of registers for each class of sensor varies
among devices. Therefore a way to enumerate all data of
a particular sensor type is required. Fixed limits on the
number of sensors per type is not desirable.
among devices.
Therefore a way to enumerate all data of
a particular sensor type is required.
Fixed limits on the
number of sensors per type are not desirable.
.It
Some ICs provide useful statistical information.
Collecting reliable statistical information in userland
from a polled device is problematic. We would like to use
from a polled device is problematic.
We would like to use
the on-chip information when it is available.
.It
A useful balance between complexity of use and amount
of available information is desired. While it may be
of available information is desired.
While it may be
possible to allow for an unlimited number of statistical
measures to be returned by a device, we have chosen only
four common ones: current, minimum, maximum, and average.
Even with this limited set, it may be impractical or
impossible for devices to produce them all. Thus, a
impossible for devices to produce them all.
Thus, a
mechanism to determine which statistics are valid is required.
.It
The API is designed in a way that can be used to monitor
@ -88,8 +95,10 @@ sensors.
.El
.Pp
For the purposes of this API, all devices must number the sensors
sequentially, beginning with 0. Moreover, all sensors of the same
type must occupy a sub-interval of [0..n-1]. This arrangement
sequentially, beginning with 0.
Moreover, all sensors of the same
type must occupy a sub-interval of [0..n-1].
This arrangement
allows easy iteration over the entire collection of sensors or over
sensors of a particular type.
.Pp
@ -97,11 +106,12 @@ The following
.Xr ioctl 2 Ns 's
must be supported by any device claiming to
be compliant with version 1.0 of
.Nm
.Nm :
.Pp
.Bl -tag -width indent
.It Dv ENVSYS_VERSION (int)
Returns API version * 1000. A userland application could use
Returns API version * 1000.
A userland application could use
this command to determine further supported ioctl's of the
device.
.It Dv ENVSYS_GRANGE (envsys_range_t)
@ -109,12 +119,12 @@ The caller fills in the
.Va units
member of:
.Bd -literal
typedef struct envsys_range {
struct envsys_range {
u_int low;
u_int high;
u_int units; /* see GTREDATA */
} envsys_range_t;
};
typedef struct envsys_range envsys_range_t;
.Ed
.Pp
The driver fills in the
@ -154,7 +164,8 @@ typedef struct envsys_tre_data {
At request time, the caller of this command fills only the
.Va sensor
member with the sensor number for which data is being
requested. The structure is returned with available data
requested.
The structure is returned with available data
filled in by the driver.
.Pp
Zero or more of the following bits may be set in
@ -168,7 +179,8 @@ Not set implies an illegal sensor number was requested.
.It Dv ENVSYS_FMINVALID
.It Dv ENVSYS_FMAXVALID
.It Dv ENVSYS_FAVGVALID
Set if these fields are filled with valid data
.It Dv ENVSYS_FFRACVALID
Set if these fields are filled with valid data.
.Pp
Although
.Dv !ENVSYS_FVALID
@ -205,6 +217,11 @@ are:
.It Dv ENVSYS_SOHMS
.It Dv ENVSYS_SWATTS
.It Dv ENVSYS_SAMPS
.It Dv ENVSYS_SWATTHOUR
.It Dv ENVSYS_SAMPHOUR
.It Dv ENVSYS_INDICATOR
.It Dv ENVSYS_INTEGER
.It Dv ENVSYS_NSENSORS
.El
.It Dv ENVSYS_STREINFO (envsys_basic_info_t)
.It Dv ENVSYS_GTREINFO (envsys_basic_info_t)
@ -214,8 +231,8 @@ typedef struct envsys_basic_info {
u_int sensor; /* sensor number */
u_int units; /* type of sensor */
char desc[33]; /* sensor description */
u_int rpms; /* for fans */
u_int rfact; /* for volts, (factor x 10^4) */
u_int rpms; /* for fans */
u_int32_t validflags; /* sensor valid flags */
} envsys_basic_info_t;
.Ed
@ -232,8 +249,8 @@ member.
.Pp
All environmental sensor types read the supplied
.Va desc
field and store the contents for subsequent requests. The
driver is expected to supply a default
field and store the contents for subsequent requests.
The driver is expected to supply a default
.Dv NULL
terminated string for
.Va desc .
@ -246,7 +263,7 @@ Drivers are expected to multiply DC voltage values by this factor before
returning them to the user.
.Pp
The driver will fill in the
.Va flags
.Va validflags
value, indicating to the user that he has successfully programmed or
retrieved data from an existing sensor.
.El

View File

@ -1,4 +1,4 @@
.\" $NetBSD: ioasic.4,v 1.3 2001/10/29 18:59:55 gmcgarry Exp $
.\" $NetBSD: ioasic.4,v 1.4 2004/05/11 22:42:47 wiz Exp $
.\"
.\" Copyright (c) 1996, 1997 Jonathan Stone.
.\" All rights reserved.
@ -55,11 +55,11 @@ baseboard devices, including one
.Nm asc
SCSI device with a scatter/gather DMA channel, an mc146818-compatible
.Nm mcclock ,
an Am9730 audio device
an Am7930 audio device
.Nm bba ,
one or two
.Nm scc
two-port serial devices, and a AMD 9770 LANCE
two-port serial devices, and a AMD 7990 LANCE
.Nm le
Ethernet interface.
.Pp

View File

@ -1,4 +1,4 @@
.\" $NetBSD: irframe.4,v 1.10 2002/02/13 08:17:39 ross Exp $
.\" $NetBSD: irframe.4,v 1.11 2004/05/11 22:42:47 wiz Exp $
.\"
.\" Copyright (c) 2001 The NetBSD Foundation, Inc.
.\" All rights reserved.
@ -46,7 +46,7 @@
.Cd "irframe* at ustir?"
.Cd "pseudo-device irframetty"
.Pp
.Cd "#include \*[Lt]dev/irdaio.h\*[Gt]"
.In dev/irdaio.h
.Sh DESCRIPTION
The
.Nm

View File

@ -1,4 +1,4 @@
.\" $NetBSD: irframetty.4,v 1.4 2002/02/13 08:17:39 ross Exp $
.\" $NetBSD: irframetty.4,v 1.5 2004/05/11 22:42:47 wiz Exp $
.\"
.\" Copyright (c) 2001 The NetBSD Foundation, Inc.
.\" All rights reserved.
@ -43,7 +43,7 @@
.Sh SYNOPSIS
.Cd "pseudo-device irframetty"
.Pp
.Cd "#include \*[Lt]dev/irdaio.h\*[Gt]"
.In dev/irdaio.h
.Sh DESCRIPTION
The
.Nm

View File

@ -1,4 +1,4 @@
.\" $NetBSD: isa.4,v 1.37 2003/05/06 08:27:22 wiz Exp $
.\" $NetBSD: isa.4,v 1.38 2004/05/11 22:42:47 wiz Exp $
.\"
.\" Copyright (c) 1997 Jason R. Thorpe. All rights reserved.
.\" Copyright (c) 1997 Jonathan Stone
@ -29,7 +29,7 @@
.\" (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF
.\" THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
.\"
.Dd May 2, 2003
.Dd May 12, 2004
.Dt ISA 4
.Os
.Sh NAME
@ -313,14 +313,17 @@ It is usually due to a suboptimally coded driver.
.El
.El
.Sh SEE ALSO
.Xr adv 4 ,
.Xr aha 4 ,
.Xr ahc 4 ,
.Xr ai 4 ,
.Xr aic 4 ,
.Xr aria 4 ,
.Xr ast 4 ,
.Xr ate 4 ,
.Xr az 4 ,
.Xr bha 4 ,
.Xr boca 4 ,
.Xr cms 4 ,
.Xr com 4 ,
.Xr cs 4 ,
@ -328,24 +331,35 @@ It is usually due to a suboptimally coded driver.
.Xr dpt 4 ,
.Xr ec 4 ,
.Xr ef 4 ,
.Xr eg 4 ,
.Xr el 4 ,
.Xr ep 4 ,
.Xr esp 4 ,
.Xr ess 4 ,
.Xr fmv 4 ,
.Xr gus 4 ,
.Xr intro 4 ,
.Xr ioat 4 ,
.Xr isapnp 4 ,
.Xr ix 4 ,
.Xr iy 4 ,
.Xr joy 4 ,
.Xr lc 4 ,
.Xr le 4 ,
.Xr lm 4 ,
.Xr lpt 4 ,
.Xr mcd 4 ,
.Xr mpu 4 ,
.Xr nca 4 ,
.Xr ne 4 ,
.Xr ntwoc 4 ,
.Xr opl 4 ,
.Xr pas 4 ,
.Xr pcdisplay 4 ,
.Xr pcic 4 ,
.Xr pckbc 4 ,
.Xr pcppi 4 ,
.Xr pms 4 ,
.Xr pnpbios 4 ,
.Xr pss 4 ,
.Xr rt 4 ,
@ -355,6 +369,9 @@ It is usually due to a suboptimally coded driver.
.Xr sea 4 ,
.Xr sf2r 4 ,
.Xr sm 4 ,
.Xr tcom 4 ,
.Xr tcic 4 ,
.Xr tr 4 ,
.Xr uha 4 ,
.Xr vga 4 ,
.Xr wd 4 ,

View File

@ -1,4 +1,4 @@
.\" $NetBSD: isapnp.4,v 1.23 2003/03/31 19:16:49 perry Exp $
.\" $NetBSD: isapnp.4,v 1.24 2004/05/11 22:42:47 wiz Exp $
.\"
.\" Copyright (c) 1997 Jonathan Stone
.\" All rights reserved.
@ -122,7 +122,7 @@ These are listed in
.Xr isa 4 .
The
.Nm
bus ignores device that have already been found and configured as
bus ignores devices that have already been found and configured as
.Xr isa 4
devices.
The

View File

@ -1,4 +1,4 @@
.\" $NetBSD: isp.4,v 1.10 2003/02/04 22:38:15 perry Exp $
.\" $NetBSD: isp.4,v 1.11 2004/05/11 22:42:47 wiz Exp $
.\"
.\" Copyright (c) 1998, 1999
.\" Matthew Jacob, for NASA/Ames Research Center
@ -27,7 +27,6 @@
.\"
.\"
.Dd March 25, 1999
.\".Dt AHC 4
.Dt ISP 4
.Os
.Sh NAME
@ -50,8 +49,8 @@ and LVD (for the ISP1080 and ISP1280),
.Pp
Fibre Channel support uses FCP SCSI profile for
.Tn FibreChannel .
and uses Class 3 connections only. Support is available for Public
and Private loops.
and uses Class 3 connections only.
Support is available for Public and Private loops.
Command tagging is supported for all (in fact,
.Tn FibreChannel
requires tagging).
@ -60,8 +59,9 @@ An optional
.Tn flags 0x80
appended to the above
.Tn isp*
declarations will disable the download of driver f/w, which means you
use whatever F/W is running on the card. If no firmware is running on the card,
declarations will disable the download of driver firmware, which means you
use whatever firmware is running on the card.
If no firmware is running on the card,
the driver cannot operate the card.
.Pp
An optional
@ -128,8 +128,9 @@ The driver currently doesn't do error recovery for timed out commands
very gracefully.
.Pp
Sometimes, when booting, the driver gets stuck waiting for the Fibre Channel
f/w to tell it that the loop port database is ready. In this case you'll
see an announcement that the loop state has a value of 0x1. To unwedge
the system, unplug and replug the fibre channel connection, or otherwise
cause a LIP (Loop Initialization Primitive sequence)- this will kick the f/w
into getting unstuck.
firmware to tell it that the loop port database is ready.
In this case you'll see an announcement that the loop state has a
value of 0x1.
To unwedge the system, unplug and replug the fibre channel connection,
or otherwise cause a LIP (Loop Initialization Primitive sequence) -
this will kick the firmware into getting unstuck.

View File

@ -1,4 +1,4 @@
.\" $NetBSD: iwic.4,v 1.2 2002/09/24 23:48:22 wiz Exp $
.\" $NetBSD: iwic.4,v 1.3 2004/05/11 22:42:47 wiz Exp $
.\"
.\" Copyright (c) 2000, 2002 Hellmuth Michaelis. All rights reserved.
.\"
@ -38,7 +38,7 @@
.Sh DESCRIPTION
The
.Nm
driver provides D-channel layer 1 supports as specified in ITU Recommendation
driver provides D-channel layer 1 support as specified in ITU Recommendation
I.430 and layer 1 support for the B-channel.
.Pp
The driver supports passive PCI ISDN cards from various manufacturers

View File

@ -1,4 +1,4 @@
.\" $NetBSD: joy.4,v 1.4 2003/06/27 18:34:07 wiz Exp $
.\" $NetBSD: joy.4,v 1.5 2004/05/11 22:42:47 wiz Exp $
.\"
.\" Copyright (c) 1996 Matthieu Herrb
.\" All rights reserved.
@ -33,7 +33,7 @@
.Os
.Sh NAME
.Nm joy
.Nd games adapter driver
.Nd game adapter driver
.Sh SYNOPSIS
.Cd "joy0 at isa? port 0x201"
.Cd "joy* at isapnp?"
@ -42,7 +42,8 @@
.Cd "joy* at pnpbios? index ?"
.Cd "joy* at eso?"
.Sh DESCRIPTION
This driver provides access to the games adapter. The lower bit in the
This driver provides access to the game adapter.
The lower bit in the
minor device number selects the joystick: 0 is the first joystick and
1 is the second.
.Pp

View File

@ -1,4 +1,4 @@
.\" $NetBSD: ld.4,v 1.12 2003/06/27 18:35:08 wiz Exp $
.\" $NetBSD: ld.4,v 1.13 2004/05/11 22:42:47 wiz Exp $
.\"
.\" Copyright (c) 2000 The NetBSD Foundation, Inc.
.\" All rights reserved.
@ -34,7 +34,7 @@
.\" ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE
.\" POSSIBILITY OF SUCH DAMAGE.
.\"
.Dd April 26, 2002
.Dd May 12, 2004
.Dt LD 4
.Os
.Sh NAME
@ -48,6 +48,7 @@
.Cd "ld* at iop? tid ?"
.Cd "ld* at mlx? unit ?"
.Cd "ld* at twe? unit ?"
.Cd "ld* at ataraid? vendtype ? unit ?"
.Sh DESCRIPTION
The
.Nm

View File

@ -1,4 +1,4 @@
.\" $NetBSD: le.4,v 1.20 2003/08/07 10:31:02 agc Exp $
.\" $NetBSD: le.4,v 1.21 2004/05/11 22:42:47 wiz Exp $
.\"
.\" Copyright (c) 1992, 1993
.\" The Regents of the University of California. All rights reserved.
@ -48,7 +48,7 @@
.Cd "le* at bicc?"
.Cd "depca0 at isa? port 0x300 iomem 0xc8000 iosiz 0x8000 irq 5 # DEC DEPCA"
.Cd "le* at depca?"
.Cd "le* at isapnp? # ISA-Plug-and-Play adapters"
.Cd "le* at isapnp? # ISA Plug-and-Play adapters"
.Ss EISA boards
.Cd "depca* at eisa? slot ? # DEC DE422"
.Cd "le* at depca?"
@ -145,7 +145,7 @@ Ameristar's Ethernet card, manufacturer\ 1053, product\ 1
Village Tronic's Ethernet card, manufacturer\ 2167, product\ 201
.El
.Pp
The A2065 and Ameristar Ethernet cards supports only manual media selection.
The A2065 and Ameristar Ethernet cards support only manual media selection.
.Pp
The Ariadne card supports a software media selection for its two
different connectors:
@ -294,7 +294,7 @@ is
The
.Tn LANCE
TDR value is an internal counter of the interval between the start
of a transmission, and the occurrence of a collision.
of a transmission and the occurrence of a collision.
This value can be used to determine the distance from the Ethernet
tap to the point on the Ethernet cable that is shorted or open
(unterminated).
@ -391,7 +391,7 @@ driver executes one or two calls to an inline Ethernet address
comparison function for every received packet.
On the
.Tn mc68000
it is exactly eight instructions of 16-bits each.
it is exactly eight instructions of 16 bits each.
There is one comparison for each unicast packet, and two
comparisons for each broadcast packet.
.Pp

View File

@ -1,4 +1,4 @@
.\" $NetBSD: lkm.4,v 1.18 2003/02/14 15:20:19 grant Exp $
.\" $NetBSD: lkm.4,v 1.19 2004/05/11 22:42:47 wiz Exp $
.\"
.\" Copyright (c) 1993 Christopher G. Demetriou
.\" All rights reserved.
@ -102,7 +102,7 @@ to run an appropriate program when the driver has been successfully loaded.
Emulation modules allow to load an emulation support for foreign
operating systems.
.Ss Execution Interpreters
Execution interpreters allow to load support for execution of new type
Execution Interpreters allow to load support for execution of new type
of binaries, not normally supported by kernel. This also allows to load
support for executing foreign system binaries.
Execution Interpreters normally depend on
@ -114,7 +114,7 @@ well-defined or well-used interfaces for extension.
They are provided for extension, and the user is expected to
write their own loader to handle the kernel pointer/table
manipulation to "wire in" their loaded module (and "unwire"
it on uload).
it on unload).
An example of a "miscellaneous module" might be a loader for
card-specific VGA drivers or alternate terminal emulations in
an appropriately layered console driver.

View File

@ -1,4 +1,4 @@
.\" $NetBSD: lm.4,v 1.11 2001/09/22 01:22:49 wiz Exp $
.\" $NetBSD: lm.4,v 1.12 2004/05/11 22:42:47 wiz Exp $
.\"
.\" Copyright (c) 2000 The NetBSD Foundation, Inc.
.\" All rights reserved.
@ -68,7 +68,7 @@ Most supported devices possess 11 sensors:
.It Li "Fan1" Ta "RPM" Ta "Chassis Fan"
.It Li "Fan2" Ta "RPM" Ta "Fan"
.El
for some devices (most Winbond devices) sensors names and numbers will be
for some devices (most Winbond devices) sensor names and numbers will be
different.
.Pp
Sensor names as well as nominal RPMs for fans 0 and 1 may be changed

View File

@ -1,4 +1,4 @@
.\" $NetBSD: mtio.4,v 1.15 2003/08/07 10:31:03 agc Exp $
.\" $NetBSD: mtio.4,v 1.16 2004/05/11 22:42:47 wiz Exp $
.\"
.\" Copyright (c) 1983, 1991, 1993
.\" The Regents of the University of California. All rights reserved.
@ -36,9 +36,9 @@
.Nm mtio
.Nd generic magnetic tape I/O interface
.Sh SYNOPSIS
.Cd "#include \*[Lt]sys/ioctl.h\*[Gt]"
.Cd "#include \*[Lt]sys/types.h\*[Gt]"
.Cd "#include \*[Lt]sys/mtio.h\*[Gt]"
.In sys/ioctl.h
.In sys/types.h
.In sys/mtio.h
.Sh DESCRIPTION
Magnetic tape has been the computer system backup and data transfer
medium of choice for decades, because it has historically been

View File

@ -1,4 +1,4 @@
.\" $NetBSD: ntwoc.4,v 1.6 2003/05/03 18:10:39 wiz Exp $
.\" $NetBSD: ntwoc.4,v 1.7 2004/05/11 22:42:47 wiz Exp $
.\"
.\" Copyright (c) 2000 Christian E. Hopps
.\" All rights reserved.
@ -30,7 +30,7 @@
.Os
.Sh NAME
.Nm ntwoc
.Nd Riscom/N2, N2pci, WANic/400 synchronous serial interfaces
.Nd Riscom/N2, N2pci, WANic 400 synchronous serial interfaces
.Sh SYNOPSIS
.Cd "ntwoc* at pci? dev ? function ? flags 0"
.Cd "ntwoc0 at isa? port 0x300 irq 5 iomem 0xc8000 flags 1"

View File

@ -1,4 +1,4 @@
.\" $NetBSD: options.4,v 1.239 2004/04/30 02:14:17 lukem Exp $
.\" $NetBSD: options.4,v 1.240 2004/05/11 22:42:47 wiz Exp $
.\"
.\" Copyright (c) 1996
.\" Perry E. Metzger. All rights reserved.
@ -420,8 +420,7 @@ This is currently limited to the i386 and vax ports.
On those architectures that support it, this enables binary
compatibility with IRIX o32 binaries built for the same architecture.
This feature is experimental, and it is currently limited to
the sgimips port of
.Nx .
the sgimips port.
.It Cd options COMPAT_MACH
On those architectures that support it, this enables the emulation of
Mach kernel traps for binaries built for the same architecture.
@ -1466,7 +1465,7 @@ for details.
Include support for ALTQ-implemented HFSC (Hierarchical Fair Service Curve)
module.
HFSC supports both link-sharing and guaranteed real-time services.
H-FSC employs a service curve based QoS model, and its unique feature
HFSC employs a service curve based QoS model, and its unique feature
is an ability to decouple delay and bandwidth allocation.
Requires
.Em ALTQ_RED

View File

@ -1,4 +1,4 @@
.\" $NetBSD: tlp.4,v 1.12 2003/03/31 12:34:50 bjh21 Exp $
.\" $NetBSD: tlp.4,v 1.13 2004/05/11 22:42:47 wiz Exp $
.\"
.\" Copyright (c) 1999, 2000 The NetBSD Foundation, Inc.
.\" All rights reserved.
@ -73,7 +73,7 @@ Uniform transmit descriptor architecture, configurable as a ring (allowing
Uniform receive descriptor architecture, configurable as a ring (allowing
2 buffers per descriptor) or a chain (allowing 1 buffer per descriptor).
.It
Interrupt pacing; host may chose whether or not completion of processing of
Interrupt pacing; host may choose whether or not completion of processing of
an individual descriptor causes an interrupt.
.It
Support for jumbo packets (by disabling transmit and receive watchdog

View File

@ -1,4 +1,4 @@
.\" $NetBSD: usb.4,v 1.65 2004/05/08 10:14:00 jdolecek Exp $
.\" $NetBSD: usb.4,v 1.66 2004/05/11 22:42:47 wiz Exp $
.\"
.\" Copyright (c) 1999, 2000, 2001, 2002 The NetBSD Foundation, Inc.
.\" All rights reserved.
@ -57,8 +57,8 @@
.Pp
.Cd options USBVERBOSE
.Pp
.Cd "#include \*[Lt]dev/usb/usb.h\*[Gt]"
.Cd "#include \*[Lt]dev/usb/usbhid.h\*[Gt]"
.In dev/usb/usb.h
.In dev/usb/usbhid.h
.Sh DESCRIPTION
.Nx
provides machine-independent bus support and drivers for

View File

@ -1,4 +1,4 @@
.\" $NetBSD: zstty.4,v 1.7 2003/05/06 08:15:04 wiz Exp $
.\" $NetBSD: zstty.4,v 1.8 2004/05/11 22:42:47 wiz Exp $
.\"
.\" Copyright (c) 1997 The NetBSD Foundation, Inc.
.\" All rights reserved.
@ -155,7 +155,7 @@ range 50 to 38400 (and higher on some machines).
.It zs0*: fifo overflow
.br
The on-chip
.Dq fifo
.Dq FIFO
has overflowed and incoming data has been lost.
This generally means the machine is not responding to
interrupts from the ZS chip fast enough, which can be
@ -185,7 +185,7 @@ driver supplied with
.Sh BUGS
The old
.Tn Zilog
8530 chip has a very small fifo (3 bytes?) and
8530 chip has a very small FIFO (3 bytes?) and
therefore has very strict latency requirements for the
interrupt service routine.
This limits the usable baud rates on many machines.