summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorNiklas Hallqvist <niklas@cvs.openbsd.org>2000-02-17 21:13:15 +0000
committerNiklas Hallqvist <niklas@cvs.openbsd.org>2000-02-17 21:13:15 +0000
commit43395084b35458794440ac2432a1985955c498cb (patch)
tree3dfdf15d562addc8b6c8420684c675c877d8a35b
parent38c44f24bf53b2918c7e73e1440e4ca6f1fed276 (diff)
Add a gdt man-page
-rw-r--r--share/man/man4/Makefile10
-rw-r--r--share/man/man4/gdt.486
2 files changed, 91 insertions, 5 deletions
diff --git a/share/man/man4/Makefile b/share/man/man4/Makefile
index ba700744ac7..b4bbf4d9c73 100644
--- a/share/man/man4/Makefile
+++ b/share/man/man4/Makefile
@@ -1,11 +1,11 @@
-# $OpenBSD: Makefile,v 1.98 2000/02/11 19:01:01 jason Exp $
+# $OpenBSD: Makefile,v 1.99 2000/02/17 21:13:14 niklas Exp $
# $NetBSD: Makefile,v 1.22.4.2 1996/07/18 00:51:10 jtc Exp $
MAN= ac97.4 atalk.4 atapiscsi.4 audio.4 adv.4 ahc.4 al.4 ax.4 bpf.4 \
- bridge.4 ccd.4 cd.4 ch.4 clnp.4 cltp.4 cnw.4 dc.4 ddb.4 de.4 drum.4 \
- eap.4 ec.4 ef.4 enc.4 ep.4 esis.4 eso.4 ess.4 exphy.4 fd.4 \
- ffs_softupdates.4 fpa.4 fxp.4 gre.4 icmp.4 icsphy.4 idp.4 ifmedia.4 \
- inet.4 inphy.4 iophy.4 ip.4 ipl.4 ipsec.4 \
+ bridge.4 ccd.4 cd.4 ch.4 clnp.4 cltp.4 cnw.4 dc.4 ddb.4 de.4 dpt.4 \
+ drum.4 eap.4 ec.4 ef.4 enc.4 ep.4 esis.4 eso.4 ess.4 exphy.4 fd.4 \
+ ffs_softupdates.4 fpa.4 fxp.4 gdt.4 gre.4 icmp.4 icsphy.4 idp.4 \
+ ifmedia.4 inet.4 inphy.4 iophy.4 ip.4 ipl.4 ipsec.4 \
isapnp.4 iso.4 isp.4 ksyms.4 lkm.4 lmc.4 lo.4 lxtphy.4 midi.4 mii.4 \
mtdphy.4 mtio.4 ncr.4 ne.4 netintro.4 ns.4 nsip.4 nsphy.4 null.4 \
opl.4 options.4 pciide.4 pcmcia.4 pty.4 qsphy.4 raid.4 random.4 \
diff --git a/share/man/man4/gdt.4 b/share/man/man4/gdt.4
new file mode 100644
index 00000000000..1fb2a7d38cf
--- /dev/null
+++ b/share/man/man4/gdt.4
@@ -0,0 +1,86 @@
+.\" $OpenBSD: gdt.4,v 1.1 2000/02/17 21:13:14 niklas Exp $
+.\"
+.\" Copyright (c) 2000 Niklas Hallqvist. All rights reserved.
+.\"
+.\"
+.Dd February 17, 2000
+.Dt GDT 4
+.Os
+.Sh NAME
+.Nm gdt
+.Nd
+.Tn ICP-Vortex GDT RAID driver
+.Sh SYNOPSIS
+.Cd "gdt* at pci? dev ? function ?"
+.Cd "scsibus* at gdt?"
+.Sh HARDWARE
+The
+.Nm
+driver provides support for the following adapters:
+.Pp
+.Bl -tag -width -offset indent -compact
+.It Tn GDT60x0
+.It Tn GDT6000B
+.It Tn GDT6x10
+.It Tn GDT6x20
+.It Tn GDT6530
+.It Tn GDT6550
+.It Tn GDT6x17
+.It Tn GDT6x27
+.It Tn GDT6537
+.It Tn GDT6557
+.It Tn GDT6x15
+.It Tn GDT6x25
+.It Tn GDT6535
+.It Tn GDT6555
+.It Tn GDT6x17RP
+.It Tn GDT6x27RP
+.It Tn GDT6537RP
+.It Tn GDT6557RP
+.It Tn GDT6x11RP
+.It Tn GDT6x21RP
+.It Tn GDT6x17RD
+.It Tn GDT6x27RD
+.It Tn GDT6537RD
+.It Tn GDT6557RD
+.It Tn GDT6x11RD
+.It Tn GDT6x21RD
+.It Tn GDT6x18RD
+.It Tn GDT6x28RD
+.It Tn GDT6x38RD
+.It Tn GDT6x58RD
+.It Tn GDT7x18RN
+.It Tn GDT7x28RN
+.It Tn GDT7x38RN
+.It Tn GDT7x58RN
+.It Tn GDT6x19RD
+.It Tn GDT6x29RD
+.It Tn GDT7x19RN
+.It Tn GDT7x29RN
+.El
+.Pp
+However, only the
+.Tn GDT6x27RP
+has been tested as that was the adapter that was available to the author.
+.Sh SEE ALSO
+.Xr intro 4 ,
+.Xr scsi 4 ,
+.Xr sd 4 .
+.Sh AUTHOR
+The
+.Nm
+driver was written by
+.An Niklas Hallqvist Aq niklas@openbsd.org ,
+inspired by the Linux driver by
+.An Achim Luebner Aq achim@vortex.de .
+.Sh HISTORY
+The
+.Nm gdt
+driver first appeared in
+.Ox 2.7 .
+.Sh BUGS
+This manpage is inadaquate.
+.Pp
+An ISA & EISA front-end is needed.
+.Pp
+The driver does not yet support transparent raw SCSI mode.