]> CyberLeo.Net >> Repos - FreeBSD/releng/10.0.git/blob - sys/dev/isci/README
- Copy stable/10 (r259064) to releng/10.0 as part of the
[FreeBSD/releng/10.0.git] / sys / dev / isci / README
1 FreeBSD Driver for Intel(R) C600 SAS Controller
2 ===============================================
3
4 This driver has been developed for use with FreeBSD, version 9.0 and later.
5
6 This driver uses an OS-agnostic abstraction layer library named SCIL that is
7 published by Intel specifically for the C600 SAS controller.  The SAS
8 controller has no firmware, so the driver is extensive and using SCIL
9 minimizes the development and maintenance cost of the driver.
10
11 The FreeBSD implementation files are in the isci directory, and SCIL files
12 are 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
14 appropriately.