opnsense-src/sys/dev/isci
Franco Fichtner eb99233983 src: clean-cut move to release/11.0.0
Taken from: FreeBSD
Commit ref: d508cb8c8f
2016-10-03 12:28:21 +02:00
..
scil src: clean-cut move to release/11.0.0 2016-10-03 12:28:21 +02:00
environment.h src: initial commit based on FreeBSD-10.0 2014-11-09 09:30:14 +01:00
isci.c src: clean-cut move to release/11.0.0 2016-10-03 12:28:21 +02:00
isci.h *: upgrade to 10.1 as a bulk commit 2015-02-10 19:21:02 +01:00
isci_controller.c src: clean-cut move to release/11.0.0 2016-10-03 12:28:21 +02:00
isci_domain.c src: initial commit based on FreeBSD-10.0 2014-11-09 09:30:14 +01:00
isci_interrupt.c src: clean-cut move to release/10.3.0 2016-05-21 08:25:57 +02:00
isci_io_request.c src: clean-cut move to release/11.0.0 2016-10-03 12:28:21 +02:00
isci_logger.c src: initial commit based on FreeBSD-10.0 2014-11-09 09:30:14 +01:00
isci_oem_parameters.c src: clean-cut move to release/11.0.0 2016-10-03 12:28:21 +02:00
isci_remote_device.c src: initial commit based on FreeBSD-10.0 2014-11-09 09:30:14 +01:00
isci_sysctl.c src: clean-cut move to 10.2-RELEASE 2015-08-14 14:15:00 +02:00
isci_task_request.c *: upgrade to 10.1 as a bulk commit 2015-02-10 19:21:02 +01:00
isci_timer.c src: clean-cut move to release/11.0.0 2016-10-03 12:28:21 +02:00
README src: initial commit based on FreeBSD-10.0 2014-11-09 09:30:14 +01:00
sci_environment.h src: initial commit based on FreeBSD-10.0 2014-11-09 09:30:14 +01:00
types.h src: initial commit based on FreeBSD-10.0 2014-11-09 09:30:14 +01:00

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.