Whitespace&punctuation fixes, sort SEE ALSO, sort sections, drop .Pp's,

swap empty lines for .Pp's.
This commit is contained in:
wiz 2001-09-11 17:39:00 +00:00
parent 86fa100c43
commit 2cf03896ac
17 changed files with 181 additions and 196 deletions

View File

@ -1,4 +1,4 @@
.\" $NetBSD: adv.4,v 1.4 2001/09/11 00:08:25 wiz Exp $
.\" $NetBSD: adv.4,v 1.5 2001/09/11 17:39:00 wiz Exp $
.\"
.\" Copyright (c) 1999 The NetBSD Foundation, Inc.
.\" All rights reserved.
@ -146,14 +146,14 @@ Dual Channel Products:
Dual Channel Bus-Master VL (240 CDB Per Channel)
.El
.Sh SEE ALSO
.Xr cd 4 ,
.Xr ch 4 ,
.Xr intro 4 ,
.Xr pci 4 ,
.Xr isa 4 ,
.Xr pci 4 ,
.Xr scsi 4 ,
.Xr sd 4 ,
.Xr st 4 ,
.Xr cd 4 ,
.Xr ch 4
.Xr st 4
.Pp
.Pa http://www.connectcom.net/
.Pp
@ -164,5 +164,5 @@ The
device driver appeared in
.Nx 1.4 .
.Sh AUTHORS
Baldassare Dante Profeta
.An Baldassare Dante Profeta
.Aq dante@mclink.it

View File

@ -1,4 +1,4 @@
.\" $NetBSD: adw.4,v 1.6 2001/09/11 00:08:25 wiz Exp $
.\" $NetBSD: adw.4,v 1.7 2001/09/11 17:39:00 wiz Exp $
.\"
.\" Copyright (c) 1998, 1999, 2000 Baldassare Dante Profeta
.\" All rights reserved.
@ -37,7 +37,6 @@
.Cd "options SCSI_ADW_WDTR_DISABLE=mask"
.Cd "options SCSI_ADW_SDTR_DISABLE=mask"
.Cd "options SCSI_ADW_TAGQ_DISABLE=mask"
.Pp
.Sh DESCRIPTION
The
.Nm
@ -84,17 +83,17 @@ Disable
for the peripherals specified by the mask value.
.El
.Sh SEE ALSO
.Xr cd 4 ,
.Xr ch 4 ,
.Xr intro 4 ,
.Xr scsi 4 ,
.Xr sd 4 ,
.Xr st 4 ,
.Xr cd 4 ,
.Xr ch 4 ,
.Xr uk 4
.Sh AUTHORS
Baldassare Dante Profeta
.Sh HISTORY
The
.Nm
device driver appeared in
.Nx 1.4 .
.Sh AUTHORS
.An Baldassare Dante Profeta Aq dante@netbsd.org

View File

@ -1,4 +1,4 @@
.\" $NetBSD: agp.4,v 1.3 2001/09/10 23:01:00 gmcgarry Exp $
.\" $NetBSD: agp.4,v 1.4 2001/09/11 17:39:00 wiz Exp $
.\"
.\" Copyright (c) 2001 The NetBSD Foundation, Inc.
.\" All rights reserved.
@ -142,7 +142,12 @@ typedef struct _agp_unbind {
} agp_unbind;
.Ed
.El
.Sh EXAMPLE
.Sh FILES
.Bl -tag -width /dev/agp? -compact
.It Pa /dev/agp?
device special file
.El
.Sh EXAMPLES
This short code fragment is an example of opening the AGP device
and performing some basic operations:
.Bd -literal
@ -171,7 +176,7 @@ main(int argc, char **argv)
printf("version: %u.%u\\n", info.version.major,
info.version.minor);
printf("id: %x\\n", info.bridge_id);
printf("mode: %x\\n", info.agp_mode);
printf("base: %x\\n", info.aper_base);
@ -225,11 +230,6 @@ main(int argc, char **argv)
return 0;
}
.Ed
.Sh FILES
.Bl -tag -width /dev/agp? -compact
.It Pa /dev/agp?
device special file
.El
.Sh SEE ALSO
.Xr ioctl 2 ,
.Xr pci 4

View File

