[PATCH v2] scsi: Add sysfs attributes for VPD pages 0h and 89h

2019-09-26 Thread Ryan Attard
Add sysfs attributes for the ATA information page and Supported VPD Pages page. Signed-off-by: Ryan Attard --- drivers/scsi/scsi.c| 4 drivers/scsi/scsi_sysfs.c | 19 +++ include/scsi/scsi_device.h | 2 ++ 3 files changed, 25 insertions(+) diff --git a/drivers

[PATCH] scsi: Add sysfs attributes for VPD pages 0h and 89h

2019-09-25 Thread Ryan Attard
Add sysfs attributes for the ATA information page and Supported VPD Pages page. Signed-off-by: Ryan Attard --- drivers/scsi/scsi.c| 4 drivers/scsi/scsi_sysfs.c | 19 +++ include/scsi/scsi_device.h | 2 ++ 3 files changed, 25 insertions(+) diff --git a/drivers

[PATCH 00/01] scsi: Add sysfs attributes for VPD pages 0h and 89h

2019-09-25 Thread Ryan Attard
As an application developer, vpd_pg83/vpd_pg80 have been extremely helpful, and having access to that data without issuing a command to hardware significantly reduces the the chance for hung tasks to a storage management application. Having access to the ATA Information page (page 89h) would be

Odd Behavior in the enclosure module around the 2 fault bits

2015-09-30 Thread Ryan Attard
curiosity's sake) why it was not shifted 5 positions? Or why it wasn't exported as 2 fields in sysfs, each representing 1 bit in the SES page?  Thanks, Ryan Attard -- To unsubscribe from this list: send the line "unsubscribe linux-scsi" in the body of a message to majord...