mirror of
https://github.com/opnsense/src.git
synced 2026-02-16 09:08:51 -05:00
I saw a situation where the driver set CAM_AUTOSNS_VALID on a failed ccb even though SRB_STATUS_AUTOSENSE_VALID was not set in the status. The actual sense data remained all zeros. The problem seems to be that create_storvsc_request() always sets hv_storvsc_request::sense_info_len, so checking for sense_info_len != 0 is not enough to determine if any auto-sense data is actually available. Reviewed by: whu, imp MFC after: 2 weeks Sponsored by: CyberSecure Differential Revision: https://reviews.freebsd.org/D30124 |
||
|---|---|---|
| .. | ||
| hv_storvsc_drv_freebsd.c | ||
| hv_vstorage.h | ||