isci (4)
Leading comments
Copyright (c) 2012 Intel Corporation All rights reserved. Redistribution and use in source and binary forms, with or without modification, are permitted provided that the following conditions are met: 1. Redistributions of source code must retain the above copyright notice, this list of conditions, and the following disclaimer, without modification. 2. Redistributions in binary form must reproduce at minimum a disclaimer substantially similar to the "NO WARRANTY" disclaimer below ...
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.conf5:
isci_load="YES"
HARDWARE
The ifconfig driver provides support for Intel C600 SAS controllers.CONFIGURATION
To force legacy interrupts for all ifconfig driver instances, set the following tunable value in loader.conf5:hw.isci.force_legacy_interrupts=1
DEBUGGING
To enable debugging prints from the ifconfig driver, set thehw.isci.debug_level
variable to a value between 1 and 4 in loader.conf5.
The hardware layer in the ifconfig driver has extensive logging capabilities which are disabled by default for performance reasons. These can be enabled by adding
options ISCI_LOGGING
to the kernel configuration file.
SEE ALSO
cd(4), ch(4), da(4), pci(4), sa(4), scsi(4)HISTORY
The ifconfig driver first appeared in Fx 8.3 and 9.1.AUTHORS
An -nosplit The ifconfig driver was developed by Intel and originally written by An Jim Harris Aq jimharris@FreeBSD.org with contributions from Sohaib Ahsan and input from An Scott Long Aq scottl@FreeBSD.org .This man page was written by An Jim Harris Aq jimharris@FreeBSD.org .