NameDateSize

..06-Sep-2020323

environment.hH A D18-Aug-20163.2 KiB

isci.cH A D18-Aug-201620.1 KiB

isci.hH A D18-Aug-201610 KiB

isci_controller.cH A D27-Apr-201726.7 KiB

isci_domain.cH A D18-Aug-201611.8 KiB

isci_interrupt.cH A D18-Aug-20167.5 KiB

isci_io_request.cH A D18-Aug-201632.8 KiB

isci_logger.cH A D18-Aug-201611.9 KiB

isci_oem_parameters.cH A D18-Aug-20165.3 KiB

isci_remote_device.cH A D18-Aug-201610.1 KiB

isci_sysctl.cH A D18-Aug-20168.6 KiB

isci_task_request.cH A D12-Jan-20179.6 KiB

isci_timer.cH A D18-Aug-20166.1 KiB

READMEH A D18-Aug-2016694

sci_environment.hH A D18-Aug-201644

scil/H09-May-2020242

types.hH A D18-Aug-20161.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