Searched hist:"71 fd1bfd5ed5fdc316600a0b425d81844c021e9b" (Results 1 – 1 of 1) sorted by relevance
/freebsd/sys/dev/aacraid/ |
H A D | aacraid_cam.c | diff 71fd1bfd5ed5fdc316600a0b425d81844c021e9b Mon Jun 21 20:13:13 CEST 2021 Leandro Lupori <luporl@FreeBSD.org> aacraid: ignore data overrun on INQUIRY
The INQUIRY command may return a CAM_DATA_RUN_ERR code, even when it succeeds. This happens during driver startup, causing the current and further inquiries to be aborted, resulting in some missing information about the controller.
Reviewed by: imp Sponsored by: Instituto de Pesquisas Eldorado (eldorado.org.br) Differential Revision: https://reviews.freebsd.org/D30843
|