]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/commit
ciss(4): Properly handle data underrun.
authorAlexander Motin <mav@FreeBSD.org>
Sun, 19 Sep 2021 17:45:51 +0000 (13:45 -0400)
committerAlexander Motin <mav@FreeBSD.org>
Tue, 19 Oct 2021 15:13:31 +0000 (11:13 -0400)
commit9abf1f741d541a4a1ab684cc417cc6660b0cba1a
tree7e6ceadcc4076d1935222239667ded90b5650617
parent2a69f6e99655e0ce995baf0574ebf7005be0241d
ciss(4): Properly handle data underrun.

For SCSI data underrun is a part of normal life.  It should not be
reported as error.  This fixes MODE SENSE used by modern CAM.

MFC after: 1 month

(cherry picked from commit e8144a13e075ff13c1f162690c7f14dd3f0a4862)
sys/dev/ciss/ciss.c