]> 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>
Sun, 19 Sep 2021 18:08:22 +0000 (14:08 -0400)
commite8144a13e075ff13c1f162690c7f14dd3f0a4862
tree0699bc9ed0dc06f9fbd90be6c57b2e2bb8bd29f9
parentfea1a98ead918b39280b586773a923e76194400b
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
sys/dev/ciss/ciss.c