summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJason Downs <downsj@cvs.openbsd.org>1998-11-17 06:25:18 +0000
committerJason Downs <downsj@cvs.openbsd.org>1998-11-17 06:25:18 +0000
commit19b4b6fe13c20bcb2018f580100c728866302ea6 (patch)
tree6dc044e0d6170263bcb5932c58c64f452c770bff
parent87f72d668cd93e0975d89174ce50647a69290c6f (diff)
Add adw documention, make adw.4 and advansys.4 links.
-rw-r--r--share/man/man4/Makefile4
-rw-r--r--share/man/man4/adv.422
2 files changed, 17 insertions, 9 deletions
diff --git a/share/man/man4/Makefile b/share/man/man4/Makefile
index be6829ec90c..a8e4ee8e535 100644
--- a/share/man/man4/Makefile
+++ b/share/man/man4/Makefile
@@ -1,4 +1,4 @@
-# $OpenBSD: Makefile,v 1.53 1998/11/11 21:46:28 jason Exp $
+# $OpenBSD: Makefile,v 1.54 1998/11/17 06:25:17 downsj Exp $
# $NetBSD: Makefile,v 1.22.4.2 1996/07/18 00:51:10 jtc Exp $
MAN= atalk.4 audio.4 acd.4 adv.4 ahc.4 bpf.4 ccd.4 cd.4 ch.4 clnp.4 cltp.4 \
@@ -18,6 +18,8 @@ MLINKS+=scsi.4 scsibus.4
MLINKS+=tty.4 cua.4
MLINKS+=vnd.4 svnd.4
MLINKS+=isapnp.4 pnp.4
+MLINKS+=adv.4 adw.4
+MLINKS+=adv.4 advansys.4
SUBDIR= man4.alpha man4.amiga man4.arc man4.arm32 man4.atari man4.hp300 \
man4.i386 man4.mac68k man4.pc532 man4.pmax man4.powerpc man4.sparc \
man4.sun3 man4.vax
diff --git a/share/man/man4/adv.4 b/share/man/man4/adv.4
index 51708b6024f..6e54df4b9c4 100644
--- a/share/man/man4/adv.4
+++ b/share/man/man4/adv.4
@@ -1,4 +1,4 @@
-.\" $OpenBSD: adv.4,v 1.1 1998/09/28 08:02:52 downsj Exp $
+.\" $OpenBSD: adv.4,v 1.2 1998/11/17 06:25:17 downsj Exp $
.\"
.\" Copyright (c) 1998, Jason Downs. All rights reserved.
.\"
@@ -26,20 +26,26 @@
.\"
.\"
.Dd September 28, 1998
-.Dt ADV 4
+.Dt ADVANSYS 4
.Os
.Sh NAME
-.Nm adv
-.Nd AdvanSys PCI narrow SCSI Host Adapters
+.Nm advansys
+.Nd AdvanSys PCI SCSI Host Adapters
.Sh SYNOPSIS
.Cd "adv* at pci? dev? function?"
.Cd scsibus* at adv?
+.Cd "adw* at pci? dev? function?"
+.Cd scsibus* at adw?
.Sh DESCRIPTION
The
.Nm
-driver supports narrow channel AdvanSys PCI SCSI host adapters. These include
-the ABP-940/970[UA], SIIG Fast SCSI Pro PCI, and Iomega Jaz Jet PCI adapters.
-The ABP-1200 series should also work, but have not been tested.
+drivers support most AdvanSys PCI SCSI host adapters. The
+.Nm adv
+driver includes support for the ABP-940/970[UA], SIIG Fast SCSI Pro PCI, and
+Iomega Jaz Jet PCI adapters. The ABP-1200 series should also work, but have
+not been tested. The
+.Nm adw
+driver supports the ABP-940UW; others may work, but have not been tested.
.Pp
.Sh BUGS
Probably.
@@ -53,5 +59,5 @@ Probably.
.Sh AUTHOR
The
.Nm
-driver was written by Baldassare Dante Profeta and Advanced System Products,
+drivers were written by Baldassare Dante Profeta and Advanced System Products,
Inc.