@ -1,4 +1,4 @@
.\" $NetBSD: aha.4,v 1.9 2000/05/28 22:37:46 augustss Exp $
.\" $NetBSD: aha.4,v 1.10 2001/09/11 17:39:00 wiz Exp $
.\"
.\" Copyright (c) 1994 James A. Jegers
.\" All rights reserved.
@ -49,10 +49,10 @@ adapters:
.It Tn Adaptec AHA-1640 (MCA)
.El
.Sh SEE ALSO
.Xr intro 4 ,
.Xr cd 4 ,
.Xr ch 4 ,
.Xr scsi 4 ,
.Xr intro 4 ,
.Xr mca 4 ,
.Xr scsi 4 ,
.Xr sd 4 ,
.Xr st 4

View File

@ -1,4 +1,4 @@
.\" $NetBSD: ahb.4,v 1.6 1999/12/17 16:23:20 abs Exp $
.\" $NetBSD: ahb.4,v 1.7 2001/09/11 17:39:00 wiz Exp $
.\"
.\" Copyright (c) 1994 James A. Jegers
.\" All rights reserved.
@ -10,7 +10,7 @@
.\" notice, this list of conditions and the following disclaimer.
.\" 2. The name of the author may not be used to endorse or promote products
.\" derived from this software without specific prior written permission
.\"
.\"
.\" THIS SOFTWARE IS PROVIDED BY THE AUTHOR ``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.
@ -38,15 +38,15 @@ driver implements support for the following card:
.Pp
.Bl -tag -width -offset indent -compact
.It Tn Adaptec
AHA-1742
.Tn EISA
.Tn SCSI
AHA-1742
.Tn EISA
.Tn SCSI
adaptor
.El
.Sh SEE ALSO
.Xr cd 4 ,
.Xr ch 4 ,
.Xr intro 4 ,
.Xr scsi 4 ,
.Xr sd 4 ,
.Xr st 4 ,
.Xr cd 4 ,
.Xr ch 4
.Xr st 4

View File

