Name Date Size #Lines LOC

..22-Aug-2023-

scil/H22-Aug-2023-107,96551,875

READMEH A D22-Aug-2023694 1511

environment.hH A D22-Aug-20233.2 KiB10339

isci.cH A D22-Aug-202320.2 KiB682383

isci.hH A D22-Aug-202310.1 KiB353223

isci_controller.cH A D22-Aug-202326.2 KiB825518

isci_domain.cH A D22-Aug-202311.8 KiB333125

isci_interrupt.cH A D22-Aug-20237.6 KiB242154

isci_io_request.cH A D22-Aug-202332.8 KiB990545

isci_logger.cH A D22-Aug-202312 KiB354145

isci_oem_parameters.cH A D22-Aug-20235.4 KiB178108

isci_remote_device.cH A D22-Aug-202310.1 KiB317175

isci_sysctl.cH A D22-Aug-20238.8 KiB294201

isci_task_request.cH A D22-Aug-20239.6 KiB280118

isci_timer.cH A D22-Aug-20236.2 KiB16955

sci_environment.hH A D22-Aug-202344 20

types.hH A D22-Aug-20231.8 KiB5615

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