Remove i386-specific copies of the following ISA device manual pages:
aha.4 aic.4 ast.4 boca.4 4 cy.4 eg.4 el.4 gus.4 iy.4 mcd.4 pss.4 rtfps.4 sb.4 sea.4 wss.4 wt.4 which are now machine-independent.
This commit is contained in:
parent
61c93b3939
commit
3a90ff777f
@ -1,11 +1,9 @@
|
||||
# $NetBSD: Makefile,v 1.28 1997/02/18 00:51:17 jonathan Exp $
|
||||
# $NetBSD: Makefile,v 1.29 1997/02/23 22:22:58 jonathan Exp $
|
||||
# from: @(#)Makefile 5.1 (Berkeley) 2/12/91
|
||||
|
||||
MAN= aha.4 aic.4 apm.4 ast.4 autoconf.4 \
|
||||
boca.4 busmouse.4 com.4 cy.4 ed.4 eg.4 el.4 fdc.4 \
|
||||
gus.4 ie.4 intro.4 iy.4 joy.4 le.4 lms.4 lpt.4 mcd.4 \
|
||||
mem.4 mms.4 npx.4 pms.4 pss.4 rtfps.4 sb.4 sea.4 \
|
||||
speaker.4 wd.4 wss.4 wt.4
|
||||
MAN= apm.4 autoconf.4 busmouse.4 com.4 ed.4 fdc.4 \
|
||||
ie.4 intro.4 joy.4 le.4 lms.4 lpt.4 mem.4 mms.4 npx.4 \
|
||||
pms.4 speaker.4 wd.4
|
||||
MLINKS= mem.4 kmem.4
|
||||
MANSUBDIR=/i386
|
||||
|
||||
|
@ -1,65 +0,0 @@
|
||||
.\"
|
||||
.\" Copyright (c) 1994 James A. Jegers
|
||||
.\" 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. 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.
|
||||
.\" IN NO EVENT SHALL THE AUTHOR 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.
|
||||
.\"
|
||||
.Dd November 29, 1994
|
||||
.Dt AHA 4 i386
|
||||
.Os NetBSD
|
||||
.Sh NAME
|
||||
.Nm aha
|
||||
.Nd Adaptec 154x SCSI adapter driver
|
||||
.Sh SYNOPSIS
|
||||
.Cd "aha0 at isa? port 0x330 irq ? drq ?"
|
||||
.Cd "scsibus* at aha?"
|
||||
.Sh DESCRIPTION
|
||||
The
|
||||
.Nm aha
|
||||
driver provides support for the following SCSI adapters:
|
||||
.Pp
|
||||
.Bl -tag -width -offset indent -compact
|
||||
.It Adaptec AHA-154xA
|
||||
.It Adaptec AHA-154xB
|
||||
.It Adaptec AHA-154xC
|
||||
.It Adaptec AHA-154xCF
|
||||
.It Buslogic BT-54x
|
||||
.El
|
||||
.Sh BUGS
|
||||
The
|
||||
.Nm
|
||||
driver can not be used on systems with more than 16 megabytes of
|
||||
memory.
|
||||
.Pp
|
||||
Due to the 24 bit addressing limitation of the ISA bus, The SCSI
|
||||
adapter's onboard DMA controller is unable to access memory with
|
||||
addresses greater than 16 megabytes.
|
||||
.Pp
|
||||
This restriction can be fixed with "bounce buffers", buffers in low
|
||||
memory which are used whenever data to be transfered to or from the
|
||||
SCSI adapter is above the 16 megabyte threshold. The data is copied
|
||||
to the bounce buffer, then copied from the bounce buffer to its
|
||||
destination.
|
||||
.Sh SEE ALSO
|
||||
.Xr intro 4 ,
|
||||
.Xr sd 4 ,
|
||||
.Xr st 4 ,
|
||||
.Xr cd 4 ,
|
||||
.Xr ch 4
|
@ -1,48 +0,0 @@
|
||||
.\"
|
||||
.\" Copyright (c) 1994 James A. Jegers
|
||||
.\" 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. 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.
|
||||
.\" IN NO EVENT SHALL THE AUTHOR 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.
|
||||
.\"
|
||||
.\"
|
||||
.Dd November 29, 1994
|
||||
.Dt AIC 4 i386
|
||||
.Os NetBSD
|
||||
.Sh NAME
|
||||
.Nm aic
|
||||
.Nd Adaptec AIC-6260 and AIC-6360 SCSI driver
|
||||
.Sh SYNOPSIS
|
||||
.Cd "aic0 at isa? port 0x340 irq 12"
|
||||
.Cd "scsibus* at aic?"
|
||||
.Sh DESCRIPTION
|
||||
The
|
||||
.Nm aic
|
||||
driver provides support for the Adaptec AIC-6260 and AIC-6360 SCSI
|
||||
controller chips. This includes the Adaptec 152x and the Creative
|
||||
Labs SoundBlaster SCSI host adapter.
|
||||
.Pp
|
||||
Many systems that use these controller chips do not have a boot ROM
|
||||
and therefore cannot be booted from.
|
||||
.Sh SEE ALSO
|
||||
.Xr intro 4 ,
|
||||
.Xr sd 4 ,
|
||||
.Xr st 4 ,
|
||||
.Xr cd 4 ,
|
||||
.Xr ch 4
|
@ -1,93 +0,0 @@
|
||||
.\" $NetBSD: ast.4,v 1.7 1996/03/16 00:07:07 thorpej Exp $
|
||||
.\"
|
||||
.\" Copyright (c) 1990, 1991 The Regents of the University of California.
|
||||
.\" All rights reserved.
|
||||
.\"
|
||||
.\" This code is derived from software contributed to Berkeley by
|
||||
.\" the Systems Programming Group of the University of Utah Computer
|
||||
.\" Science Department.
|
||||
.\" 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.
|
||||
.\" 3. All advertising materials mentioning features or use of this software
|
||||
.\" must display the following acknowledgement:
|
||||
.\" This product includes software developed by the University of
|
||||
.\" California, Berkeley and its contributors.
|
||||
.\" 4. Neither the name of the University nor the names of its contributors
|
||||
.\" may be used to endorse or promote products derived from this software
|
||||
.\" without specific prior written permission.
|
||||
.\"
|
||||
.\" THIS SOFTWARE IS PROVIDED BY THE REGENTS 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 REGENTS 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.
|
||||
.\"
|
||||
.\" from: @(#)dca.4 5.2 (Berkeley) 3/27/91
|
||||
.\" from: Id: com.4,v 1.1 1993/08/06 11:19:07 cgd Exp
|
||||
.\"
|
||||
.Dd March 30, 1994
|
||||
.Dt AST 4 i386
|
||||
.Os NetBSD 0.9a
|
||||
.Sh NAME
|
||||
.Nm ast
|
||||
.Nd
|
||||
multiplexing serial communications interface
|
||||
.Sh SYNOPSIS
|
||||
.Cd "ast0 at isa? port 0x1a0 irq 5"
|
||||
.Cd "com2 at ast? slave ?"
|
||||
.Cd "com3 at ast? slave ?"
|
||||
.Cd "com4 at ast? slave ?"
|
||||
.Cd "com5 at ast? slave ?"
|
||||
.Sh DESCRIPTION
|
||||
The
|
||||
.Nm ast
|
||||
driver provides support for boards that multiplex together up to four
|
||||
.Tn EIA
|
||||
.Tn RS-232C
|
||||
.Pf ( Tn CCITT
|
||||
.Tn V.28 )
|
||||
communications interfaces. Apparently the original master 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
|
||||
.Nm com
|
||||
devices as slave devices of the
|
||||
.Nm
|
||||
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.
|
||||
The
|
||||
.Tn port
|
||||
specification for the
|
||||
.Nm
|
||||
device is used to compute the base addresses for the
|
||||
.Nm com
|
||||
subdevices and the port for the interrupt multiplexing register.
|
||||
.Sh FILES
|
||||
.Bl -tag -width Pa
|
||||
.It Pa /dev/tty0?
|
||||
.El
|
||||
.Sh SEE ALSO
|
||||
.Xr com 4
|
||||
.Sh HISTORY
|
||||
The
|
||||
.Nm
|
||||
driver was written by Roland McGrath and placed into the public
|
||||
domain.
|
@ -1,135 +0,0 @@
|
||||
.\"
|
||||
.\" Copyright (c) 1990, 1991 The Regents of the University of California.
|
||||
.\" All rights reserved.
|
||||
.\"
|
||||
.\" This code is derived from software contributed to Berkeley by
|
||||
.\" the Systems Programming Group of the University of Utah Computer
|
||||
.\" Science Department.
|
||||
.\" 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.
|
||||
.\" 3. All advertising materials mentioning features or use of this software
|
||||
.\" must display the following acknowledgement:
|
||||
.\" This product includes software developed by the University of
|
||||
.\" California, Berkeley and its contributors.
|
||||
.\" 4. Neither the name of the University nor the names of its contributors
|
||||
.\" may be used to endorse or promote products derived from this software
|
||||
.\" without specific prior written permission.
|
||||
.\"
|
||||
.\" THIS SOFTWARE IS PROVIDED BY THE REGENTS 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 REGENTS 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.
|
||||
.\"
|
||||
.\" from: @(#)dca.4 5.2 (Berkeley) 3/27/91
|
||||
.\" from: Id: com.4,v 1.1 1993/08/06 11:19:07 cgd Exp
|
||||
.\" $Id: boca.4,v 1.1 1995/01/03 22:26:36 mycroft Exp $
|
||||
.\"
|
||||
.Dd January 3, 1995
|
||||
.Dt BOCA 4 i386
|
||||
.Os NetBSD 1.1
|
||||
.Sh NAME
|
||||
.Nm boca
|
||||
.Nd
|
||||
multiplexing serial communications interface
|
||||
.Sh SYNOPSIS
|
||||
.Pp
|
||||
For 4-port BB1004 boards:
|
||||
.Pp
|
||||
.Cd "boca0 at isa? port 0x100 irq 5"
|
||||
.Cd "com2 at boca? slave ?"
|
||||
.Cd "com3 at boca? slave ?"
|
||||
.Cd "com4 at boca? slave ?"
|
||||
.Cd "com5 at boca? slave ?"
|
||||
.Pp
|
||||
For 8-port BB1008 boards:
|
||||
.Pp
|
||||
.Cd "boca0 at isa? port 0x100 irq 5"
|
||||
.Cd "com2 at boca? slave ?"
|
||||
.Cd "com3 at boca? slave ?"
|
||||
.Cd "com4 at boca? slave ?"
|
||||
.Cd "com5 at boca? slave ?"
|
||||
.Cd "com6 at boca? slave ?"
|
||||
.Cd "com7 at boca? slave ?"
|
||||
.Cd "com8 at boca? slave ?"
|
||||
.Cd "com9 at boca? slave ?"
|
||||
.Pp
|
||||
For 16-port BB2016 boards:
|
||||
.Pp
|
||||
.Cd "boca0 at isa? port 0x100 irq 5"
|
||||
.Cd "com2 at boca? slave ?"
|
||||
.Cd "com3 at boca? slave ?"
|
||||
.Cd "com4 at boca? slave ?"
|
||||
.Cd "com5 at boca? slave ?"
|
||||
.Cd "com6 at boca? slave ?"
|
||||
.Cd "com7 at boca? slave ?"
|
||||
.Cd "com8 at boca? slave ?"
|
||||
.Cd "com9 at boca? slave ?"
|
||||
.Cd "boca1 at isa? port 0x140 irq 5"
|
||||
.Cd "com10 at boca? slave ?"
|
||||
.Cd "com11 at boca? slave ?"
|
||||
.Cd "com12 at boca? slave ?"
|
||||
.Cd "com13 at boca? slave ?"
|
||||
.Cd "com14 at boca? slave ?"
|
||||
.Cd "com15 at boca? slave ?"
|
||||
.Cd "com16 at boca? slave ?"
|
||||
.Cd "com17 at boca? slave ?"
|
||||
.Pp
|
||||
(The BB2016 is functionally equivalent to two BB1008 boards,
|
||||
and is configured as such.)
|
||||
.Sh DESCRIPTION
|
||||
The
|
||||
.Nm boca
|
||||
driver provides support for BOCA Research BB1004, BB1008 and BB2016
|
||||
boards that multiplex together up to four, eight or sixteen
|
||||
.Tn EIA
|
||||
.Tn RS-232C
|
||||
.Pf ( Tn CCITT
|
||||
.Tn V.28 )
|
||||
communications interfaces.
|
||||
.Pp
|
||||
Each
|
||||
.Nm
|
||||
device is the master device for up to eight
|
||||
.Nm com
|
||||
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
|
||||
.Nm com
|
||||
device determines which bit in the interrupt multiplexing register is
|
||||
tested to find interrupts for that device.
|
||||
The
|
||||
.Tn port
|
||||
specification for the
|
||||
.Nm
|
||||
device is used to compute the base addresses for the
|
||||
.Nm com
|
||||
subdevices and the port for the interrupt multiplexing register.
|
||||
.Sh FILES
|
||||
.Bl -tag -width Pa
|
||||
.It Pa /dev/tty??
|
||||
.El
|
||||
.Sh SEE ALSO
|
||||
.Xr com 4
|
||||
.Sh HISTORY
|
||||
The
|
||||
.Nm
|
||||
driver was written by Charles Hannum, based on the
|
||||
.Nm ast
|
||||
driver and source code from David Muir Sharnoff. David wishes to
|
||||
acknowledge the assistance of Jason Venner in determining how to use
|
||||
the BOCA boards.
|
@ -1,96 +0,0 @@
|
||||
.\"
|
||||
.\" Copyright (c) 1993 Andrew Herbert.
|
||||
.\" 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.
|
||||
.\" 3. The name Andrew Herbert 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.
|
||||
.\" IN NO EVENT SHALL THE AUTHOR 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.
|
||||
.\"
|
||||
.\" $Id: cy.4,v 1.2 1995/02/17 09:43:40 jtc Exp $
|
||||
.\"
|
||||
.Dd 5 October, 1993
|
||||
.Dt CY 4 i386
|
||||
.Sh NAME
|
||||
.Nm cy
|
||||
.Nd
|
||||
Cyclades Cyclom-{4, 8, 16}Y asynchronous comms board device driver
|
||||
.Sh SYNOPSIS
|
||||
.Cd "cy0 at isa? tty irq 10 iomem 0xdc000 iosiz 8192 vector cyintr"
|
||||
.Sh DESCRIPTION
|
||||
This driver provides an interface to Cyclades Cyclom-4Y, Cyclom-8Y and
|
||||
Cyclom-16Y asynchronous multiport serial boards. These boards are based
|
||||
around Cirrus Logic CD1400 communication controllers.
|
||||
.Pp
|
||||
The device minor numbers for this driver are encoded as follows:
|
||||
.Pp
|
||||
.Bd -literal
|
||||
c c x x u u u u - bits in the minor device number
|
||||
|
||||
bits meaning
|
||||
---- -------
|
||||
uuuu physical serial line (i.e. unit) to use
|
||||
0-7 on a cyclom-8Y, 0-15 on a cyclom-16Y
|
||||
|
||||
xx unused
|
||||
|
||||
cc carrier control mode
|
||||
00 complete hardware carrier control of the tty.
|
||||
DCD must be high for the open(2) to complete.
|
||||
01 reserved
|
||||
10 carrier ignored until a high->low transition
|
||||
11 carrier completed ignored
|
||||
.Ed
|
||||
.Sh DIAGNOSTICS
|
||||
.Bl -diag
|
||||
.It "cy%d: tty input queue overflow"
|
||||
Incoming characters have been discarded due to a buffer overflow. This is
|
||||
caused by the process in control of the device not read(2)ing characters
|
||||
fast enough.
|
||||
.It "cy%d: receive fifo overrun"
|
||||
Incoming characters have been discarded due to a CD1400 channel overrun. This
|
||||
is caused by interrupts not being serviced sufficiently quickly to prevent
|
||||
the 12 byte receive FIFO on a serial channel from overflowing. Reducing
|
||||
the value of the \fIRxFifoThreshold\fR #define from 8 to something smaller may
|
||||
help slow machines avoid this problem. The driver must have been compiled
|
||||
with the \fILogOverruns\fR option defined (the default) in order for this
|
||||
condition to be logged.
|
||||
.Sh SEE ALSO
|
||||
.Xr com 4 ,
|
||||
.Xr termios 4 ,
|
||||
.Xr tty 4
|
||||
.Sh AUTHORS
|
||||
The driver was written by Andrew Herbert <andrew@werple.apana.org.au>, and
|
||||
is still under development (from time to time :-).
|
||||
.Sh HISTORY
|
||||
Some ideas for the architecture of this driver's two-layer processing model
|
||||
were derived from the fas 2.10 driver by Uwe Doering
|
||||
<gemini@geminix.in-berlin.de> and the high-performance com driver by Bruce
|
||||
Evans <bde@kralizec.zeta.org.au>.
|
||||
.Pp
|
||||
This work was made possible through the donation of a Cyclom-8Y board by the
|
||||
manufacturer, Cyclades Corporation. However, neither Cyclades nor the author
|
||||
make any warranties regarding this software, nor guarantees of support.
|
||||
.Sh BUGS
|
||||
There is currently no BREAK handling - breaks are ignored.
|
||||
There is no support for bad-character reporting, except via PARMRK.
|
||||
The Cyclom-[48]Y boards do not listen to the RTS signal for receiver flow
|
||||
control.
|
||||
FIFO overruns are only logged when the termios IGNPAR setting is enabled.
|
@ -1,44 +0,0 @@
|
||||
.\"
|
||||
.\" Copyright (c) 1994 James A. Jegers
|
||||
.\" 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. 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.
|
||||
.\" IN NO EVENT SHALL THE AUTHOR 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.
|
||||
.\"
|
||||
.Dd July 10, 1995
|
||||
.Dt EG 4 i386
|
||||
.Os
|
||||
.Sh NAME
|
||||
.Nm eg
|
||||
.Nd Ethernet driver for 3Com 3c505 Ethernet boards
|
||||
.Sh SYNOPSIS
|
||||
.Cd "eg0 at isa?"
|
||||
.Sh DESCRIPTION
|
||||
The
|
||||
.Nm
|
||||
interface provides access to a 10 Mb/s Ethernet network via the
|
||||
3Com 3c505 Ethernet board.
|
||||
.Sh SEE ALSO
|
||||
.Xr ifconfig 8 ,
|
||||
.Xr intro 4 ,
|
||||
.Xr ed 4 ,
|
||||
.Xr el 4 ,
|
||||
.Xr ep 4 ,
|
||||
.Xr ie 4 ,
|
||||
.Xr le 4
|
@ -1,44 +0,0 @@
|
||||
.\"
|
||||
.\" Copyright (c) 1994 James A. Jegers
|
||||
.\" 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. 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.
|
||||
.\" IN NO EVENT SHALL THE AUTHOR 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.
|
||||
.\"
|
||||
.Dd July 10, 1995
|
||||
.Dt EL 4 i386
|
||||
.Os
|
||||
.Sh NAME
|
||||
.Nm el
|
||||
.Nd Ethernet driver for 3Com Etherlink 3C501 device driver
|
||||
.Sh SYNOPSIS
|
||||
.Cd "el0 at isa? port 0x300 irq 9"
|
||||
.Sh DESCRIPTION
|
||||
The
|
||||
.Nm
|
||||
interface provides access to a 10 Mb/s Ethernet network via the
|
||||
3Com 3c501 Ethernet cards.
|
||||
.Sh SEE ALSO
|
||||
.Xr ifconfig 8 ,
|
||||
.Xr intro 4 ,
|
||||
.Xr ed 4 ,
|
||||
.Xr eg 4 ,
|
||||
.Xr ep 4 ,
|
||||
.Xr ie 4 ,
|
||||
.Xr le 4
|
@ -1,93 +0,0 @@
|
||||
.\" $NetBSD: gus.4,v 1.2 1996/02/27 22:39:39 jtc Exp $
|
||||
.\"
|
||||
.\" Copyright (c) 1996 The NetBSD Foundation, Inc.
|
||||
.\" All rights reserved.
|
||||
.\"
|
||||
.\" This code is derived from software contributed to The NetBSD Foundation
|
||||
.\" by John T. Kohl.
|
||||
.\"
|
||||
.\" 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.
|
||||
.\" 3. All advertising materials mentioning features or use of this software
|
||||
.\" must display the following acknowledgement:
|
||||
.\" This product includes software developed by the NetBSD
|
||||
.\" Foundation, Inc. and its contributors.
|
||||
.\" 4. Neither the name of The NetBSD Foundation nor the names of its
|
||||
.\" contributors may be used to endorse or promote products derived
|
||||
.\" from this software without specific prior written permission.
|
||||
.\"
|
||||
.\" THIS SOFTWARE IS PROVIDED BY THE NETBSD FOUNDATION, INC. 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 REGENTS 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.
|
||||
.\"
|
||||
.Dd November 4, 1995
|
||||
.Dt GUS 4 i386
|
||||
.Os
|
||||
.Sh NAME
|
||||
.Nm gus
|
||||
.Nd
|
||||
Gravis UltraSound/UltraSound MAX device driver
|
||||
.Sh SYNOPSIS
|
||||
.Cd "gus0 at isa? port 0xPPP irq X drq Y flags Z"
|
||||
.Sh DESCRIPTION
|
||||
The
|
||||
.Nm gus
|
||||
driver provides support for the Gravis UltraSound (GUS) and GUS MAX
|
||||
audio cards. Both cards have on-board memory which is used for
|
||||
seamless playback of samples. They can play back 8- or 16-bit samples
|
||||
at up to 44.1kHz. They can record 8-bit samples at up to 44.1kHz.
|
||||
The UltraSound MAX is a full-duplex sound device, and if
|
||||
configured with two DRQ channels can be used for simultaneous playback
|
||||
and recording. The I/O port base is jumper-selected, and may be chosen
|
||||
from 0x210-0x260 in steps of 0x10. (The normal setting is 0x220.) The
|
||||
GUS takes 16 ports at its base address and 8 ports at its base address +
|
||||
0x100.
|
||||
.Pp
|
||||
The IRQ is software programmed, so you may select any IRQ from the set
|
||||
{3,5,7,9,11,12,15}. The DRQ lines are software programmed, and may be
|
||||
chosen from {1,3,5,6,7}. The flags field in the configuration file line
|
||||
specifies a second DRQ line for recording. If there is no flags field
|
||||
in the config file, the playback channel will be used for recording DMA
|
||||
and only half-duplex mode will be available.
|
||||
.Pp
|
||||
The Gravis UltraSound MAX has an additional CODEC onboard which is
|
||||
addressed with four ports at an offset of 0x10C from the base ports
|
||||
(0x31C-0x36C).
|
||||
.Sh BUGS
|
||||
The full-duplex features of the GUS MAX have not been fully tested, and
|
||||
full-duplex on the original GUS may not be possible at all.
|
||||
.Pp
|
||||
Only two voices on the GF1 synthesizer chip are used by this driver (for
|
||||
left and right channels).
|
||||
.Pp
|
||||
Manipulating the mixer while audio samples are playing can lead to
|
||||
device driver confusion (and maybe even a system panic).
|
||||
.Pp
|
||||
Manipulating the mixer device seems to create pregnant system pauses,
|
||||
probably due to excessive interrupt masking.
|
||||
.Pp
|
||||
The joystick and MIDI port interfaces are not supported.
|
||||
.Sh SEE ALSO
|
||||
.Xr audio 4
|
||||
.Sh REFERENCES
|
||||
Gravis UltraSound Low-Level Toolkit, Revision 2.01, 20 May 1993,
|
||||
published by Advanced Gravis and Forte Technologies.
|
||||
.Sh HISTORY
|
||||
The
|
||||
.Nm gus
|
||||
device driver appeared in
|
||||
.Nx 1.1 .
|
@ -1,90 +0,0 @@
|
||||
.\" $NetBSD: iy.4,v 1.2 1996/05/23 16:52:39 thorpej Exp $
|
||||
.\"
|
||||
.\" Copyright (c) 1994 Herb Peyerl
|
||||
.\" 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.
|
||||
.\" 3. All advertising materials mentioning features or use of this software
|
||||
.\" must display the following acknowledgement:
|
||||
.\" This product includes software developed by Herb Peyerl
|
||||
.\" 3. 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.
|
||||
.\" IN NO EVENT SHALL THE AUTHOR 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.
|
||||
.\"
|
||||
.Dd May 22, 1996
|
||||
.Dt IY 4
|
||||
.Os
|
||||
.Sh NAME
|
||||
.Nm iy
|
||||
.Nd Ethernet driver for Intel i82595
|
||||
.Sh SYNOPSIS
|
||||
.Cd "iy0 at isa? port {port} irq ?"
|
||||
.Sh DESCRIPTION
|
||||
The
|
||||
.Nm iy
|
||||
device driver supports the Etherepress PRO/10 card, and might support
|
||||
other ISA cards using the same chip.
|
||||
|
||||
Various models of these cards come with a different assortment of
|
||||
connectors:
|
||||
.Pp
|
||||
.Bl -tag -width xxxxxxxxxxxxxxxxxxxx
|
||||
.It AUI/DIX
|
||||
Standard 15 pin connector
|
||||
.It 10Base2
|
||||
BNC, also known as thin-net
|
||||
.It 10BaseT
|
||||
UTP, also known as twisted pair
|
||||
.El
|
||||
.Pp
|
||||
The default port to use is the port the card autodetects at
|
||||
.Xr ifconfig up
|
||||
time. To choose an alternate port,
|
||||
use the following flag combinations with
|
||||
.Xr ifconfig 8
|
||||
or in your /etc/hostname.iy? file.
|
||||
.Pp
|
||||
.Bl -tag -width xxxxxxxxxxxxxxxxxxxx
|
||||
.It -link0 -link1
|
||||
Use the autodetected port (default).
|
||||
.It -link0 \ link1
|
||||
Use the BNC port.
|
||||
.It \ link0 -link1
|
||||
Use the AUI port.
|
||||
.It \ link0 \ link1
|
||||
Use the UTP port.
|
||||
.El
|
||||
.Pp
|
||||
.Sh NOTES
|
||||
The Etherexpress PRO card has no jumpers to set the address.
|
||||
Intel supplies software to set the address of the card in software.
|
||||
You have to hardwire this address in your kernel configuration file.
|
||||
.Pp
|
||||
.Sh SEE ALSO
|
||||
.Xr ifconfig 8 ,
|
||||
.Xr intro 4 ,
|
||||
.Xr ed 4 ,
|
||||
.Xr eg 4 ,
|
||||
.Xr el 4 ,
|
||||
.Xr ep 4 ,
|
||||
.Xr ie 4 ,
|
||||
.Xr le 4
|
||||
.Sh STANDARDS
|
||||
are great. There's so many to choose from.
|
@ -1,42 +0,0 @@
|
||||
.\"
|
||||
.\" Copyright (c) 1994 James A. Jegers
|
||||
.\" 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. 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.
|
||||
.\" IN NO EVENT SHALL THE AUTHOR 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.
|
||||
.\"
|
||||
.\"
|
||||
.Dd November 29, 1994
|
||||
.Dt MCD 4 i386
|
||||
.Os NetBSD
|
||||
.Sh NAME
|
||||
.Nm mcd
|
||||
.Nd Mitsumi CD-ROM driver
|
||||
.Sh SYNOPSIS
|
||||
.Cd "mcd0 at isa? port 0x300 irq 10"
|
||||
.Sh DESCRIPTION
|
||||
The
|
||||
.Nm mcd
|
||||
driver provides support for Mitsumi CD-ROM drives and controllers.
|
||||
.Pp
|
||||
.Sh FILES
|
||||
.Xr /dev/mcd*
|
||||
.Xr /dev/rmcd*
|
||||
.Sh SEE ALSO
|
||||
.Xr intro 4
|
@ -1,71 +0,0 @@
|
||||
.\" $NetBSD: pss.4,v 1.1 1995/11/13 09:44:15 pk Exp $
|
||||
.\"
|
||||
.\" Copyright (c) 1995 Michael Long.
|
||||
.\" 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.
|
||||
.\" 3. 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.
|
||||
.\" IN NO EVENT SHALL THE AUTHOR 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.
|
||||
.\"
|
||||
.Dd November 8, 1995
|
||||
.Dt PSS 4 i386
|
||||
.Os NetBSD
|
||||
.Sh NAME
|
||||
.Nm pss
|
||||
.Nd Personal Sound System hardware driver
|
||||
.Sh SYNOPSIS
|
||||
.Cd "device pss0 at isa?"
|
||||
.Cd "device sp0 at pss? port 0x530 irq 10 drq 0"
|
||||
.Sh DESCRIPTION
|
||||
The
|
||||
.Nm
|
||||
driver supports soundcards based on ESC614 or ESC614A ASICs and AD1848
|
||||
or CS4231 series codecs. Known examples are:
|
||||
.Pp
|
||||
.Bl -tag -width -offset indent -compact
|
||||
.It Cardinal Digital Sound Pro 16
|
||||
.It Orchid SoundWave 32
|
||||
.El
|
||||
.Pp
|
||||
The Orchid GameWave 32 is based on the ESC614 ASIC, but is not
|
||||
supported because it does not have a codec.
|
||||
.Pp
|
||||
The
|
||||
.Nm
|
||||
driver uses the Windows Sound System emulation mode of the ASIC.
|
||||
It is a half-duplex device.
|
||||
.Sh SEE ALSO
|
||||
.Xr audio 4 ,
|
||||
.Xr wss 4
|
||||
.Sh BUGS
|
||||
This driver doesn't work yet.
|
||||
.Pp
|
||||
The list of cards using the PSS chipset is incomplete.
|
||||
.Pp
|
||||
The ESC614 (version 1) is unable to reliably determine whether DMA
|
||||
channels are free on some motherboards. The ASIC determines that all
|
||||
channels are taken, even if that is untrue. When this happens, the driver
|
||||
cannot verify configured DMA channels with the ASIC's DMA autodetect
|
||||
hardware, so it blindly accepts the user setting.
|
||||
.Pp
|
||||
Cards based on the ESC615 ASIC are not supported.
|
||||
.Pp
|
||||
The MIDI port, joystick, and CD-ROM drive (if present) are not supported.
|
@ -1,103 +0,0 @@
|
||||
.\"
|
||||
.\" Copyright (c) 1990, 1991 The Regents of the University of California.
|
||||
.\" All rights reserved.
|
||||
.\"
|
||||
.\" This code is derived from software contributed to Berkeley by
|
||||
.\" the Systems Programming Group of the University of Utah Computer
|
||||
.\" Science Department.
|
||||
.\" 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.
|
||||
.\" 3. All advertising materials mentioning features or use of this software
|
||||
.\" must display the following acknowledgement:
|
||||
.\" This product includes software developed by the University of
|
||||
.\" California, Berkeley and its contributors.
|
||||
.\" 4. Neither the name of the University nor the names of its contributors
|
||||
.\" may be used to endorse or promote products derived from this software
|
||||
.\" without specific prior written permission.
|
||||
.\"
|
||||
.\" THIS SOFTWARE IS PROVIDED BY THE REGENTS 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 REGENTS 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.
|
||||
.\"
|
||||
.\" from: @(#)dca.4 5.2 (Berkeley) 3/27/91
|
||||
.\" from: Id: com.4,v 1.1 1993/08/06 11:19:07 cgd Exp
|
||||
.\" $Id: rtfps.4,v 1.4 1995/02/17 09:43:49 jtc Exp $
|
||||
.\"
|
||||
.Dd August 7, 1994
|
||||
.Dt RTFPS 4 i386
|
||||
.Os NetBSD 1.0
|
||||
.Sh NAME
|
||||
.Nm rtfps
|
||||
.Nd
|
||||
multiplexing serial communications interface
|
||||
.Sh SYNOPSIS
|
||||
.Cd "rtfps0 at isa? port 0x1230 irq 10"
|
||||
.Cd "com2 at rtfps0 slave 0"
|
||||
.Cd "com3 at rtfps0 slave 1"
|
||||
.Cd "com4 at rtfps0 slave 2"
|
||||
.Cd "com5 at rtfps0 slave 3"
|
||||
.Sh DESCRIPTION
|
||||
The
|
||||
.Nm rtfps
|
||||
driver provides support for IBM RT PC boards that multiplex together up to four
|
||||
.Rn EIA
|
||||
.Tn RS-232C
|
||||
.Pf ( Tn CCITT
|
||||
.Tn V.28 )
|
||||
or
|
||||
.Tn RS-422A
|
||||
communications interfaces.
|
||||
.Pp
|
||||
Each
|
||||
.Nm
|
||||
device is the master device for up to four
|
||||
.Nm com
|
||||
devices. The kernel configuration specifies these
|
||||
.Nm com
|
||||
devices as slave devices of the
|
||||
.Nm
|
||||
device, as shown in the synopsis.
|
||||
The
|
||||
.Tn port
|
||||
specification for the
|
||||
.Nm
|
||||
device is used to compute the base addresses for the
|
||||
.Nm com
|
||||
subdevices.
|
||||
.Sh FILES
|
||||
.Bl -tag -width Pa
|
||||
.It Pa /dev/tty0?
|
||||
.El
|
||||
.Sh SEE ALSO
|
||||
.Xr com 4
|
||||
.Sh HISTORY
|
||||
The
|
||||
.Nm
|
||||
driver was written by Charles Hannum, based on the
|
||||
.Nm ast
|
||||
driver.
|
||||
.Sh BUGS
|
||||
The
|
||||
.Nm
|
||||
driver is unlikely to work on non-EISA and non-PCI machines. The ISA
|
||||
bus only asserts 10 I/O address lines, and this is not enough.
|
||||
.Pp
|
||||
Even on EISA and PCI machines, some address conflicts have been observed.
|
||||
On one machine, the second port always conflicted with something (though
|
||||
it's not clear what) and caused strange results. Disabling the second
|
||||
port in the kernel config allowed the other three ports to function
|
||||
correctly.
|
@ -1,82 +0,0 @@
|
||||
.\" $NetBSD: sb.4,v 1.4 1996/03/16 17:21:58 jtk Exp $
|
||||
.\"
|
||||
.\" Copyright (c) 1996 The NetBSD Foundation, Inc.
|
||||
.\" All rights reserved.
|
||||
.\"
|
||||
.\" This code is derived from software contributed to The NetBSD Foundation
|
||||
.\" by John T. Kohl.
|
||||
.\"
|
||||
.\" 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.
|
||||
.\" 3. All advertising materials mentioning features or use of this software
|
||||
.\" must display the following acknowledgement:
|
||||
.\" This product includes software developed by the NetBSD
|
||||
.\" Foundation, Inc. and its contributors.
|
||||
.\" 4. Neither the name of The NetBSD Foundation nor the names of its
|
||||
.\" contributors may be used to endorse or promote products derived
|
||||
.\" from this software without specific prior written permission.
|
||||
.\"
|
||||
.\" THIS SOFTWARE IS PROVIDED BY THE NETBSD FOUNDATION, INC. 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 REGENTS 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.
|
||||
.\"
|
||||
.Dd November 4, 1995
|
||||
.Dt SB 4 i386
|
||||
.Os
|
||||
.Sh NAME
|
||||
.Nm sb
|
||||
.Nd
|
||||
SoundBlaster family (and compatibles) audio device driver
|
||||
.Sh SYNOPSIS
|
||||
.Cd "sb0 at isa? port 0xPPP irq X drq Y flags Z"
|
||||
.Sh DESCRIPTION
|
||||
The
|
||||
.Nm sb
|
||||
driver provides support for the SoundBlaster, SoundBlaster Pro,
|
||||
SoundBlaster 16, Jazz 16, and hardware register-level compatible audio cards.
|
||||
.Pp
|
||||
The SoundBlaster series are half-duplex cards, capable of 8- and 16-bit
|
||||
audio sample recording and playback at rates up to 44.1kHz (depending on
|
||||
the particular model).
|
||||
.Pp
|
||||
The base I/O port address is usually jumper-selected to either 0x220 or
|
||||
0x240 (newer cards may provide software configuration, but this driver
|
||||
does not directly support them--you must configure the card for its I/O
|
||||
addresses with other software). The SoundBlaster takes 16 I/O ports.
|
||||
For the SoundBlaster and SoundBlaster Pro, the IRQ and DRQ channels are
|
||||
jumper-selected. For the SoundBlaster 16, the IRQ and DRQ channels are
|
||||
set by this driver to the values specified in the config file. The IRQ
|
||||
must be selected from the set {5,7,9,10}.
|
||||
.Pp
|
||||
The configuration file must use a nonzero
|
||||
.Cm flags
|
||||
specification to enable the Jazz16 support. This is to avoid potential
|
||||
conflicts with other devices when probing the Jazz 16 because it requires
|
||||
use of extra I/O ports not in the base port range.
|
||||
.Pp
|
||||
.Sh BUGS
|
||||
The driver has not been extensively tested on original SoundBlaster,
|
||||
SoundBlaster 16, or newer cards.
|
||||
.Pp
|
||||
The FM synthesizer, joystick and MIDI port interfaces are not supported.
|
||||
.Sh SEE ALSO
|
||||
.Xr audio 4
|
||||
.Sh HISTORY
|
||||
The
|
||||
.Nm sb
|
||||
device driver appeared in
|
||||
.Nx 1.0 .
|
@ -1,50 +0,0 @@
|
||||
.\"
|
||||
.\" Copyright (c) 1994 James A. Jegers
|
||||
.\" 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. 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.
|
||||
.\" IN NO EVENT SHALL THE AUTHOR 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.
|
||||
.\"
|
||||
.\"
|
||||
.Dd November 29, 1994
|
||||
.Dt SEA 4 i386
|
||||
.Os NetBSD
|
||||
.Sh NAME
|
||||
.Nm sea
|
||||
.Nd
|
||||
Seagate/Future Domain ISA SCSI adapter card.
|
||||
.Sh SYNOPSIS
|
||||
.Cd "sea0 at isa? iomem 0xc8000 irq 5"
|
||||
.Cd "scsibus* at sea?"
|
||||
.Sh DESCRIPTION
|
||||
The
|
||||
.Nm sea
|
||||
driver provides support for the following boards:
|
||||
.Pp
|
||||
.Bl -tag -width -offset indent -compact
|
||||
.It ST01/02
|
||||
.It Future Domain TMC-885
|
||||
.It Future Domain TMC-950
|
||||
.El
|
||||
.Sh SEE ALSO
|
||||
.Xr intro 4 ,
|
||||
.Xr sd 4 ,
|
||||
.Xr st 4 ,
|
||||
.Xr cd 4 ,
|
||||
.Xr ch 4
|
@ -1,51 +0,0 @@
|
||||
.\" $NetBSD: wss.4,v 1.2 1996/12/05 07:18:28 mikel Exp $
|
||||
.\"
|
||||
.\" Copyright (c) 1995 Michael Long.
|
||||
.\" 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.
|
||||
.\" 3. 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.
|
||||
.\" IN NO EVENT SHALL THE AUTHOR 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.
|
||||
.\"
|
||||
.Dd November 8, 1995
|
||||
.Dt WSS 4 i386
|
||||
.Os NetBSD
|
||||
.Sh NAME
|
||||
.Nm wss
|
||||
.Nd Windows Sound System hardware driver
|
||||
.Sh SYNOPSIS
|
||||
.Cd "device wss0 at isa? port 0x530 irq 10 drq 0"
|
||||
.Sh DESCRIPTION
|
||||
The
|
||||
.Nm
|
||||
driver supports Microsoft's Windows Sound System hardware and its clones.
|
||||
The Windows Sound System is a half-duplex device.
|
||||
.Pp
|
||||
The base I/O port is set by a jumper on the board; valid choices are
|
||||
0x530, 0x604, 0xE80, or 0xF40.
|
||||
Both IRQ and DMA channels are software programmable.
|
||||
The IRQ may be set to 7, 9, 10, or 11, and
|
||||
the DMA channel may be set to 0, 1, or 3.
|
||||
.Sh BUGS
|
||||
The FM synthesizer is not supported.
|
||||
.Sh SEE ALSO
|
||||
.Xr audio 4 ,
|
||||
.Xr pss 4
|
@ -1,44 +0,0 @@
|
||||
.\"
|
||||
.\" Copyright (c) 1994 James A. Jegers
|
||||
.\" 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. 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.
|
||||
.\" IN NO EVENT SHALL THE AUTHOR 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.
|
||||
.\"
|
||||
.Dd July 10, 1995
|
||||
.Dt WT 4 i386
|
||||
.Os
|
||||
.Sh NAME
|
||||
.Nm wt
|
||||
.Nd
|
||||
Archive/Wangtek cartrige tape driver
|
||||
.Sh SYNOPSIS
|
||||
.Cd "wt0 at isa? port 0x300 irq 5 drq 1"
|
||||
.Sh DESCRIPTION
|
||||
The
|
||||
.Nm wt
|
||||
driver provides support for the following Archive and Wangtek boards:
|
||||
.Pp
|
||||
.Bl -tag -width -offset indent -compact
|
||||
.It QIC-02
|
||||
.It QIC-36
|
||||
.El
|
||||
.Pp
|
||||
.Sh SEE ALSO
|
||||
.Xr intro 4
|
Loading…
Reference in New Issue
Block a user