]> CyberLeo.Net >> Repos - FreeBSD/releng/9.1.git/commit
MFC r239889:
authorjimharris <jimharris@ccf9f872-aa2e-dd11-9fc8-001c23d0bc1f>
Thu, 6 Sep 2012 16:38:55 +0000 (16:38 +0000)
committerjimharris <jimharris@ccf9f872-aa2e-dd11-9fc8-001c23d0bc1f>
Thu, 6 Sep 2012 16:38:55 +0000 (16:38 +0000)
commit4a131f936c184477158d8c7647c12b9adc8cc22e
treee8231440406419274327edf17ba810d2a8b641c2
parentd967bc22d02fbe9b0f5bcf042043b4746bba2b40
MFC r239889:

Do not call sati_check_data_io() for SATI_UNMAP sequences.

This routine is intended only for commands such as INQUIRY where
the controller may fill out a smaller amount of data than allocated
by the host.

The end result of this bug was that isci(4) would report non-zero
resid for successful SCSI_UNMAP commands.

Sponsored by:   Intel
Approved by: re (kib)

git-svn-id: svn://svn.freebsd.org/base/releng/9.1@240168 ccf9f872-aa2e-dd11-9fc8-001c23d0bc1f
sys/dev/isci/scil/sati.c