diff options
author | Jason McIntyre <jmc@cvs.openbsd.org> | 2003-05-05 09:36:04 +0000 |
---|---|---|
committer | Jason McIntyre <jmc@cvs.openbsd.org> | 2003-05-05 09:36:04 +0000 |
commit | 8bc4b9b46f70a26c9134fb3ce52f87cac8d6eb03 (patch) | |
tree | 0d296ce7a69818669cf093fe4e12a4ac81a9fd9f /share/man/man4/ahc.4 | |
parent | 3571c479253d4fec9d6170972aab833add3a149d (diff) |
- removed groff macros that were not formatting SYNOPSIS properly
- more logical order for SYNOPSIS
- plural of bus is buses
- more than one SCSI bus gets you "scsibus0 at ahc0", not "scbus0 at ahc0"
(from Leandro Costa)
- kill whitespace at EOL
Diffstat (limited to 'share/man/man4/ahc.4')
-rw-r--r-- | share/man/man4/ahc.4 | 47 |
1 files changed, 22 insertions, 25 deletions
diff --git a/share/man/man4/ahc.4 b/share/man/man4/ahc.4 index c4fbffa16a6..3fc12eb96ec 100644 --- a/share/man/man4/ahc.4 +++ b/share/man/man4/ahc.4 @@ -1,4 +1,4 @@ -.\" $OpenBSD: ahc.4,v 1.23 2003/03/14 10:07:35 jmc Exp $ +.\" $OpenBSD: ahc.4,v 1.24 2003/05/05 09:36:03 jmc Exp $ .\" $NetBSD: ahc.4,v 1.1.2.1 1996/08/25 17:22:14 thorpej Exp $ .\" .\" Copyright (c) 1995, 1996 @@ -34,31 +34,28 @@ .Nm ahc .Nd Adaptec VL/EISA/PCI SCSI host adapter driver .Sh SYNOPSIS -.ie 0 \{ -For one or more VL/EISA cards: -.Cd controller eisa0 -.Cd controller ahc0 -\} -\{For VL cards: -.Cd ahc0 at isa? port ? irq ? +For VL cards: +.Cd "ahc0 at isa? port ? irq ?" .Pp For EISA cards: -.Cd ahc* at eisa? slot ?\} +.Cd "ahc* at eisa? slot ?" +.Pp +For one or more VL/EISA cards: +.Cd "controller eisa0" +.Cd "controller ahc0" +.Pp +For PCI cards: +.Cd "ahc* at pci? dev ? function ?" .Pp -.ie 0 \{ For one or more PCI cards: -.Cd controller pci0 -.Cd controller ahc0 -\} -\{For PCI cards: -.Cd ahc* at pci? dev ? function ?\} +.Cd "controller pci0" +.Cd "controller ahc0" +.Pp +For SCSI buses: +.Cd "scsibus* at ahc?" .Pp -.ie 0 \{ -For one or more SCSI busses: -.Cd controller scbus0 at ahc0 -\} -\{For SCSI busses: -.Cd scsibus* at ahc?\} +For one or more SCSI buses: +.Cd "controller scsibus0 at ahc0" .Sh DESCRIPTION This driver provides access to the .Tn SCSI @@ -109,7 +106,7 @@ Adaptec SCSI controller cards: and .Tn 3985, .Pp -Driver features include support for twin and wide busses, +Driver features include support for twin and wide buses, fast, ultra, ultra2 and ultra160 synchronous transfers depending on controller type, tagged queuing, and SCB paging. .Pp @@ -167,7 +164,7 @@ aic7870 10 PCI/32 10MHz 16Bit 16 aic7880 10 PCI/32 20MHz 16Bit 16 aic7890 20 PCI/32 40MHz 16Bit 16 3 4 5 6 7 aic7891 20 PCI/64 40MHz 16Bit 16 3 4 5 6 7 -aic7892 20 PCI/64 40MHz 16Bit 32 3 4 5 6 7 8 +aic7892 20 PCI/64 40MHz 16Bit 32 3 4 5 6 7 8 aic7895 15 PCI/32 20MHz 16Bit 16 2 3 4 5 aic7896 20 PCI/32 40MHz 16Bit 16 2 3 4 5 6 7 aic7897 20 PCI/64 40MHz 16Bit 16 2 3 4 5 6 7 @@ -176,7 +173,7 @@ aic7899 20 PCI/64 40MHz 16Bit 32 3 4 5 6 7 8 .Pp .Bl -enum -compact .It -Multiplexed Twin Channel Device - One controller servicing two busses. +Multiplexed Twin Channel Device - One controller servicing two buses. .It Multi-function Twin Channel Device - Two controllers on one chip. .It @@ -251,7 +248,7 @@ driver, the .Tn AIC7xxx sequencer-code assembler, and the firmware running on the aic7xxx chips were written by -.An Justin T. Gibbs . +.An Justin T. Gibbs . .Pp The .Ox |