summaryrefslogtreecommitdiffstats
path: root/share
diff options
context:
space:
mode:
authorimp <imp@FreeBSD.org>2000-04-01 06:46:17 +0000
committerimp <imp@FreeBSD.org>2000-04-01 06:46:17 +0000
commit85126e2d6bbae4b2f8d9b3edc00a08c8940a3444 (patch)
tree57d7c87a81d3794eabd09b7ca3e6316964321f78 /share
parentaf231a92f57d3b704d0cb1f204f523605b272258 (diff)
downloadFreeBSD-src-85126e2d6bbae4b2f8d9b3edc00a08c8940a3444.zip
FreeBSD-src-85126e2d6bbae4b2f8d9b3edc00a08c8940a3444.tar.gz
Add notes about pci support.
Diffstat (limited to 'share')
-rw-r--r--share/man/man4/sio.413
1 files changed, 11 insertions, 2 deletions
diff --git a/share/man/man4/sio.4 b/share/man/man4/sio.4
index a9691d9..7a1872a 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 October 10, 1995
+.Dd March 31, 2000
.Dt SIO 4
.Os FreeBSD
.Sh NAME
@@ -44,7 +44,7 @@
.Nd
fast interrupt driven asynchronous serial communications interface
.Sh SYNOPSIS
-For standard ports:
+For standard ISA ports:
.Cd "device sio0 at isa? port IO_COM1 irq 4"
.Cd "device sio1 at isa? port IO_COM2 irq 3"
.Cd "device sio2 at isa? port IO_COM3 irq 5"
@@ -67,6 +67,9 @@ For Hayes ESP cards:
.Cd "options COM_ESP"
.Cd "..."
.Pp
+For PCI and PCCARD cards:
+.Cd "device sio"
+.Pp
Meaning of
.Ar flags :
.Bl -tag -offset indent -compact -width 0x000000
@@ -140,6 +143,12 @@ Such a port is called a
.Em master
port.
.Pp
+The driver supports controller based PCI modems.
+The 3Com FaxModem PCI and the Advantec 56k Voice Messaging PCI
+FaxModem are the only cards supported.
+WinModems, softmodems, hfc modems and any other modems that aren't
+controller based are not supported.
+.Pp
The
.Em flags
keyword may be used on each
OpenPOWER on IntegriCloud