]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/blob - share/man/man4/dpt.4
This commit was generated by cvs2svn to compensate for changes in r153872,
[FreeBSD/FreeBSD.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$
25 .\"
26 .Dd July 4, 2004
27 .Dt DPT 4
28 .Os
29 .Sh NAME
30 .Nm dpt
31 .Nd DPT RAID Controller SCSI driver
32 .Sh SYNOPSIS
33 For one or more EISA Controllers
34 .Cd "device eisa"
35 .Cd "device dpt"
36 .Pp
37 For one or more PCI Controllers
38 .Cd "device pci"
39 .Cd "device dpt"
40 .Pp
41 To allow PCI adapters to use memory mapped I/O if enabled:
42 .Cd options DPT_ALLOW_MEMIO
43 .Sh DESCRIPTION
44 The
45 .Nm
46 driver supports DPT RAID SCSI controllers.
47 .Pp
48 SmartRAID (PM3???) are "Enterprise" class cards,
49 and SmartCache (PM2???) cards are in the "Workstation" class.
50 The Gen 4 Smart Cache IV products were a re-issue of the Gen 3 utilizing
51 upgraded (and cheaper to produce) silicon.
52 The PM3334 (Smart RAID III) was not revamped as there was no upgraded silicon
53 (68040 processor) and it was using the best DPT made.
54 Note there has been customer confusion over the faster enterprise class card
55 supported by this driver being an older generation.
56 The Gen5 cards are supported by the
57 .Xr asr 4
58 driver.
59 .Sh HARDWARE
60 The
61 .Nm
62 driver provides support for the following RAID adapters:
63 .Pp
64 .Bl -bullet -compact
65 .It
66 DPT Smart Cache Plus
67 .It
68 Smart Cache II (PM2?2?, PM2022 [EISA], PM2024/PM2124 [PCI]) (Gen2)
69 .It
70 Smart RAID II (PM3?2?, PM3021, PM3222)
71 .It
72 Smart Cache III (PM2?3?)
73 .It
74 Smart RAID III (PM3?3?, PM3332 [EISA], PM3334UW [PCI]) (Gen3)
75 .It
76 Smart Cache IV (PM2?4?, PM2042 [EISA], PM2044/PM2144 [PCI]) (Gen4)
77 .It
78 Smart RAID IV
79 .El
80 .Sh FILES
81 .Bl -tag -width /usr/share/man0/template.doc -compact
82 .It Pa sys/dev/dpt/dpt_scsi.c
83 Core Driver Implementation
84 .It Pa sys/dev/dpt/dpt.h
85 Register Set and Core Driver Data Structures
86 .It Pa sys/dev/dpt/dpt_pci.c
87 PCI Bus Driver Attachment
88 .It Pa sys/dev/dpt/dpt_eisa.c
89 EISA Bus Driver Attachment
90 .El
91 .Sh SEE ALSO
92 .Xr cd 4 ,
93 .Xr ch 4 ,
94 .Xr da 4 ,
95 .Xr sa 4 ,
96 .Xr scsi 4
97 .Sh HISTORY
98 The
99 .Nm
100 driver first appeared in
101 .Fx 2.2.6 .
102 .Sh AUTHORS
103 .An -nosplit
104 The
105 .Nm
106 driver was written by
107 .An Simon Shapiro
108 and ported to the CAM SCSI system by
109 .An Justin T. Gibbs .