NAME
isci — Intel C600 Serial Attached SCSI driverSYNOPSIS
To compile this driver into your kernel, place the following lines in your kernel configuration file:
device
scbus
device isci
Or, to load the driver as a module at boot, place the following line in
loader.conf(5):
device isci
isci_load="YES"
HARDWARE
The isci driver provides support for Intel C600 SAS controllers.CONFIGURATION
To force legacy interrupts for all isci driver instances, set the following tunable value in loader.conf(5):hw.isci.force_legacy_interrupts=1
DEBUGGING
To enable debugging prints from the isci driver, set thehw.isci.debug_level
options ISCI_LOGGING
SEE ALSO
cd(4), ch(4), da(4), pci(4), sa(4), scsi(4)HISTORY
The isci driver first appeared in FreeBSD 8.3 and 9.1.AUTHORS
The isci driver was developed by Intel and originally written by Jim Harris <[email protected]> with contributions from Sohaib Ahsan and input from Scott Long <[email protected]>. This man page was written by Jim Harris <[email protected]>.January 23, 2012 | Debian |