1.\" 2.\" Copyright (c) 2012 Intel Corporation 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.\" without modification. 11.\" 2. Redistributions in binary form must reproduce at minimum a disclaimer 12.\" substantially similar to the "NO WARRANTY" disclaimer below 13.\" ("Disclaimer") and any redistribution must be conditioned upon 14.\" including a substantially similar Disclaimer requirement for further 15.\" binary redistribution. 16.\" 17.\" NO WARRANTY 18.\" THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS 19.\" "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT 20.\" LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTIBILITY AND FITNESS FOR 21.\" A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT 22.\" HOLDERS OR CONTRIBUTORS BE LIABLE FOR SPECIAL, EXEMPLARY, OR CONSEQUENTIAL 23.\" DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS 24.\" OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) 25.\" HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, 26.\" STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING 27.\" IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE 28.\" POSSIBILITY OF SUCH DAMAGES. 29.\" 30.\" isci driver man page. 31.\" 32.\" Author: Jim Harris <jimharris@FreeBSD.org> 33.\" 34.\" $FreeBSD$ 35.\" 36.Dd January 23, 2012 37.Dt ISCI 4 38.Os 39.Sh NAME 40.Nm isci 41.Nd Intel C600 Serial Attached SCSI driver 42.Sh SYNOPSIS 43To compile this driver into your kernel, 44place the following lines in your kernel configuration file: 45.Bd -ragged -offset indent 46.Cd "device scbus" 47.Cd "device isci" 48.Ed 49.Pp 50Or, to load the driver as a module at boot, place the following line in 51.Xr loader.conf 5 : 52.Bd -literal -offset indent 53isci_load="YES" 54.Ed 55.Sh DESCRIPTION 56The 57.Nm 58driver provides support for Intel C600 59.Tn SAS 60controller. 61.Sh CONFIGURATION 62To force legacy interrupts for all 63.Nm 64driver instances, set the following tunable value in 65.Xr loader.conf 5 : 66.Bd -literal -offset indent 67hw.isci.force_legacy_interrupts=1 68.Ed 69.Sh DEBUGGING 70To enable debugging prints from the 71.Nm 72driver, set the 73.Bd -literal -offset indent 74hw.isci.debug_level 75.Ed 76.Pp 77variable to a value between 1 and 4 in 78.Xr loader.conf 5 . 79.Pp 80The hardware layer in the isci driver has extensive logging capabilities 81which are disabled by default for performance reasons. These can be enabled 82by adding 83.Bd -literal -offset indent 84options ISCI_LOGGING 85.Ed 86.Pp 87to the kernel configuration file. 88.Sh SEE ALSO 89.Xr cd 4 , 90.Xr ch 4 , 91.Xr da 4 , 92.Xr pci 4 , 93.Xr sa 4 , 94.Xr scsi 4 . 95.Sh HISTORY 96The 97.Nm 98driver first appeared in 99.Fx 10.0 . 100.Sh AUTHORS 101.An -nosplit 102The 103.Nm 104driver was developed by Intel and originally written by 105.An Jim Harris Aq jimharris@FreeBSD.org 106with contributions from Sohaib Ahsan and input from 107.An Scott Long Aq scottl@FreeBSD.org . 108.Pp 109This man page was written by 110.An Jim Harris Aq jimharris@FreeBSD.org . 111