On 8/14/22 05:54, Avri Altman wrote:
The SCSI sysfs interface made the procfs interface superfluous. sysfs support
>
Field application engineers are using #cat /proc/scsi/scsi to get the devices's fw version - Rev: xxx Where should they look for that now?
Hi Avri, Please take a look at the output of the following command: find /sys -name inquiry | xargs grep -aH . Thanks, Bart.