opnsense-src/sys/dev/isci/README
Franco Fichtner 402e7dde73 src: initial commit based on FreeBSD-10.0
Taken from:	https://github.com/freebsd/freebsd.git
Commit id:	d44ce30d3054a38723f89a161c5e003e64d1aaae
2014-11-09 09:30:14 +01:00

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.