]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/blob - share/man/man4/smartpqi.4
Fix a few mandoc issues
[FreeBSD/FreeBSD.git] / share / man / man4 / smartpqi.4
1 .\" Copyright (c) 2018 Murthy Bhat
2 .\" All rights reserved.
3 .\"
4 .\" Redistribution and use in source and binary forms, with or without
5 .\" modification, are permitted provided that the following conditions
6 .\" are met:
7 .\" 1. Redistributions of source code must retain the above copyright
8 .\"    notice, this list of conditions and the following disclaimer.
9 .\" 2. Redistributions in binary form must reproduce the above copyright
10 .\"    notice, this list of conditions and the following disclaimer in the
11 .\"    documentation and/or other materials provided with the distribution.
12 .\"
13 .\" THIS SOFTWARE IS PROVIDED BY THE AUTHOR AND CONTRIBUTORS ``AS IS'' AND
14 .\" ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE
15 .\" IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE
16 .\" ARE DISCLAIMED.  IN NO EVENT SHALL THE AUTHOR OR CONTRIBUTORS BE LIABLE
17 .\" FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL
18 .\" DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS
19 .\" OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION)
20 .\" HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT
21 .\" LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY
22 .\" OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
23 .\" SUCH DAMAGE.
24 .\"
25 .\" $FreeBSD$ stable/10/share/man/man4/smartpqi.4 195614 2017-01-11 08:10:18Z jkim $
26 .Dd April 6, 2018
27 .Dt SMARTPQI 4
28 .Os
29 .Sh NAME
30 .Nm smartpqi
31 .Nd Microsemi smartpqi SCSI driver for PQI controllers
32 .Sh SYNOPSIS
33 To compile this driver into the kernel,
34 place the following lines in your
35 kernel configuration file:
36 .Bd -ragged -offset indent
37 .Cd device pci
38 .Cd device scbus
39 .Cd device smartpqi
40 .Ed
41 .Pp
42 Alternatively, to load the driver as a
43 module at boot time, place the following line in
44 .Xr loader.conf 5 :
45 .Bd -literal -offset indent
46 smartpqi_load="YES"
47 .Ed
48 .Sh DESCRIPTION
49 The
50 .Nm
51 SCSI driver provides support for the new generation of PQI controllers from
52 Microsemi.
53 The
54 .Nm
55 driver is the first SCSI driver to implement the PQI queuing model.
56 .Pp
57 The
58 .Nm
59 driver will replace the aacraid driver for Adaptec Series 9 controllers.
60 .Pp
61 The
62 .Pa /dev/smartpqi?
63 device nodes provide access to the management interface of the controller.
64 One node exists per installed card.
65 .Sh HARDWARE
66 Controllers supported by the
67 .Nm
68 driver include:
69 .Pp
70 .Bl -bullet -compact
71 .It
72 HPE Gen10 Smart Array Controller Family
73 .It
74 OEM Controllers based on the Microsemi Chipset
75 .El
76 .Sh FILES
77 .Bl -tag -width /boot/kernel/aac.ko -compact
78 .It Pa /dev/smartpqi?
79 smartpqi management interface
80 .El
81 .Sh SEE ALSO
82 .Xr kld 4 ,
83 .Xr linux 4 ,
84 .Xr scsi 4 ,
85 .Xr kldload 8 ,
86 .Xr pass 4 ,
87 .Xr xpt 4 ,
88 .Xr loader.conf 5 ,
89 .Xr camcontrol 8
90 .Rs
91 .%T "Microsemi Website"
92 .%U http://www.microsemi.com/
93 .Re
94 .Sh HISTORY
95 The
96 .Nm
97 driver first appeared in
98 .Fx 11.1 .
99 .Sh AUTHORS
100 .An Murthy Bhat
101 .Aq murthy.bhat@microsemi.com
102 .Sh BUGS
103 The controller is not actually paused on suspend/resume.