Index of /freebsd/head/sys/dev/isci
Name Last modified Size Description
Parent Directory 20-Oct-2014 04:14 -
types.h 19-Feb-2012 19:17 2k
scil/ 28-Sep-2014 13:55 -
sci_environment.h 19-Feb-2012 19:17 1k
isci_timer.c 19-Feb-2012 19:17 6k
isci_task_request.c 28-Sep-2014 13:55 10k
isci_sysctl.c 28-Sep-2014 13:55 9k
isci_remote_device.c 15-Apr-2013 05:04 10k
isci_oem_parameters.c 19-Feb-2012 19:17 5k
isci_logger.c 19-Feb-2012 19:17 12k
isci_io_request.c 10-Oct-2013 04:55 33k
isci_interrupt.c 22-May-2012 04:25 8k
isci_domain.c 15-Apr-2013 05:04 12k
isci_controller.c 28-Sep-2014 13:55 26k
isci.h 28-Sep-2014 13:55 10k
isci.c 08-Oct-2013 04:53 20k
environment.h 19-Feb-2012 19:17 3k
FreeBSD Driver for Intel(R) C600 SAS Controller
===============================================
This driver has been developed for use with FreeBSD, version 9.0 and later.
This driver uses an OS-agnostic abstraction layer library named SCIL that is
published by Intel specifically for the C600 SAS controller. The SAS
controller has no firmware, so the driver is extensive and using SCIL
minimizes the development and maintenance cost of the driver.
The FreeBSD implementation files are in the isci directory, and SCIL files
are in the isci/scil subdirectory. As Intel publishes new versions of SCIL
(to add features or fix bugs), the isci/scil subdirectory will be updated
appropriately.