summaryrefslogtreecommitdiffstats
path: root/sys/dev/isci/README
diff options
context:
space:
mode:
authorjimharris <jimharris@FreeBSD.org>2012-01-06 20:44:57 +0000
committerjimharris <jimharris@FreeBSD.org>2012-01-06 20:44:57 +0000
commit6c9766a5d435593398ebbc3799f6e2e2e7981808 (patch)
tree335ef7d7c5667fabcda2ab78ebf4b1076a90ea04 /sys/dev/isci/README
parent985bbcc63e6322ee9056c3d1aa21c11325236600 (diff)
downloadFreeBSD-src-6c9766a5d435593398ebbc3799f6e2e2e7981808.zip
FreeBSD-src-6c9766a5d435593398ebbc3799f6e2e2e7981808.tar.gz
Modify GENERIC, files and options for isci (Intel C600 SAS controller) driver.
Also add brief README and cleanup Makefile. Reviewed by: scottl sbruno
Diffstat (limited to 'sys/dev/isci/README')
-rw-r--r--sys/dev/isci/README14
1 files changed, 14 insertions, 0 deletions
diff --git a/sys/dev/isci/README b/sys/dev/isci/README
new file mode 100644
index 0000000..1261d83
--- /dev/null
+++ b/sys/dev/isci/README
@@ -0,0 +1,14 @@
+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.
OpenPOWER on IntegriCloud