CVS commit: [netbsd-11] src/sys/dev/scsipi
"Martin Husemann" <[email protected]>
| Newsgroups | gmane.os.netbsd.devel.cvs |
|---|---|
| Message-ID | <[email protected]> |
Module Name: src Committed By: martin Date: Sat Jun 27 14:15:12 UTC 2026 Modified Files: src/sys/dev/scsipi [netbsd-11]: sd.c Log Message: Pull up following revision(s) (requested by mlelstv in ticket #326): sys/dev/scsipi/sd.c: revision 1.346 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.345.2.1 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.