CVSROOT: /cvs
Module name: src
Changes by: [email protected] 2020/09/05 07:05:07
Modified files:
sys/arch/sparc64/dev: vdsk.c
sys/dev : softraid.c
sys/dev/ata : atascsi.c
sys/dev/ic : aac.c ami.c cac.c gdt_common.c nvme.c twe.c
sys/dev/pci : ips.c
sys/dev/pv : vioblk.c xbf.c
sys/dev/sdmmc : sdmmc_scsi.c
Log message:
Replace '32' with SID_SCSI2_ALEN (a.k.a. 31) when building emulated INQUIRY
responses. This is what the SCSI specifications say is the correct value and
already used in several cases.