OpenBSD cvs log

created 2020-01-29T00:43:45Z
begin 2019-11-26T19:57:52Z
end 2019-11-26T20:48:03Z
path src/sys
commits 1

date 2019-11-26T20:48:03Z
author krw
files src/sys/scsi/scsi_base.c log diff annotate
src/sys/scsi/st.c log diff annotate
message Don't zero existing values for density, block_count and block_size in
scsi_do_mode_sense(). Just update the values when valid data is
available. Initialize the variables passed to scsi_do_mode_sense() in
the one instance where they weren't already set.

Fixes issue with softraid crypto volumes on 4K-sector disks.

Found, fix tested, and ok tim@