diff options
author | Kenneth R Westerback <krw@cvs.openbsd.org> | 2001-03-29 23:53:40 +0000 |
---|---|---|
committer | Kenneth R Westerback <krw@cvs.openbsd.org> | 2001-03-29 23:53:40 +0000 |
commit | ab8940e348a5e4c79aa4382da8eefc859965f706 (patch) | |
tree | ec47db4cb2deebea535ea6d64a8111dc5589ae6c /share | |
parent | 1ce79a21a95fd93e51be22764369b107369a0f25 (diff) |
An INIC-940 based card supplied by Initio proves that the iha driver
does support both INIC-940 and INIC-950 chips. So allow iha to
recognize and claim INIC-940 based cards, and change documentation to
reflect new support.
Thanks to Initio for providing the card to test.
Diffstat (limited to 'share')
-rw-r--r-- | share/man/man4/iha.4 | 6 | ||||
-rw-r--r-- | share/man/man4/pci.4 | 4 |
2 files changed, 5 insertions, 5 deletions
diff --git a/share/man/man4/iha.4 b/share/man/man4/iha.4 index 4f089cbbd74..7ffaf094fb5 100644 --- a/share/man/man4/iha.4 +++ b/share/man/man4/iha.4 @@ -37,10 +37,10 @@ .Sh DESCRIPTION The .Nm -driver supports PCI SCSI host adapters using the Initio INIC-950 chip, -such as the Initio INI-9100U/UW PCI SCSI host adapter. +driver supports PCI SCSI host adapters based on the Initio INIC-940 +and INIC-950 chips. .Pp -The INI-9100U/UW and the Iwill 2935UW have been tested. +The INI-9090U, INI-9100U/UW and the Iwill 2935UW have been tested. .Sh SEE ALSO .Xr cd 4 , .Xr intro 4 , diff --git a/share/man/man4/pci.4 b/share/man/man4/pci.4 index dfbc5e79806..d8a1cf84655 100644 --- a/share/man/man4/pci.4 +++ b/share/man/man4/pci.4 @@ -1,4 +1,4 @@ -.\" $OpenBSD: pci.4,v 1.33 2001/03/29 14:32:36 aaron Exp $ +.\" $OpenBSD: pci.4,v 1.34 2001/03/29 23:53:38 krw Exp $ .\" $NetBSD: pci.4,v 1.29 2000/04/01 00:32:23 tsarna Exp $ .\" .\" Copyright (c) 2000 Theo de Raadt. All rights reserved. @@ -99,7 +99,7 @@ and .Tn FibreChannel interfaces. .It Xr iha 4 -Initio Speedway INI-9100 U/UW +Initio INIC-940 and INIC-950 based .Tn SCSI interfaces. .It Xr ncr 4 , Xr siop 4 |