mirror of
https://github.com/opnsense/src.git
synced 2026-06-09 16:50:25 -04:00
Taken from: https://github.com/freebsd/freebsd.git Commit id: d44ce30d3054a38723f89a161c5e003e64d1aaae
14 lines
694 B
Text
14 lines
694 B
Text
FreeBSD Driver for Intel(R) C600 SAS Controller
|
|
===============================================
|
|
|
|
This driver has been developed for use with FreeBSD, version 9.0 and later.
|
|
|
|
This driver uses an OS-agnostic abstraction layer library named SCIL that is
|
|
published by Intel specifically for the C600 SAS controller. The SAS
|
|
controller has no firmware, so the driver is extensive and using SCIL
|
|
minimizes the development and maintenance cost of the driver.
|
|
|
|
The FreeBSD implementation files are in the isci directory, and SCIL files
|
|
are in the isci/scil subdirectory. As Intel publishes new versions of SCIL
|
|
(to add features or fix bugs), the isci/scil subdirectory will be updated
|
|
appropriately.
|