diff options
author | Miod Vallat <miod@cvs.openbsd.org> | 2002-09-26 07:55:42 +0000 |
---|---|---|
committer | Miod Vallat <miod@cvs.openbsd.org> | 2002-09-26 07:55:42 +0000 |
commit | 7eb9bb1f0f9b4f7d3cac79d69e90cf49e5c325ee (patch) | |
tree | bb908a1d058dc9e17cbcec6acd5ddfcd937626e2 /share/man/man4/bha.4 | |
parent | 4d233b11b070cbdb6c2e2744351f77515d2b39ac (diff) |
Incomplete section 4 mi manual page cleanup.
- make configuration lines match GENERIC files
- more Xr (hopefully usefule Xr)
- never mention intro(4) on non-physical devices (i.e. protocols), always
mention it for physical devices
- random text style and quoting fixes
- drivers ported from FreeBSD did mention rc.conf instead of hostname.if as
the place to put mediaopt
- some .Tn UNIX -> .Ox replacements
- etc, etc...
reviewd in part by deraadt@ (until he got bored of this)
Diffstat (limited to 'share/man/man4/bha.4')
-rw-r--r-- | share/man/man4/bha.4 | 12 |
1 files changed, 8 insertions, 4 deletions
diff --git a/share/man/man4/bha.4 b/share/man/man4/bha.4 index b1bd947bb2b..b51708b7b57 100644 --- a/share/man/man4/bha.4 +++ b/share/man/man4/bha.4 @@ -1,4 +1,4 @@ -.\" $OpenBSD: bha.4,v 1.1 2002/01/24 22:43:55 mickey Exp $ +.\" $OpenBSD: bha.4,v 1.2 2002/09/26 07:55:39 miod Exp $ .\" $NetBSD: bha.4,v 1.10 1999/12/17 16:23:21 abs Exp $ .\" .\" Copyright (c) 1994 James A. Jegers @@ -32,7 +32,8 @@ .Nd Buslogic SCSI adapter driver .Sh SYNOPSIS .Cd "bha0 at isa? port 0x330 irq ? drq ?" -.Cd "bha* at eisa? slot ?" +.Cd "bha1 at isa? port 0x334 irq ? drq ?" +.\" .Cd "bha* at eisa? slot ?" .Cd "bha* at pci? dev ? function ?" .Cd "scsibus* at bha?" .Sh HARDWARE @@ -46,18 +47,21 @@ adapters: .Bl -tag -width -offset indent -compact .It Tn Buslogic ISA BT-445 .It Tn Buslogic EISA BT-74x +(supported in isa compatibility mode only) .It Tn Buslogic PCI BT-9[45][68] .El .Sh SEE ALSO .Xr cd 4 , .Xr ch 4 , -.Xr eisa 4 , +.\" .Xr eisa 4 , .Xr intro 4 , .Xr isa 4 , .Xr pci 4 , .Xr scsi 4 , .Xr sd 4 , -.Xr st 4 +.Xr ss 4 , +.Xr st 4 , +.Xr uk 4 .Sh HISTORY In .Ox 3.0 |