CVSROOT: /cvs Module name: src Changes by: [email protected] 2019/11/26 13:48:03
Modified files:
sys/scsi : scsi_base.c st.c
Log 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@