@ -1,4 +1,4 @@
.\" $NetBSD: ahc.4,v 1.18 2001/08/04 07:59:03 tsutsui Exp $
.\" $NetBSD: ahc.4,v 1.19 2001/09/11 17:39:00 wiz Exp $
.\"
.\" Copyright (c) 1995, 1996, 1997, 1998, 2000
.\" Justin T. Gibbs. All rights reserved.
@ -78,68 +78,68 @@ busses:
This driver provides access to the
.Tn SCSI
bus(es) connected to Adaptec
.Tn AIC7770,
.Tn AIC7850,
.Tn AIC7860,
.Tn AIC7870,
.Tn AIC7880,
.Tn AIC7890,
.Tn AIC7891,
.Tn AIC7892,
.Tn AIC7895,
.Tn AIC7896,
.Tn AIC7770 ,
.Tn AIC7850 ,
.Tn AIC7860 ,
.Tn AIC7870 ,
.Tn AIC7880 ,
.Tn AIC7890 ,
.Tn AIC7891 ,
.Tn AIC7892 ,
.Tn AIC7895 ,
.Tn AIC7896 ,
.Tn AIC7897
and
.Tn AIC7899
host adapter chips.
These chips are found on many motherboards as well as the following
Adaptec SCSI controller cards:
.Tn 274X(W),
.Tn 274X(T),
.Tn 284X,
.Tn 2910,
.Tn 2915,
.Tn 2920C,
.Tn 2930C,
.Tn 2930U2,
.Tn 2940,
.Tn 2940U,
.Tn 2940AU,
.Tn 2940UW,
.Tn 2940UW Dual,
.Tn 2940UW Pro,
.Tn 2940U2W,
.Tn 2940U2B,
.Tn 2950U2W,
.Tn 2950U2B,
.Tn 19160B,
.Tn 29160B,
.Tn 29160N,
.Tn 3940,
.Tn 3940U,
.Tn 3940AU,
.Tn 3940UW,
.Tn 3940AUW,
.Tn 3940U2W,
.Tn 3950U2,
.Tn 3960,
.Tn 39160,
.Tn 3985,
.Tn 274X(W) ,
.Tn 274X(T) ,
.Tn 284X ,
.Tn 2910 ,
.Tn 2915 ,
.Tn 2920C ,
.Tn 2930C ,
.Tn 2930U2 ,
.Tn 2940 ,
.Tn 2940U ,
.Tn 2940AU ,
.Tn 2940UW ,
.Tn 2940UW Dual ,
.Tn 2940UW Pro ,
.Tn 2940U2W ,
.Tn 2940U2B ,
.Tn 2950U2W ,
.Tn 2950U2B ,
.Tn 19160B ,
.Tn 29160B ,
.Tn 29160N ,
.Tn 3940 ,
.Tn 3940U ,
.Tn 3940AU ,
.Tn 3940UW ,
.Tn 3940AUW ,
.Tn 3940U2W ,
.Tn 3950U2 ,
.Tn 3960 ,
.Tn 39160 ,
.Tn 3985 ,
and
.Tn 4944UW.
.Tn 4944UW .
\}
\{The
.Nm
device driver supports
.Tn SCSI
controllers based on
.Tn Adaptec
.Tn Adaptec
.Tn AIC77xx
and
.Tn AIC78xx
.Tn SCSI
host adapter chips found on many motherboards as well as
.Tn Adaptec
.Tn Adaptec
.Tn SCSI
controller cards.\}
.Pp
@ -167,22 +167,22 @@ with this option enabled.
.Pp
.if 0 \{
Individual controllers may be configured to operate in the target role
through the
through the
.Dq Dv AHC_TMODE_ENABLE
configuration option. The value assigned to this option should be a bitmap
of all units where target mode is desired.
For example, a value of 0x25, would enable target mode on units 0, 2, and 5.
For example, a value of 0x25, would enable target mode on units 0, 2, and 5.
.Pp
\}
Per target configuration performed in the
Per target configuration performed in the
.Tn SCSI-Select
menu, accessible at boot
in
in
.No non- Ns Tn EISA
models,
or through an
or through an
.Tn EISA
configuration utility for
configuration utility for
.Tn EISA
models,
is honored by this driver.
@ -198,7 +198,7 @@ Twin Channel controllers,
the primary channel selection.
For systems that store non-volatile settings in a system specific manner
rather than a serial eeprom directly connected to the aic7xxx controller,
the
the
.Tn BIOS
must be enabled for the driver to access this information.
This restriction applies to all
@ -209,8 +209,8 @@ Note that I/O addresses are determined automatically by the probe routines,
but care should be taken when using a 284x
.Pq Tn VESA No local bus controller
in an
.Tn EISA
system. The jumpers setting the I/O area for the 284x should match the
.Tn EISA
system. The jumpers setting the I/O area for the 284x should match the
.Tn EISA
slot into which the card is inserted to prevent conflicts with other
.Tn EISA
@ -231,7 +231,7 @@ aic7770 10 EISA/VL 10MHz 16Bit 4 1
aic7850 10 PCI/32 10MHz 8Bit 3
aic7860 10 PCI/32 20MHz 8Bit 3
aic7870 10 PCI/32 10MHz 16Bit 16
aic7880 10 PCI/32 20MHz 16Bit 16
aic7880 10 PCI/32 20MHz 16Bit 16
aic7890 20 PCI/32 40MHz 16Bit 16 3 4 5 6 7 8
aic7891 20 PCI/64 40MHz 16Bit 16 3 4 5 6 7 8
aic7892 20 PCI/64 80MHz 16Bit 16 3 4 5 6 7 8
@ -240,7 +240,7 @@ aic7895C 15 PCI/32 20MHz 16Bit 16 2 3 4 5 8
aic7896 20 PCI/32 40MHz 16Bit 16 2 3 4 5 6 7 8
aic7897 20 PCI/64 40MHz 16Bit 16 2 3 4 5 6 7 8
aic7899 20 PCI/64 80MHz 16Bit 16 2 3 4 5 6 7 8
.El
.El
.Bl -enum -compact
.It
Multiplexed Twin Channel Device - One controller servicing two busses.
@ -265,7 +265,6 @@ Multiple Target IDs - Allows the controller to respond to selection as a
target on multiple SCSI IDs.
.El
.Ed
.Pp
.Sh HARDWARE
Supported
.Tn SCSI
@ -382,16 +381,16 @@ PCI quad channel PCI Ultra Wide Differential SCSI adapter
.It
Other SCSI controllers based on the
.Tn Adaptec
.Tn AIC7770,
.Tn AIC7850,
.Tn AIC7860,
.Tn AIC7870,
.Tn AIC7880,
.Tn AIC7890,
.Tn AIC7891,
.Tn AIC7892,
.Tn AIC7895,
.Tn AIC7896,
.Tn AIC7770 ,
.Tn AIC7850 ,
.Tn AIC7860 ,
.Tn AIC7870 ,
.Tn AIC7880 ,
.Tn AIC7890 ,
.Tn AIC7891 ,
.Tn AIC7892 ,
.Tn AIC7895 ,
.Tn AIC7896 ,
.Tn AIC7897
and
.Tn AIC7899
@ -429,6 +428,34 @@ the new transaction. This allows the controller to queue up to
local SCB space serves as a cache for disconnected transactions, the
more SCB space available, the less host bus traffic consumed saving
and restoring SCB data.
.Sh SEE ALSO
.Xr aha 4 ,
.Xr ahb 4 ,
.Xr cd 4 ,
.Xr ch 4 ,
.Xr intro 4 ,
.Xr scsi 4 ,
.Xr sd 4 ,
.Xr st 4
.Sh HISTORY
The
.Nm
driver appeared in
.Fx 2.0
and
.Nx 1.1 .
.Sh AUTHORS
The
.Nm
driver, the
.Tn AIC7xxx
sequencer-code assembler,
and the firmware running on the aic7xxx chips was written by
.An Justin T. Gibbs .
.Nx
porting is done by Stefan Grefen, Charles M. Hannum,
Michael Graff, Jason R. Thorpe, Pete Bentley,
Frank van der Linden and Noriyuki Soda.
.Sh BUGS
Some
.Tn Quantum
@ -437,7 +464,7 @@ drives (at least the Empire 2100 and 1080s) will not run on an
Rev B in synchronous mode at 10MHz. Controllers with this problem have a
42 MHz clock crystal on them and run slightly above 10MHz. This confuses
the drive and hangs the bus. Setting a maximum synchronous negotiation rate
of 8MHz in the
of 8MHz in the
.Tn SCSI-Select
utility will allow normal operation.
.Pp
@ -461,38 +488,3 @@ from Adaptec.
\{Target mode is not supported on
.Nx
version of this driver.\}
.Sh SEE ALSO
.Xr intro 4 ,
.ie 0 \{
.Xr aha 4 ,
.Xr ahb 4 ,
.Xr cd 4 ,
.Xr da 4 ,
.Xr sa 4 ,
.Xr scsi 4
\}
\{
.Xr cd 4 ,
.Xr ch 4 ,
.Xr scsi 4 ,
.Xr sd 4 ,
.Xr st 4\}
.Sh AUTHORS
The
.Nm
driver, the
.Tn AIC7xxx
sequencer-code assembler,
and the firmware running on the aic7xxx chips was written by
.An Justin T. Gibbs .
.Nx
porting is done by Stefan Grefen, Charles M. Hannum,
Michael Graff, Jason R. Thorpe, Pete Bentley,
Frank van der Linden and Noriyuki Soda.
.Sh HISTORY
The
.Nm
driver appeared in
.Fx 2.0
and
.Nx 1.1 .

