Pass lower 3 bits of sector_count for FPDMA commands.
authorAlexander Motin <mav@FreeBSD.org>
Thu, 22 Oct 2020 03:30:39 +0000 (03:30 +0000)
committerAlexander Motin <mav@FreeBSD.org>
Thu, 22 Oct 2020 03:30:39 +0000 (03:30 +0000)
commit4138a74460137f7325d9636337e6e3095caa5184
treeaf1f0f673050d67f576a0e83cb5c74e367c965a4
parent3611c2d8091c0cf49314db0229e1c7a52c3427d4
Pass lower 3 bits of sector_count for FPDMA commands.

When this code was written those bits were N/A, but now the lowest bit
is Rebuild Assist Recovery Control (RARC).

MFC after: 1 month
sys/dev/ahci/ahci.c
sys/dev/mvs/mvs.c
sys/dev/siis/siis.c