Name Date Size #Lines LOC

..--

scil/H--107,48551,777

READMEH A D15-May-2012694 1511

environment.hH A D24-Nov-20233.2 KiB10138

isci.cH A D23-Jul-202420.1 KiB678381

isci.hH A D16-Aug-202310.1 KiB351223

isci_controller.cH A D16-Aug-202326.2 KiB825518

isci_domain.cH A D16-Aug-202311.8 KiB331124

isci_interrupt.cH A D16-Aug-20237.5 KiB240153

isci_io_request.cH A D16-Aug-202332.8 KiB989545

isci_logger.cH A D16-Aug-202311.9 KiB352144

isci_oem_parameters.cH A D16-Aug-20235.4 KiB176107

isci_remote_device.cH A D16-Aug-202310.1 KiB315174

isci_sysctl.cH A D16-Aug-20238.8 KiB292200

isci_task_request.cH A D16-Aug-20239.6 KiB278117

isci_timer.cH A D16-Aug-20236.2 KiB16754

sci_environment.hH A D15-May-201244 20

types.hH A D16-Aug-20231.8 KiB5415

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