freebsd-skq/sys/dev/isci
Jim Harris 3e0a9f1ff2 Fix/add support for SCSI UNMAP to ATA DSM translation.
This addresses kernel panic observed when sending SCSI UNMAP
commands to SATA disks attached to isci(4).

1) Flesh out callback routines to allocate/free buffers needed for
   translating SCSI UNMAP data to ATA DSM data.
2) Add controller-level pool for storing buffers previously allocated
   for UNMAP translation, to lessen chance of no buffer available
   under memory pressure.
3) Ensure driver properly handles case where buffer pool is empty
   and contigmalloc returns NULL.

Sponsored by: Intel
Reported by: Maksim Yevmenkin <max at netflix dot com>
Discussed with:  scottl
MFC after: 3 days
2012-08-21 22:28:14 +00:00
..
scil Fix/add support for SCSI UNMAP to ATA DSM translation. 2012-08-21 22:28:14 +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 Wait until completion context unwinds before retrying CCBs that have been 2012-05-21 22:54:33 +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.