ktr.4 - add note about KTR_USCHED_BSD4
[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 .\"
26 .Dd May 11, 2006
27 .Dt DPT 4
28 .Os
29 .Sh NAME
30 .Nm dpt
31 .Nd DPT RAID Controller SCSI driver
32 .Sh SYNOPSIS
33 .Cd "device pci"
34 .Cd "device dpt"
35 .Sh DESCRIPTION
36 The
37 .Nm
38 driver provides support for the DPT Smart Cache Plus, Smart Cache III,
39 Smart 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
42 .It Pa /sys/dev/raid/dpt/dpt_scsi.c
43 Core Driver Implementation
44 .It Pa /sys/dev/raid/dpt/dpt.h
45 Register Set and Core Driver Data Structures
46 .It Pa /sys/dev/raid/dpt/dpt_pci.c
47 PCI Bus Driver Attachment
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
55 .Sh HISTORY
56 The
57 .Nm
58 driver first appeared in
59 .Fx 2.2.6 .
60 .Sh AUTHORS
61 .An -nosplit
62 The
63 .Nm
64 driver was written by
65 .An Simon Shapiro
66 and ported to the CAM SCSI system by
67 .An Justin T. Gibbs .