View File

@ -1,4 +1,4 @@
.\" $NetBSD: ai.4,v 1.3 2001/09/11 00:08:25 wiz Exp $
.\" $NetBSD: ai.4,v 1.4 2001/09/11 17:39:01 wiz Exp $
.\"
.\" Copyright (c) 1999 The NetBSD Foundation, Inc.
.\" All rights reserved.
@ -63,10 +63,10 @@ controller chip.
.Sh SEE ALSO
.Xr ef 4 ,
.Xr elmc 4 ,
.Xr ix 4 ,
.Xr ifmedia 4 ,
.Xr intro 4 ,
.Xr isa 4 ,
.Xr ix 4 ,
.Xr ifconfig 8
.Sh AUTHORS
Rafal K. Boni
.An Rafal K. Boni

View File

@ -1,4 +1,4 @@
.\" $NetBSD: aic.4,v 1.8 1999/12/20 12:44:04 abs Exp $
.\" $NetBSD: aic.4,v 1.9 2001/09/11 17:39:01 wiz Exp $
.\"
.\" Copyright (c) 1997 Jason R. Thorpe. All rights reserved.
.\" Copyright (c) 1994 James A. Jegers
@ -11,7 +11,7 @@
.\" notice, this list of conditions and the following disclaimer.
.\" 2. The name of the author may not be used to endorse or promote products
.\" derived from this software without specific prior written permission
.\"
.\"
.\" THIS SOFTWARE IS PROVIDED BY THE AUTHOR ``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.
@ -50,7 +50,7 @@ The PCMCIA
host adapters and many ISA cards do not include boot ROMs and therefore
cannot be used to connect the boot device.
.Sh HARDWARE
Cards supported by the
Cards supported by the
.Nm
driver include:
.Pp

