summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTodd C. Miller <millert@cvs.openbsd.org>2000-05-18 17:06:48 +0000
committerTodd C. Miller <millert@cvs.openbsd.org>2000-05-18 17:06:48 +0000
commitfe06228beab8e3d320834e373bc8ab85322c2402 (patch)
treec8dd0208afa1e09d47994aeb58118ada7635bb9c
parent9c5ab650ffe798c7360a837711c922239775041a (diff)
Man page for puc(4) from NetBSD
-rw-r--r--share/man/man4/Makefile4
-rw-r--r--share/man/man4/puc.4133
2 files changed, 135 insertions, 2 deletions
diff --git a/share/man/man4/Makefile b/share/man/man4/Makefile
index 7e631e201e5..1b78f756c71 100644
--- a/share/man/man4/Makefile
+++ b/share/man/man4/Makefile
@@ -1,4 +1,4 @@
-# $OpenBSD: Makefile,v 1.116 2000/05/15 04:17:29 jason Exp $
+# $OpenBSD: Makefile,v 1.117 2000/05/18 17:06:47 millert Exp $
MAN= ac97.4 an.4 atalk.4 atapiscsi.4 audio.4 adv.4 ahc.4 aue.4 bpf.4 \
bridge.4 cardbus.4 ccd.4 cd.4 ch.4 clnp.4 cltp.4 cmpci.4 cnw.4 \
@@ -11,7 +11,7 @@ MAN= ac97.4 an.4 atalk.4 atapiscsi.4 audio.4 adv.4 ahc.4 aue.4 bpf.4 \
mtdphy.4 mtio.4 ncr.4 ne.4 neo.4 netintro.4 ns.4 nsip.4 nsphy.4 \
nsphyter.4 \
null.4 ohci.4 opl.4 options.4 pchb.4 pci.4 pciide.4 pcmcia.4 pty.4 \
- qsphy.4 raid.4 \
+ puc.4 qsphy.4 raid.4 \
random.4 ray.4 rl.4 rln.4 rlphy.4 route.4 scsi.4 sd.4 ses.4 sf.4 \
sis.4 sk.4 sl.4 sm.4 spp.4 sppp.4 sqphy.4 ss.4 st.4 ste.4 sv.4 \
tb.4 tcic.4 tcp.4 termios.4 ti.4 tl.4 tlphy.4 tp.4 tqphy.4 tty.4 \
diff --git a/share/man/man4/puc.4 b/share/man/man4/puc.4
new file mode 100644
index 00000000000..b2ea94fa2af
--- /dev/null
+++ b/share/man/man4/puc.4
@@ -0,0 +1,133 @@
+.\" $OpenBSD: puc.4,v 1.1 2000/05/18 17:06:47 millert Exp $
+.\" $NetBSD: puc.4,v 1.7 1999/07/03 05:55:23 cgd Exp $
+.\"
+.\" Copyright (c) 1998 Christopher G. Demetriou. 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 Christopher G. Demetriou
+.\" for the NetBSD Project.
+.\" 4. 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 11, 1998
+.Dt PUC 4
+.Os
+.Sh NAME
+.Nm puc
+.Nd PCI
+.Dq universal
+communications card driver
+.Sh SYNOPSIS
+.Cd "puc* at pci?
+.Cd "pccom* at puc? port ?"
+.Cd "lpt* at puc? port ?"
+.Sh DESCRIPTION
+The
+.Nm
+driver provides support for PCI communications cards containing
+simple communications ports, such as NS16550-family
+.Pf ( Nm com )
+serial ports and standard PC-like
+.Pf ( Nm lpt )
+parallel ports.
+The driver is called
+.Dq universal
+because the interfaces to these devices aren't nearly as well
+defined and standard as they should be.
+.Pp
+The driver currently supports the following cards:
+.Pp
+.Bl -tag -width -offset indent -compact
+.It Tn "Dolphin Peripherals 4014 (dual parallel)"
+.It Tn "Dolphin Peripherals 4035 (dual serial)"
+.It Tn "SIIG Cyber 2P1S PCI (dual parallel and single serial)"
+.It Tn "SIIG Cyber 2S1P PCI (dual serial and single parallel)"
+.It Tn "SIIG Cyber 4S PCI (quad serial)"
+.It Tn "SIIG Cyber I/O PCI (single serial and single parallel)"
+.It Tn "SIIG Cyber Parallel Dual PCI (dual parallel)"
+.It Tn "SIIG Cyber Parallel PCI (single parallel)"
+.It Tn "SIIG Cyber Serial Dual PCI (dual serial)"
+.It Tn "SIIG Cyber Serial PCI (single serial)"
+.It Tn "VScom PCI-800 (8 port serial, probably OEM)"
+.El
+.Pp
+The driver does not support the cards:
+.Pp
+.Bl -tag -width -offset indent -compact
+.It Tn "Dolphin Peripherals 4006 (single parallel)"
+.It Tn "Dolphin Peripherals 4025 (single serial)"
+.It Tn "Dolphin Peripherals 4078 (dual serial and single parallel)"
+.El
+.Pp
+but support for them (and for similar cards) should be trivial to add.
+.Pp
+The
+.Ar port
+locator is used to identify the port (starting from 0) on the
+communications card that a subdevice is supposed to attach to.
+Typically, the numbering of ports is explained in a card's
+hardware documentation, and the port numbers used by the driver
+are the same as (or one off from, e.g. the manual uses ports
+numbered starting from 1) those described in the documentation.
+.Sh SEE ALSO
+.Xr com 4 ,
+.Xr lpt 4 ,
+.Xr pci 4
+.Sh HISTORY
+The
+.Nm
+driver appeared in
+.Nx 1.4 .
+.Sh AUTHOR
+The
+.Nm
+driver was written by Chris Demetriou.
+.Sh BUGS
+The current design of this driver keeps any
+.Nm com
+ports on these cards from easily being used as console. Of
+course, because boards with those are PCI boards, they also suffer
+from dynamic address assignment, which also means that they
+can't easily be used as console.
+.Pp
+Some of cards supported by this driver have jumper-selectable
+.Nm com
+port clock multipliers, which are unsupported by this
+driver. Those can be easily accommodated with driver flags, or by
+using a properly scaled baud rate when talking to the card.
+.Pp
+Some of the cards supported by this driver, e.g. the VScom PCI-800,
+have software-selectable
+.Nm com
+port clock multipliers, which are unsupported by this driver.
+Those can be accomodated using internal driver flags, or by using
+a properly scaled baud rate when talking to the card.
+.Pp
+Some ports use an
+.Nm lpt
+driver other than the machine-independent driver. Those ports
+will not be able to use
+.Nm lpt
+ports attached to
+.Nm
+devices.