summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorKenneth R Westerback <krw@cvs.openbsd.org>2001-02-15 00:38:47 +0000
committerKenneth R Westerback <krw@cvs.openbsd.org>2001-02-15 00:38:47 +0000
commit5b244b46a89c4ed72a06c37e3cab49b5f5e672b8 (patch)
treee2cbf651c7bcd292e2fb2400ea625ef420cf4d28
parent2d7b46df4c9ded271005d4629fad4a5d39a20052 (diff)
Replace 'OpenBSD' with .Ox, 'FreeBSD' with .Fx.
Put quotes around argument to .Cd. Reword .Nd and .Sh DESCRIPTION to focus on INIC-950 and mention Iwill 2395UW test. Add .Sh BUGS mentioning that tagged command queuing not being used.
-rw-r--r--share/man/man4/iha.421
1 files changed, 13 insertions, 8 deletions
diff --git a/share/man/man4/iha.4 b/share/man/man4/iha.4
index f79f400dd06..455a346a821 100644
--- a/share/man/man4/iha.4
+++ b/share/man/man4/iha.4
@@ -30,18 +30,17 @@
.Os
.Sh NAME
.Nm iha
-.Nd Initio PCI SCSI Host Adapters
+.Nd Initio INIC-950 based PCI SCSI Host Adapters
.Sh SYNOPSIS
.Cd "iha* at pci? dev ? function ?"
-.Cd scsibus* at iha?
+.Cd "scsibus* at iha?"
.Sh DESCRIPTION
The
.Nm
-driver currently supports the Initio INI-9100U/UW PCI SCSI host adapter.
-According to Initio this means it should also support all other Initio
-INIC-950 chip based cards.
+driver supports PCI SCSI host adapters using the Initio INIC-950 chip,
+such as the Initio INI-9100U/UW PCI SCSI host adapter.
.Pp
-The INI-9100U/UW is the only one tested.
+The INI-9100U/UW and the Iwill 2935UW have been tested.
.Sh SEE ALSO
.Xr cd 4 ,
.Xr intro 4 ,
@@ -53,5 +52,11 @@ The INI-9100U/UW is the only one tested.
.Sh AUTHORS
The
.Nm
-driver was written for OpenBSD by Kenneth R. Westerback, based on
-a FreeBSD driver by Winston Hung.
+driver was written for
+.Ox
+by Kenneth R. Westerback, based on a
+.Fx
+driver by Winston Hung.
+.Sh BUGS
+.Nm
+does not currently use tagged command queuing.