bc443f99a4ea09bb93c5d5a41a3067ba635ec5f8
[dragonfly.git] / share / man / man4 / dpt.4
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
34 For one or more EISA Controllers
35 .Cd "device eisa"
36 .Cd "device dpt"
37 .Pp
38 For one or more PCI Controllers
39 .Cd "device pci"
40 .Cd "device dpt"
41 .Sh DESCRIPTION
42 The
43 .Nm
44 driver provides support for the DPT Smart Cache Plus, Smart Cache III,
45 Smart 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
49 Core Driver Implementation
50 .It Pa /sys/dev/raid/dpt/dpt.h
51 Register Set and Core Driver Data Structures
52 .It Pa /sys/dev/raid/dpt/dpt_pci.c
53 PCI Bus Driver Attachment
54 .It Pa /sys/dev/raid/dpt/dpt_eisa.c
55 EISA 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
64 The
65 .Nm
66 driver first appeared in
67 .Fx 2.2.6 .
68 .Sh AUTHORS
69 .An -nosplit
70 The
71 .Nm
72 driver was written by
73 .An Simon Shapiro
74 and ported to the CAM SCSI system by
75 .An Justin T. Gibbs .