View File

@ -1,4 +1,4 @@
.\" $NetBSD: an.4,v 1.7 2001/04/06 09:31:20 onoe Exp $
.\" $NetBSD: an.4,v 1.8 2001/09/11 17:39:01 wiz Exp $
.\"
.\" Copyright (c) 1997, 1998, 1999
.\" Bill Paul <wpaul@ee.columbia.edu>. All rights reserved.
@ -127,8 +127,8 @@ command.
.El
.Sh SEE ALSO
.Xr arp 4 ,
.Xr ifmedia 4 ,
.Xr netintro 4 ,
.Xr ifmedia 4 ,
.Xr netintro 4 ,
.Xr ifconfig 8
.Sh HISTORY
The

View File

@ -1,4 +1,4 @@
.\" $NetBSD: aria.4,v 1.6 2000/07/05 15:45:34 msaitoh Exp $
.\" $NetBSD: aria.4,v 1.7 2001/09/11 17:39:01 wiz Exp $
.\"
.\" Copyright (c) 1999 The NetBSD Foundation, Inc.
.\" All rights reserved.
@ -63,12 +63,6 @@ The flags setting is necessary for
the Prometheus Aria 16, as it needs to be specially
configured at each cold boot by twiddling with the
joystick port.
.Sh BUGS
DMA is not yet supported.
.Pp
The flags option should not be unnecessary.
.Pp
It is necessary to configure the port and irq.
.Sh SEE ALSO
.Xr audio 4 ,
.Xr isa 4
@ -77,3 +71,9 @@ The
.Nm
device driver appeared in
.Nx 1.4 .
.Sh BUGS
DMA is not yet supported.
.Pp
The flags option should not be unnecessary.
.Pp
It is necessary to configure the port and irq.

View File

@ -1,4 +1,4 @@
.\" $NetBSD: ast.4,v 1.9 1999/03/16 01:19:15 garbled Exp $
.\" $NetBSD: ast.4,v 1.10 2001/09/11 17:39:01 wiz Exp $
.\"
.\" Copyright (c) 1990, 1991 The Regents of the University of California.
.\" All rights reserved.
@ -63,7 +63,7 @@ using this multiplexing protocol was AST.
.Pp
Each
.Nm
device is the master device for up to four
device is the master device for up to four
.Nm com
devices. The kernel configuration specifies these
.Nm com

View File

@ -1,4 +1,4 @@
.\" $NetBSD: atalk.4,v 1.13 2001/06/12 14:54:19 wiz Exp $
.\" $NetBSD: atalk.4,v 1.14 2001/09/11 17:39:01 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:
@ -61,14 +61,13 @@ Link Access Protocol (ELAP).
Local network address resolution is
handled using the AppleTalk Address Resolution Protocol (AARP).
Neither of these protocols is exposed to user-mode applications.
.Pp
.Sh ADDRESSING
AppleTalk addresses are three byte quantities, stored in network
byte order.
The include file
.Aq Pa netatalk/at.h
defines the AppleTalk address format.
.Pp
Sockets in the AppleTalk protocol family use the following address
structure:
.Bd -literal -offset indent
@ -166,7 +165,6 @@ services are provided by a user library.
and
.Tn AFP
services are provided by user programs and daemons.
.Pp
.Sh SEE ALSO
.\" .BR ddp (4P),
.\" .BR atp (3N),

View File

