summaryrefslogtreecommitdiffstats
path: root/share/man/man4/dpt.4
diff options
context:
space:
mode:
authorken <ken@FreeBSD.org>1998-10-16 22:00:55 +0000
committerken <ken@FreeBSD.org>1998-10-16 22:00:55 +0000
commit694661136914ca424ebf945a91f95d4e88bbc8ac (patch)
treed96984706793e9fbfe7df814386d9795ccbe4d58 /share/man/man4/dpt.4
parent288b6b0ec98956be0be98fb202486372384c5529 (diff)
downloadFreeBSD-src-694661136914ca424ebf945a91f95d4e88bbc8ac.zip
FreeBSD-src-694661136914ca424ebf945a91f95d4e88bbc8ac.tar.gz
Add the dpt(4) man page.
Reviewed by: ken Submitted by: gibbs
Diffstat (limited to 'share/man/man4/dpt.4')
-rw-r--r--share/man/man4/dpt.478
1 files changed, 78 insertions, 0 deletions
diff --git a/share/man/man4/dpt.4 b/share/man/man4/dpt.4
new file mode 100644
index 0000000..cb0e9b2
--- /dev/null
+++ b/share/man/man4/dpt.4
@@ -0,0 +1,78 @@
+.\"
+.\" Copyright (c) 1998 Justin T. Gibbs
+.\" All rights reserved.
+.\"
+.\" Redistribution and use in source and binary forms, with or without
+.\" modification, are permitted provided that the following conditions
+.\" are met:
+.\" 1. Redistributions of source code must retain the above copyright
+.\" notice, this list of conditions and the following disclaimer.
+.\" 2. The name of the author may not be used to endorse or promote products
+.\" derived from this software without specific prior written permission
+.\"
+.\" THIS SOFTWARE IS PROVIDED BY THE AUTHOR ``AS IS'' AND ANY EXPRESS OR
+.\" IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES
+.\" OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED.
+.\" IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR ANY DIRECT, INDIRECT,
+.\" INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT
+.\" NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE,
+.\" DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY
+.\" THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
+.\" (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF
+.\" THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
+.\"
+.\" $Id$
+.\"
+.Dd October 16, 1998
+.Dt DPT 4 i386
+.Os FreeBSD 3.0
+.Sh NAME
+.Nm dpt
+.Nd DPT RAID Controller SCSI driver
+.Sh SYNOPSIS
+For one or more EISA Controllers
+.Cd "controller eisa0"
+.Cd "controller dpt0"
+.Pp
+For one or more PCI Controllers
+.Cd "controller pci0"
+.Cd "controller dpt0"
+.Pp
+To allow PCI adapters to use memory mapped I/O if enabled:
+.Cd options DPT_ALLOW_MEMIO
+.Pp
+.Sh DESCRIPTION
+The
+.Nm
+driver provides support for the DPT Smart Cache Plus, Smart Cache III,
+Smart Raid III, Smart Cache IV, and Smart RAID IV families of procucts.
+.Sh FILES
+.Bl -tag -width /usr/share/man0/template.doc -compact
+.It Pa sys/dev/dpt/dpt_scsi.c
+Core Driver Implementation
+.It Pa sys/dev/dpt/dpt.h
+Register Set and Core Driver Data Structures
+.It Pa sys/pci/dpt_pci.c
+PCI Bus Driver Attachment
+.It Pa sys/i386/eisa/dpt_eisa.c
+EISA Bus Driver Attachment
+.El
+.Sh SEE ALSO
+.Xr cd 4 ,
+.Xr ch 4 ,
+.Xr scsi 4 ,
+.Xr da 4 ,
+.Xr sa 4
+.Sh AUTHORS
+The
+.Nm
+driver was written by
+.An Simon Shapiro
+and ported to the CAM SCSI system by
+.An Justin T. Gibbs .
+.Sh HISTORY
+The
+.Nm
+driver first appeared in
+.Fx 2.2.6 .
+
OpenPOWER on IntegriCloud