CVSROOT: /cvs Module name: src Changes by: k...@cvs.openbsd.org 2019/08/22 16:35:29
Modified files: sys/scsi : scsiconf.c Log message: T10/BSR INCITS 503 (SPC-5) is apparently a thing. Update version_to_spc() to map the formerly reserved value 0x07 in the INQUIRY version field to 5 (a.k.a. SPC-5), instead of 0 (a.k.a. device does not claim support for any SPC version). Tweak comment for 0x03 mapping to note it means compliance to SPC, not SPC-3. Tweak comment for 0x06 mappoing to specify the ANSI INCITS 513-2005 that documents SPC-4.