summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorbde <bde@FreeBSD.org>2004-05-23 15:22:53 +0000
committerbde <bde@FreeBSD.org>2004-05-23 15:22:53 +0000
commit3ac81538b31ac30ff3ce7b718c690e8e2de012dc (patch)
tree183c6eace47a0b8e94a49739d47ce9041b99f254
parent7a996c680df93b8174e1997ecc38193c03271589 (diff)
downloadFreeBSD-src-3ac81538b31ac30ff3ce7b718c690e8e2de012dc.zip
FreeBSD-src-3ac81538b31ac30ff3ce7b718c690e8e2de012dc.tar.gz
Updated for removal of the "count" arg in device lines.
Organized the synopsis for PCI cards better.
-rw-r--r--share/man/man4/cy.425
1 files changed, 17 insertions, 8 deletions
diff --git a/share/man/man4/cy.4 b/share/man/man4/cy.4
index d044cc6..90915f5 100644
--- a/share/man/man4/cy.4
+++ b/share/man/man4/cy.4
@@ -37,20 +37,19 @@
.\" from: sio.4,v 1.16 1995/06/26 06:05:30 bde Exp $
.\" $FreeBSD$
.\"
-.Dd June 14, 1999
+.Dd May 24, 2004
.Dt CY 4 i386
.Os
.Sh NAME
.Nm cy
.Nd Cyclades Cyclom-Y serial driver
.Sh SYNOPSIS
-.Cd "options CY_PCI_FASTINTR"
.Pp
-For one (PCI or ISA) card:
+For one ISA card:
.Bd -ragged -offset indent -compact
-.Cd "device cy 1"
+.Cd "device cy"
.Pp
-For one ISA card, in
+In
.Pa /boot/device.hints :
.Cd hint.cy.0.at="isa"
.Cd hint.cy.0.irq="10"
@@ -58,11 +57,11 @@ For one ISA card, in
.Cd hint.cy.0.msize="0x2000"
.Ed
.Pp
-For two (PCI and/or ISA) cards:
+For two ISA cards:
.Bd -ragged -offset indent -compact
-.Cd "device cy 2"
+.Cd "device cy"
.Pp
-For two ISA cards, in
+In
.Pa /boot/device.hints :
.Cd hint.cy.0.at="isa"
.Cd hint.cy.0.irq="10"
@@ -74,6 +73,16 @@ For two ISA cards, in
.Cd hint.cy.1.msize="0x2000"
.Ed
.Pp
+For PCI cards:
+.Bd -ragged -offset indent -compact
+.Cd "device sio"
+.Cd "options CY_PCI_FASTINTR"
+.Pp
+No lines are required in
+.Pa /boot/device.hints
+for PCI cards.
+.Ed
+.Pp
Minor numbering:
.Bd -literal -offset indent -compact
0b\fIMMMMMMMMMMMMMMMMxxxxxxxxOLIMMMMM\fR
OpenPOWER on IntegriCloud