Hi,
I wonder what the format of SCSIOP_REPORT_LUN's LUN_LIST.Lun field is.
Storport.h has
UCHAR Lun[0][8]; // 4 level of addressing. 2 bytes each.
The SCSI standard says nothing about the format. It looks like it's just a
list of 64-bit numbers being LU numbers. Why does storport.h mention "4
level of addressing. 2 bytes each" then?
Thanks,
Andrew