CVSROOT: /cvs
Module name: src
Changes by: [email protected] 2020/09/05 08:21:52
Modified files:
sys/dev/pv : hvs.c
sys/dev/usb : umass.c
sys/scsi : mpath_hds.c scsi_all.h scsi_base.c
Log message:
Rename SID_INQUIRY_HDR (a.k.a. 5) to more explicit SID_SCSI2_HDRLEN and use it
to replace various uses of '5' when calculating the amount of data in the
INQUIRY response. Matches up more naturally with SID_SCSI2_ALEN.
Also use to fix SCSIDEBUG display of INQUIRY responses to show correct count of
bytes received/available.