diff options
author | Jason McIntyre <jmc@cvs.openbsd.org> | 2004-07-05 23:29:38 +0000 |
---|---|---|
committer | Jason McIntyre <jmc@cvs.openbsd.org> | 2004-07-05 23:29:38 +0000 |
commit | fe8278b098029c624881ce6642275d41903e0afb (patch) | |
tree | 78124964aecacacf03206a77ed320608f23b5cde | |
parent | 88cd96d61e8f62be8c38d38c21cdf2a1444030cc (diff) |
- BUGS comes last
- remove an empty display (?)
- plural is buses (n.) (miod will remind me if we prefer the alternative)
- remove grocer's apostrophe
-rw-r--r-- | share/man/man4/ahd.4 | 20 |
1 files changed, 9 insertions, 11 deletions
diff --git a/share/man/man4/ahd.4 b/share/man/man4/ahd.4 index c5129df1859..57906de926c 100644 --- a/share/man/man4/ahd.4 +++ b/share/man/man4/ahd.4 @@ -1,4 +1,4 @@ -.\" $OpenBSD: ahd.4,v 1.3 2004/07/05 21:24:05 deraadt Exp $ +.\" $OpenBSD: ahd.4,v 1.4 2004/07/05 23:29:37 jmc Exp $ .\" .\" Copyright (c) 1995, 1996, 1997, 1998, 2000 .\" Justin T. Gibbs. All rights reserved. @@ -45,9 +45,9 @@ bus(es) connected to Adaptec .Tn AIC79xx host adapter chips. .Pp -Driver features include support for narrow and wide busses, +Driver features include support for narrow and wide buses, fast, ultra, ultra2, ultra160, and ultra320 synchronous transfers, -packetized transfers, tagged queuing, 512 SCB's, and target mode. +packetized transfers, tagged queuing, 512 SCBs, and target mode. .Pp The .Nm @@ -92,8 +92,6 @@ To configure one or more controllers to assume the target role: .Cd options AHD_TMODE_ENABLE=<bitmask of units> .Ed .Pp -.Bd -ragged -offset indent -compact -.Ed The .Dv AHD_DEBUG_OPTS option is used to control which diagnostic messages are printed to the @@ -146,12 +144,6 @@ disconnection, and the host adapters .Tn SCSI ID. -.Sh BUGS -The current generation of 79xx chips do not support target mode in Ultra320 -mode. -In this driver all target mode code has been commented out. -.Pp -Currently the driver has issues with Rev B of the AIC7902 chip. .Sh SEE ALSO .Xr ahc 4 , .Xr cd 4 , @@ -179,3 +171,9 @@ and the firmware running on the aic79xx chips was written by .An Justin T. Gibbs . .Pp OpenBSD port by Milos Urbanek, Kenneth R. Westerback & Marco Peereboom. +.Sh BUGS +The current generation of 79xx chips do not support target mode in Ultra320 +mode. +In this driver all target mode code has been commented out. +.Pp +Currently the driver has issues with Rev B of the AIC7902 chip. |