summaryrefslogtreecommitdiffstats
path: root/share
diff options
context:
space:
mode:
authorru <ru@FreeBSD.org>2002-08-14 16:09:31 +0000
committerru <ru@FreeBSD.org>2002-08-14 16:09:31 +0000
commit63aa364919df8b13e4af47d16498e3ef7e80ef92 (patch)
tree6e43d14e50b197005b8e148a2134ddc14c6850f2 /share
parent2d7ee32053ff8ee9d1848d9c020663812235337f (diff)
downloadFreeBSD-src-63aa364919df8b13e4af47d16498e3ef7e80ef92.zip
FreeBSD-src-63aa364919df8b13e4af47d16498e3ef7e80ef92.tar.gz
mdoc(7) police: fixed indentation in SYNOPSIS.
Submitted by: style(9) police (bde)
Diffstat (limited to 'share')
-rw-r--r--share/man/man4/sio.418
1 files changed, 16 insertions, 2 deletions
diff --git a/share/man/man4/sio.4 b/share/man/man4/sio.4
index de0adba..e6aa512 100644
--- a/share/man/man4/sio.4
+++ b/share/man/man4/sio.4
@@ -36,7 +36,7 @@
.\" from: com.4,v 1.1 1993/08/06 11:19:07 cgd Exp
.\" $FreeBSD$
.\"
-.Dd March 31, 2000
+.Dd July 10, 2002
.Dt SIO 4
.Os
.Sh NAME
@@ -44,6 +44,7 @@
.Nd "fast interrupt driven asynchronous serial communications interface"
.Sh SYNOPSIS
For standard ISA ports:
+.Bd -ragged -offset indent -compact
.Cd "device sio"
.Pp
In
@@ -56,8 +57,10 @@ In
.Cd hint.sio.1.port="0x2f8"
.Cd hint.sio.1.flags="0x0"
.Cd hint.sio.1.irq="3"
+.Ed
.Pp
For AST compatible multiport cards with 4 ports:
+.Bd -ragged -offset indent -compact
.Cd "options COM_MULTIPORT"
.Cd "device sio"
.Pp
@@ -76,8 +79,10 @@ In
.Cd hint.sio.7.port="0x2b8"
.Cd hint.sio.7.flags="0x701"
.Cd hint.sio.7.irq="12"
+.Ed
.Pp
For Boca Board compatible multiport cards with 8 ports:
+.Bd -ragged -offset indent -compact
.Cd "options COM_MULTIPORT"
.Cd "device sio"
.Pp
@@ -91,8 +96,10 @@ In
.Cd hint.sio.11.port="0x138"
.Cd hint.sio.11.flags="0xb05"
.Cd hint.sio.11.irq="12"
+.Ed
.Pp
For Netmos Nm9845 multiport cards with 6 ports:
+.Bd -ragged -offset indent -compact
.Cd "options COM_MULTIPORT"
.Cd "device sio"
.Pp
@@ -117,20 +124,26 @@ In
.Cd hint.sio.9.port="0xac00"
.Cd hint.sio.9.flags="0x901"
.Cd hint.sio.9.irq="12"
+.Ed
.Pp
For Hayes ESP cards:
+.Bd -ragged -offset indent -compact
.Cd "options COM_ESP"
.Cd "device sio"
.Cd "..."
+.Ed
.Pp
For single port PCI and PCCARD cards:
+.Bd -ragged -offset indent -compact
.Cd "device sio"
.Pp
No lines are required in
.Pa /boot/device.hints
for these cards.
+.Ed
.Pp
For dual port PCI cards that share an interrupt:
+.Bd -ragged -offset indent -compact
.Cd "device sio"
.Cd "options COM_MULTIPORT"
.Pp
@@ -138,6 +151,7 @@ In
.Pa /boot/device.hints :
.Cd hint.sio.2.flags="0x201"
.Cd hint.sio.3.flags="0x201"
+.Ed
.Pp
Meaning of
.Ar flags :
@@ -165,7 +179,7 @@ device is assumed to use a 16650A-type (extended FIFO) chip
.El
.Pp
Minor numbering:
-.Bd -literal -compact
+.Bd -literal -offset indent -compact
0b\fIOLIMMMMM\fR
call\fBO\fRut
\fBL\fRock
OpenPOWER on IntegriCloud