xref: /dragonfly/share/man/man4/dpt.4 (revision 0ac6bf9d)
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.\" $DragonFly: src/share/man/man4/dpt.4,v 1.5 2006/05/26 19:39:39 swildner Exp $
26.\"
27.Dd May 11, 2006
28.Dt DPT 4
29.Os
30.Sh NAME
31.Nm dpt
32.Nd DPT RAID Controller SCSI driver
33.Sh SYNOPSIS
34For one or more EISA Controllers
35.Cd "device eisa"
36.Cd "device dpt"
37.Pp
38For one or more PCI Controllers
39.Cd "device pci"
40.Cd "device dpt"
41.Sh DESCRIPTION
42The
43.Nm
44driver provides support for the DPT Smart Cache Plus, Smart Cache III,
45Smart Raid III, Smart Cache IV, and Smart RAID IV families of procucts.
46.Sh FILES
47.Bl -tag -width /usr/share/man0/template.doc -compact
48.It Pa /sys/dev/raid/dpt/dpt_scsi.c
49Core Driver Implementation
50.It Pa /sys/dev/raid/dpt/dpt.h
51Register Set and Core Driver Data Structures
52.It Pa /sys/dev/raid/dpt/dpt_pci.c
53PCI Bus Driver Attachment
54.It Pa /sys/dev/raid/dpt/dpt_eisa.c
55EISA Bus Driver Attachment
56.El
57.Sh SEE ALSO
58.Xr cd 4 ,
59.Xr ch 4 ,
60.Xr da 4 ,
61.Xr sa 4 ,
62.Xr scsi 4
63.Sh HISTORY
64The
65.Nm
66driver first appeared in
67.Fx 2.2.6 .
68.Sh AUTHORS
69.An -nosplit
70The
71.Nm
72driver was written by
73.An Simon Shapiro
74and ported to the CAM SCSI system by
75.An Justin T. Gibbs .
76