@ -1,4 +1,4 @@
.\" $NetBSD: ate.4,v 1.4 2001/03/31 00:48:03 jdolecek Exp $
.\" $NetBSD: ate.4,v 1.5 2001/09/11 17:39:01 wiz Exp $
.\"
.\" Copyright (c) 1999 The NetBSD Foundation, Inc.
.\" All rights reserved.
@ -64,11 +64,11 @@ Supported boards include:
.It Tn Allied-Telesis RE2000 series
.El
.Sh SEE ALSO
.Xr ifconfig 8 ,
.Xr ifmedia 4 ,
.Xr intro 4 ,
.Xr isa 4 ,
.Xr mca 4
.Xr mca 4 ,
.Xr ifconfig 8
.Sh HISTORY
The
.Nm

View File

@ -1,4 +1,4 @@
.\" $NetBSD: audio.4,v 1.39 2001/06/12 14:54:19 wiz Exp $
.\" $NetBSD: audio.4,v 1.40 2001/09/11 17:39:01 wiz Exp $
.\"
.\" Copyright (c) 1996 The NetBSD Foundation, Inc.
.\" All rights reserved.
@ -160,7 +160,7 @@ Only encodings that are not emulated (i.e. where
is not set) work properly for a mapped device.
.Pp
The audio device, like most devices, can be used in
.Va select,
.Va select ,
can be set in non-blocking mode and can be set to send a
.Dv SIGIO
when I/O is possible.
@ -213,7 +213,7 @@ typedef struct audio_encoding {
#define AUDIO_ENCODINGFLAG_EMULATED 1 /* software emulation mode */
} audio_encoding_t;
.Ed
.Pp
To query
all the supported encodings, start with an index field of 0 and
continue with successive encodings (1, 2, ...) until the command returns
@ -229,7 +229,7 @@ This command gets a bit set of hardware properties.
If the hardware
has a certain property the corresponding bit is set, otherwise it is not.
The properties can have the following values:
.Pp
.Bl -tag -width AUDIO_PROP_INDEPENDENT -compact
.It Dv AUDIO_PROP_FULLDUPLEX
the device admits full duplex operation.
@ -365,7 +365,7 @@ If the hardware can handle different settings the
property is set.
.Pp
The encoding parameter can have the following values:
.Pp
.Bl -tag -width AUDIO_ENCODING_SLINEAR_BE -compact
.It Dv AUDIO_ENCODING_ULAW
mulaw encoding, 8 bits/sample
@ -400,9 +400,9 @@ and the balance in the range
.Bq Dv AUDIO_LEFT_BALANCE , Dv AUDIO_RIGHT_BALANCE
with the normal setting at
.Dv AUDIO_MID_BALANCE .
.Pp
The input port should be a combination of:
.Pp
.Bl -tag -width AUDIO_MICROPHONE -compact
.It Dv AUDIO_MICROPHONE
to select microphone input.
@ -411,9 +411,9 @@ to select line input.
.It Dv AUDIO_CD
to select CD input.
.El
.Pp
The output port should be a combination of:
.Pp
.Bl -tag -width AUDIO_HEADPHONE -compact
.It Dv AUDIO_SPEAKER
to select speaker output.
@ -422,7 +422,7 @@ to select headphone output.
.It Dv AUDIO_LINE_OUT
to select line output.
.El
.Pp
The available ports can be found in
.Va avail_ports .
.Pp
@ -505,7 +505,7 @@ typedef struct mixer_level {
#define AUDIO_MIXER_LEVEL_LEFT 0
#define AUDIO_MIXER_LEVEL_RIGHT 1
.Ed
.Pp
For a mixer value, the
.Va value
field specifies both the number of channels and the values for each of
@ -561,7 +561,7 @@ typedef struct mixer_devinfo {
} un;
} mixer_devinfo_t;
.Ed
.Pp
The
.Va label
field identifies the name of this particular mixer control.
@ -633,11 +633,10 @@ mixer controls because they use a name from one of the AudioC* string values.
.El
.Sh SEE ALSO
.Xr audioctl 1 ,
.Xr mixerctl 1 .
.br
.Xr mixerctl 1 ,
.Xr ioctl 2 ,
.Xr midi 4 ,
.Xr ossaudio 3 .
.Xr ossaudio 3 ,
.Xr midi 4
.br
For ports using the ISA bus:
.Xr aria 4 ,
@ -648,7 +647,7 @@ For ports using the ISA bus:
.Xr pss 4 ,
.Xr sb 4 ,
.Xr wss 4 ,
.Xr ym 4 .
.Xr ym 4
.br
For ports using the PCI bus:
.Xr auvia 4 ,
@ -660,13 +659,12 @@ For ports using the PCI bus:
.Xr eso 4 ,
.Xr fms 4 ,
.Xr sv 4 ,
.Xr yds 4 .
.Xr yds 4
.br
For ports using USB:
.Xr uaudio 4 .
.Xr uaudio 4
.Sh BUGS
If the device is used in
.Xr mmap 2
it is currently always mapped for writing (playing) due to
VM system weirdness.
.Pp

