freebsd-dev/sys/dev/isci
Eitan Adler 0af1b47258 s/ is is / is /g
s/ a a / a /g

Approved by:	cperciva
MFC after:	3 days
2012-09-14 22:00:03 +00:00
..
scil s/ is is / is /g 2012-09-14 22:00:03 +00:00
environment.h
isci_controller.c Fix/add support for SCSI UNMAP to ATA DSM translation. 2012-08-21 22:28:14 +00:00
isci_domain.c Ensure consistent target IDs for direct-attached devices. 2012-03-28 18:38:13 +00:00
isci_interrupt.c Wait until completion context unwinds before retrying CCBs that have been 2012-05-21 22:54:33 +00:00
isci_io_request.c Wait until completion context unwinds before retrying CCBs that have been 2012-05-21 22:54:33 +00:00
isci_logger.c
isci_oem_parameters.c
isci_remote_device.c Clear freeze bit before calling xpt_release_devq. 2012-08-24 22:04:16 +00:00
isci_sysctl.c
isci_task_request.c Fix the following compilation warning with clang trunk in isci(4): 2012-03-30 22:52:08 +00:00
isci_timer.c
isci.c Fix/add support for SCSI UNMAP to ATA DSM translation. 2012-08-21 22:28:14 +00:00
isci.h Fix/add support for SCSI UNMAP to ATA DSM translation. 2012-08-21 22:28:14 +00:00
README
sci_environment.h
types.h

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.