• H
    [SCSI] Add EVPD page 0x83 and 0x80 to sysfs · b3ae8780
    Hannes Reinecke 提交于
    EVPD page 0x83 is used to uniquely identify the device.
    So instead of having each and every program issue a separate
    SG_IO call to retrieve this information it does make far more
    sense to display it in sysfs.
    
    Some older devices (most notably tapes) will only report reliable
    information in page 0x80 (Unit Serial Number). So export this
    in the sysfs attribute 'vpd_pg80'.
    
    [jejb: checkpatch fix]
    [hare: attach after transport configure]
    [fengguang.wu@intel.com: spotted problems with the original now fixed]
    Signed-off-by: NHannes Reinecke <hare@suse.de>
    Signed-off-by: NJames Bottomley <JBottomley@Parallels.com>
    b3ae8780
scsi_sysfs.c 32.3 KB