CVSROOT: /cvs Module name: src Changes by: k...@cvs.openbsd.org 2019/09/20 18:12:15
Modified files: sys/scsi : scsi_all.h scsi_base.c Log message: Expand scsi_inquiry_data to 96 bytes to include new fields. If the device claims to have more than the 36 bytes of SCSI2 data, issue a 2nd INQUIRY (under SCSIDEBUG!) to get up to 96 bytes of data. Add some length sanity checks to debug output. Print VPD data under SCSIDEBUG.