diff options
author | Jason McIntyre <jmc@cvs.openbsd.org> | 2003-06-06 10:29:43 +0000 |
---|---|---|
committer | Jason McIntyre <jmc@cvs.openbsd.org> | 2003-06-06 10:29:43 +0000 |
commit | 5adf0545f2cbfb4ab53a4ec181d67137a434552a (patch) | |
tree | 7e3f0925f59c4b2e1792c54fba3c2b44b8401cf3 /share/man/man4/man4.sparc | |
parent | 8acc11609616d50d2c3e5bb0d89a542e12d215fb (diff) |
- section reorder
- some macro fixes
- kill whitespace at EOL
Diffstat (limited to 'share/man/man4/man4.sparc')
-rw-r--r-- | share/man/man4/man4.sparc/daadio.4 | 4 | ||||
-rw-r--r-- | share/man/man4/man4.sparc/intro.4 | 4 | ||||
-rw-r--r-- | share/man/man4/man4.sparc/magma.4 | 34 | ||||
-rw-r--r-- | share/man/man4/man4.sparc/spif.4 | 28 | ||||
-rw-r--r-- | share/man/man4/man4.sparc/zx.4 | 4 |
5 files changed, 38 insertions, 36 deletions
diff --git a/share/man/man4/man4.sparc/daadio.4 b/share/man/man4/man4.sparc/daadio.4 index 2b7717ce8f9..dacfbbbb186 100644 --- a/share/man/man4/man4.sparc/daadio.4 +++ b/share/man/man4/man4.sparc/daadio.4 @@ -1,4 +1,4 @@ -.\" $OpenBSD: daadio.4,v 1.6 2003/06/02 18:51:34 jason Exp $ +.\" $OpenBSD: daadio.4,v 1.7 2003/06/06 10:29:42 jmc Exp $ .\" .\" Copyright (c) 2002 Jason L. Wright (jason@thought.net) .\" All rights reserved. @@ -30,7 +30,7 @@ .Sh NAME .Nm daadio .Nd MATRIX MD-DAADIO digital/analog, analog/digital, parallel i/o board -.Sh SYNOPSISA +.Sh SYNOPSIS .Cd "daadio* at fvme? addr 0x0 level 1 vect 0x1f" .Sh DESCRIPTION The diff --git a/share/man/man4/man4.sparc/intro.4 b/share/man/man4/man4.sparc/intro.4 index d330f59124f..543e3558dc2 100644 --- a/share/man/man4/man4.sparc/intro.4 +++ b/share/man/man4/man4.sparc/intro.4 @@ -1,4 +1,4 @@ -.\" $OpenBSD: intro.4,v 1.34 2003/05/14 06:48:14 miod Exp $ +.\" $OpenBSD: intro.4,v 1.35 2003/06/06 10:29:42 jmc Exp $ .\" $NetBSD: intro.4,v 1.5 1998/02/06 06:07:00 perry Exp $ .\" .\" Copyright (c) 1996 Jonathan Stone. @@ -37,7 +37,7 @@ .Nm intro .Nd introduction to special files and hardware support .Sh DESCRIPTION -The manual pages in section 4 describe the special files, +The manual pages in section 4 describe the special files, related driver functions, and networking support available in the system. In this part of the manual, the diff --git a/share/man/man4/man4.sparc/magma.4 b/share/man/man4/man4.sparc/magma.4 index 7a91d240bd7..06281e8914c 100644 --- a/share/man/man4/man4.sparc/magma.4 +++ b/share/man/man4/man4.sparc/magma.4 @@ -1,4 +1,4 @@ -.\" $OpenBSD: magma.4,v 1.10 2003/05/07 08:13:20 jmc Exp $ +.\" $OpenBSD: magma.4,v 1.11 2003/06/06 10:29:42 jmc Exp $ .\" .\" .\" Copyright (c) 1998 Iain Hibbert @@ -65,6 +65,13 @@ Up to four cards are supported in the system. .Pp All tty ports have full automatic hardware (RTS/CTS) flow control available and a 12 byte FIFO on the chip in each direction so errors should be minimal. +.Sh FILES +.Bl -tag -width /dev/bpp[0-3][0-1] -compact +.It /dev/tty[0-3][0-a] +Serial ports +.It /dev/bpp[0-3][0-1] +Parallel ports +.El .Sh DIAGNOSTICS .Bl -diag .It "mtty%d%x: ring buffer overflow" @@ -72,35 +79,30 @@ Incoming characters have been discarded due to a buffer overflow. This is caused by the process in control of the device not reading characters fast enough. If need be you can make the ring buffer bigger by changing the -\fIMAGMA_RBUF_SIZE\fR #define to something bigger, but it should be a multiple -of two. +.Dv MAGMA_RBUF_SIZE +#define to something bigger, but it should be a multiple of two. .It "mtty%d%x: fifo overflow" 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 either the \fIMTTY_RX_FIFO_THRESHOLD\fR or -\fIMTTY_RX_DTR_THRESHOLD\fR #define's to something smaller may help slow -machines avoid this problem. -.El -.Sh FILES -.Bl -tag -width /dev/bpp[0-3][0-1] -compact -.It /dev/tty[0-3][0-a] -Serial ports -.It /dev/bpp[0-3][0-1] -Parallel ports +Reducing the value of either the +.Dv MTTY_RX_FIFO_THRESHOLD +or +.Dv MTTY_RX_DTR_THRESHOLD +#define's to something smaller may help slow machines avoid this problem. .El .Sh SEE ALSO .Xr intro 4 , .Xr sbus 4 , .Xr tty 4 -.Sh AUTHORS -The driver was written by -.An Iain Hibbert Aq plunky@skate.demon.co.uk .Sh HISTORY The driver was loosely based upon the .Xr cy 4 Cyclades Cyclom device driver written by Andrew Herbert and Timo Rossi. +.Sh AUTHORS +The driver was written by +.An Iain Hibbert Aq plunky@skate.demon.co.uk .Sh TODO CD1190 parallel support. .Pp diff --git a/share/man/man4/man4.sparc/spif.4 b/share/man/man4/man4.sparc/spif.4 index 3af4c370d2e..6b3c5a1d0c5 100644 --- a/share/man/man4/man4.sparc/spif.4 +++ b/share/man/man4/man4.sparc/spif.4 @@ -1,4 +1,4 @@ -.\" $OpenBSD: spif.4,v 1.10 2003/06/02 18:51:34 jason Exp $ +.\" $OpenBSD: spif.4,v 1.11 2003/06/06 10:29:42 jmc Exp $ .\" .\" Copyright (c) 1999 Jason L. Wright (jason@thought.net) .\" All rights reserved. @@ -66,6 +66,13 @@ Up to four cards are supported in the system. .Pp Each of the serial ports has an 8 byte FIFO for receive and transmit as well as automatic hardware (RTS/CTS) flow control. +.Sh FILES +.Bl -tag -width /dev/tty[jkl][0-7] -compact +.It /dev/tty[jkl][0-7] +Serial ports +.It /dev/sbpp[0-3] +Parallel ports +.El .Sh DIAGNOSTICS .Bl -diag .It "spif%d: ccr timeout" @@ -74,29 +81,22 @@ A timeout occurred while writing to one of the CD180 registers. Incoming characters were discarded because the application in control of the device did not read the input fast enough. .El -.Sh FILES -.Bl -tag -width /dev/tty[jkl][0-7] -compact -.It /dev/tty[jkl][0-7] -Serial ports -.It /dev/sbpp[0-3] -Parallel ports -.El .Sh SEE ALSO .Xr intro 4 , .Xr sbus 4 , .Xr tty 4 +.Sh HISTORY +The +.Nm spif +driver was first supported in +.Ox 2.5 . .Sh AUTHORS The driver was written by .An Jason Wright Aq jason@thought.net , and is heavily based on the .Xr magma 4 driver written by -.An Iain Hibbert Ar plunky@skate.demon.co.uk . -.Sh HISTORY -The -.Nm spif -driver was first supported in -.Ox 2.5 . +.An Iain Hibbert Aq plunky@skate.demon.co.uk . .Sh TODO The parallel port is not supported yet. .Pp diff --git a/share/man/man4/man4.sparc/zx.4 b/share/man/man4/man4.sparc/zx.4 index e07568dbd91..0798b4072c8 100644 --- a/share/man/man4/man4.sparc/zx.4 +++ b/share/man/man4/man4.sparc/zx.4 @@ -1,4 +1,4 @@ -.\" $OpenBSD: zx.4,v 1.6 2003/05/14 06:48:14 miod Exp $ +.\" $OpenBSD: zx.4,v 1.7 2003/06/06 10:29:42 jmc Exp $ .\" Copyright (c) 2003 Miodrag Vallat. All rights reserved. .\" .\" Redistribution and use in source and binary forms, with or without @@ -107,7 +107,7 @@ The selected resolutions are: .Xr tvtwo 4 , .Xr vigra 4 , .Xr wscons 4 , -.Xr wsdisplay 4 +.Xr wsdisplay 4 , .Xr boot_config 8 , .Xr config 8 .Sh CAVEATS |