1.\" Copyright (c) 2015 Christian Brueffer 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$ 26.\" 27.Dd July 30, 2015 28.Dt PMS 4 29.Os 30.Sh NAME 31.Nm pms 32.Nd "PMC-Sierra PM8001/8081/8088/8089/8074/8076/8077 SAS/SATA HBA Controller driver" 33.Sh SYNOPSIS 34To compile the driver into the kernel, 35place the following line in the 36kernel configuration file: 37.Bd -ragged -offset indent 38.Cd "device pmspcv" 39.Ed 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 45pmspcv_load="YES" 46.Ed 47.Sh DESCRIPTION 48The 49.Nm 50driver provides support for the PMC-Sierra PM8001/8081/8088/8089/8074/8076/8077 51range of SAS/SATA HBA controllers. 52.Sh HARDWARE 53The 54.Nm 55driver supports the following hardware: 56.Pp 57.Bl -bullet -compact 58.It 59Tachyon TS Fibre Channel Card 60.It 61Tachyon TL Fibre Channel Card 62.It 63Tachyon XL2 Fibre Channel Card 64.It 65Tachyon DX2 Fibre Channel Card 66.It 67Tachyon DX2+ Fibre Channel Card 68.It 69Tachyon DX4+ Fibre Channel Card 70.It 71Tachyon QX2 Fibre Channel Card 72.It 73Tachyon QX4 Fibre Channel Card 74.It 75Tachyon DE4 Fibre Channel Card 76.It 77Tachyon QE4 Fibre Channel Card 78.It 79Tachyon XL10 Fibre Channel Card 80.It 81PMC Sierra SPC SAS-SATA Card 82.It 83PMC Sierra SPC-V SAS-SATA Card 84.It 85PMC Sierra SPC-VE SAS-SATA Card 86.It 87PMC Sierra SPC-V 16 Port SAS-SATA Card 88.It 89PMC Sierra SPC-VE 16 Port SAS-SATA Card 90.It 91PMC Sierra SPC-V SAS-SATA Card 12Gig 92.It 93PMC Sierra SPC-VE SAS-SATA Card 12Gig 94.It 95PMC Sierra SPC-V 16 Port SAS-SATA Card 12Gig 96.It 97PMC Sierra SPC-VE 16 Port SAS-SATA Card 12Gig 98.It 99Adaptec Hialeah 4/8 Port SAS-SATA HBA Card 6Gig 100.It 101Adaptec Hialeah 4/8 Port SAS-SATA RAID Card 6Gig 102.It 103Adaptec Hialeah 8/16 Port SAS-SATA HBA Card 6Gig 104.It 105Adaptec Hialeah 8/16 Port SAS-SATA RAID Card 6Gig 106.It 107Adaptec Hialeah 8/16 Port SAS-SATA HBA Encryption Card 6Gig 108.It 109Adaptec Hialeah 8/16 Port SAS-SATA RAID Encryption Card 6Gig 110.It 111Adaptec Delray 8 Port SAS-SATA HBA Card 12Gig 112.It 113Adaptec Delray 8 Port SAS-SATA HBA Encryption Card 12Gig 114.It 115Adaptec Delray 16 Port SAS-SATA HBA Card 12Gig 116.It 117Adaptec Delray 16 Port SAS-SATA HBA Encryption Card 12Gig 118.El 119.Sh SEE ALSO 120.Xr cam 4 , 121.Xr camcontrol 8 122.Sh HISTORY 123The 124.Nm 125device driver first appeared in 126.Fx 10.2 . 127