NameDateSize

..20-Dec-2016272

environment.hH A D08-Mar-20153.2 KiB

isci.cH A D08-Mar-201520 KiB

isci.hH A D08-Mar-201510 KiB

isci_controller.cH A D08-Mar-201526.4 KiB

isci_domain.cH A D08-Mar-201511.8 KiB

isci_interrupt.cH A D08-Mar-20157.5 KiB

isci_io_request.cH A D08-Mar-201532.8 KiB

isci_logger.cH A D08-Mar-201511.9 KiB

isci_oem_parameters.cH A D08-Mar-20155.4 KiB

isci_remote_device.cH A D08-Mar-201510.1 KiB

isci_sysctl.cH A D08-Mar-20158.5 KiB

isci_task_request.cH A D08-Mar-20159.5 KiB

isci_timer.cH A D08-Mar-20156.1 KiB

READMEH A D08-Mar-2015694

sci_environment.hH A D08-Mar-201544

scil/H20-Dec-2016242

types.hH A D08-Mar-20151.7 KiB

README

1FreeBSD Driver for Intel(R) C600 SAS Controller
2===============================================
3
4This driver has been developed for use with FreeBSD, version 9.0 and later.
5
6This driver uses an OS-agnostic abstraction layer library named SCIL that is
7published by Intel specifically for the C600 SAS controller.  The SAS
8controller has no firmware, so the driver is extensive and using SCIL
9minimizes the development and maintenance cost of the driver.
10
11The FreeBSD implementation files are in the isci directory, and SCIL files
12are in the isci/scil subdirectory.  As Intel publishes new versions of SCIL
13(to add features or fix bugs), the isci/scil subdirectory will be updated
14appropriately.
15