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 06, 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 33To compile this driver into the kernel, 34place the following lines in your 35kernel configuration file: 36.Bd -ragged -offset indent 37.Cd device pci 38.Cd device scbus 39.Cd device smartpqi 40.Pp 41Alternatively, to load the driver as a 42module at boot time, place the following line in 43.Xr loader.conf 5 : 44.Bd -literal -offset indent 45smartpqi_load="YES" 46.Ed 47.Sh DESCRIPTION 48The 49.Nm 50SCSI driver provides support for the new generation of PQI controllers from 51Microsemi. 52The 53.Nm 54driver is the first SCSI driver to implement the PQI queuing model. 55.Pp 56The 57.Nm 58driver will replace the aacraid driver for Adaptec Series 9 controllers. 59.Pp 60The 61.Pa /dev/smartpqi? 62device nodes provide access to the management interface of the controller. 63One node exists per installed card. 64.Sh HARDWARE 65Controllers supported by the 66.Nm 67driver include: 68.Pp 69.Bl -bullet -compact 70.It 71HPE Gen10 Smart Array Controller Family 72.It 73OEM Controllers based on the Microsemi Chipset 74.El 75.Sh FILES 76.Bl -tag -width /boot/kernel/aac.ko -compact 77.It Pa /dev/smartpqi? 78smartpqi management interface 79.El 80.Sh SEE ALSO 81.Xr kld 4 , 82.Xr linux 4 , 83.Xr scsi 4 , 84.Xr kldload 8 85.Xr pass 4 86.Xr xpt 4 87.Xr loader.conf 5 88.Xr camcontrol 8 89.Rs 90.%T "Microsemi Website" 91.%U http://www.microsemi.com/ 92.Re 93.Sh HISTORY 94The 95.Nm 96driver first appeared in 97.Fx 11.1 . 98.Sh AUTHOR 99.An Murthy Bhat 100.Aq murthy.bhat@microsemi.com 101.Sh BUGS 102The controller is not actually paused on suspend/resume. 103