Source-Changes archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

CVS commit: src/sys/dev/scsipi



Module Name:    src
Committed By:   mlelstv
Date:           Sat Oct 11 13:58:09 UTC 2025

Modified Files:
        src/sys/dev/scsipi: sd.c

Log Message:
For SPC-3 devices try READ_CAPACITY_16 first and fall back to older
READ_CAPACITY_10.

This fixes SCSI drivers like mpt(4) that announce SPC-3 conformity but
don't support READ_CAPACITY_16 in all configurations.


To generate a diff of this commit:
cvs rdiff -u -r1.345 -r1.346 src/sys/dev/scsipi/sd.c

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.




Home | Main Index | Thread Index | Old Index