View File

@ -1,4 +1,4 @@
.\" $NetBSD: aue.4,v 1.6 2001/07/16 13:50:21 augustss Exp $
.\" $NetBSD: aue.4,v 1.7 2001/09/11 17:39:01 wiz Exp $
.\"
.\" Copyright (c) 1997, 1998, 1999
.\" Bill Paul <wpaul@ee.columbia.edu>. All rights reserved.
@ -140,9 +140,9 @@ The driver failed to allocate an mbuf for the receiver ring.
.El
.Sh SEE ALSO
.Xr arp 4 ,
.Xr ifconfig 8 ,
.Xr netintro 4 ,
.Xr usb 4
.Xr usb 4 ,
.Xr ifconfig 8
.Rs
.%T ADMtek AN986 data sheet
.%O http://www.admtek.com.tw
@ -157,5 +157,6 @@ and in
.Sh AUTHORS
The
.Nm
driver was written by Bill Paul
driver was written by
.An Bill Paul
.Aq wpaul@ee.columbia.edu .

View File

@ -1,4 +1,4 @@
.\" $NetBSD: auich.4,v 1.1 2000/11/28 05:15:12 thorpej Exp $
.\" $NetBSD: auich.4,v 1.2 2001/09/11 17:39:01 wiz Exp $
.\"
.\" Copyright (c) 2000 The NetBSD Foundation, Inc.
.\" All rights reserved.
@ -52,12 +52,12 @@ the i82801AA (ICH), i82801AB (ICH0), i82801BA (ICH2), and i82440MX.
.Sh SEE ALSO
.Xr audio 4 ,
.Xr pci 4
.Sh BUGS
The
.Sq microphone
input DMA channel is not currently supported.
.Sh HISTORY
The
.Nm
device driver appeared in
.Nx 1.5.1 .
.Sh BUGS
The
.Sq microphone
input DMA channel is not currently supported.

View File

@ -1,4 +1,4 @@
.\" $NetBSD: awi.4,v 1.13 2001/09/11 00:08:25 wiz Exp $
.\" $NetBSD: awi.4,v 1.14 2001/09/11 17:39:01 wiz Exp $
.\"
.Dd October 31, 1999
.Dt AWI 4
@ -10,7 +10,6 @@ AMD PCnetMobile IEEE 802.11 PCMCIA wireless network driver
.Sh SYNOPSIS
.Cd "awi* at pcmcia? function ?"
.Sh DESCRIPTION
.Pp
The
.Nm
driver supports various IEEE 802.11 wireless cards
@ -138,17 +137,13 @@ The system was unable to obtain the lock to access shared memory.
.It "awi0: command %d failed %x"
The device failed to complete the request from the system.
.El
.Sh BUGS
.Pp
Doesn't create IBSS itself.
.Pp
.Sh SEE ALSO
.Xr arp 4 ,
.Xr cnw 4 ,
.Xr ifmedia 4 ,
.Xr netintro 4 ,
.Xr pcmcia 4 ,
.Xr wi 4 ,
.Xr cnw 4 ,
.Xr ifmedia 4 ,
.Xr ifconfig 8 ,
.Xr wiconfig 8
.Rs
@ -170,3 +165,5 @@ Then the
driver module completely rewritten to support cards with DS phy and
to support adhoc mode by
.An Atsushi Onoe Aq onoe@netbsd.org .
.Sh BUGS
Doesn't create IBSS itself.