nrelease - fix/improve livecd
[dragonfly.git] / share / man / man4 / dpt.4
CommitLineData
984263bc
MD
1.\"
2.\" Copyright (c) 1998 Justin T. Gibbs
3.\" All rights reserved.
4.\"
5.\" Redistribution and use in source and binary forms, with or without
6.\" modification, are permitted provided that the following conditions
7.\" are met:
8.\" 1. Redistributions of source code must retain the above copyright
9.\" notice, this list of conditions and the following disclaimer.
10.\" 2. The name of the author may not be used to endorse or promote products
11.\" derived from this software without specific prior written permission
12.\"
13.\" THIS SOFTWARE IS PROVIDED BY THE AUTHOR ``AS IS'' AND ANY EXPRESS OR
14.\" IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES
15.\" OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED.
16.\" IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR ANY DIRECT, INDIRECT,
17.\" INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT
18.\" NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE,
19.\" DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY
20.\" THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
21.\" (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF
22.\" THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
23.\"
24.\" $FreeBSD: src/share/man/man4/dpt.4,v 1.5.4.8 2002/01/12 04:08:50 bmah Exp $
25.\"
4ad6607f 26.Dd May 11, 2006
984263bc
MD
27.Dt DPT 4
28.Os
29.Sh NAME
30.Nm dpt
31.Nd DPT RAID Controller SCSI driver
32.Sh SYNOPSIS
984263bc
MD
33.Cd "device pci"
34.Cd "device dpt"
984263bc
MD
35.Sh DESCRIPTION
36The
37.Nm
38driver provides support for the DPT Smart Cache Plus, Smart Cache III,
39Smart Raid III, Smart Cache IV, and Smart RAID IV families of procucts.
40.Sh FILES
41.Bl -tag -width /usr/share/man0/template.doc -compact
44cb301e 42.It Pa /sys/dev/raid/dpt/dpt_scsi.c
984263bc 43Core Driver Implementation
44cb301e 44.It Pa /sys/dev/raid/dpt/dpt.h
984263bc 45Register Set and Core Driver Data Structures
44cb301e 46.It Pa /sys/dev/raid/dpt/dpt_pci.c
984263bc 47PCI Bus Driver Attachment
984263bc
MD
48.El
49.Sh SEE ALSO
50.Xr cd 4 ,
51.Xr ch 4 ,
52.Xr da 4 ,
53.Xr sa 4 ,
54.Xr scsi 4
ac561d34
SW
55.Sh HISTORY
56The
57.Nm
58driver first appeared in
59.Fx 2.2.6 .
984263bc
MD
60.Sh AUTHORS
61.An -nosplit
62The
63.Nm
64driver was written by
65.An Simon Shapiro
66and ported to the CAM SCSI system by
67.An Justin T. Gibbs .