opnsense-src/sys/dev/isci
Franco Fichtner cd6ee62847 src: clean-cut move to 10.2-RELEASE
Start fresh on master, only apply needed patches on top now.

Upstream commit:	56279fdef34eb28a4655b489b992c651bd8379fc
Taken from:		FreeBSD
2015-08-14 14:15:00 +02:00
..
scil *: upgrade to 10.1 as a bulk commit 2015-02-10 19:21:02 +01:00
environment.h src: initial commit based on FreeBSD-10.0 2014-11-09 09:30:14 +01:00
isci.c src: initial commit based on FreeBSD-10.0 2014-11-09 09:30:14 +01: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 10.2-RELEASE 2015-08-14 14:15:00 +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: initial commit based on FreeBSD-10.0 2014-11-09 09:30:14 +01:00
isci_io_request.c src: clean-cut move to 10.2-RELEASE 2015-08-14 14:15:00 +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: initial commit based on FreeBSD-10.0 2014-11-09 09:30:14 +01: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 10.2-RELEASE 2015-08-14 14:15:00 +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.