]> git.ipfire.org Git - thirdparty/systemd.git/commit - extras/scsi_id/scsi_id.c
scsi_id: derive a UID for a SCSI-2 not compliant with the page 83
authorEdward Goggin <egoggin@emc.com>
Wed, 14 Sep 2005 18:23:48 +0000 (20:23 +0200)
committerKay Sievers <kay.sievers@suse.de>
Wed, 14 Sep 2005 18:23:48 +0000 (20:23 +0200)
commit50be1401743704419ba52174302b4c1d06b3898b
tree93852844c79062fa6231cd1480687fdad0b75260
parent85701baede56edd4fba042f98550b8dec1a73127
scsi_id: derive a UID for a SCSI-2 not compliant with the page 83

This patch is to enable the use of scsi_id to derive a UID for a SCSI-2
device which is not compliant with the page 83 inquiry reply format for
either SPC-2 or SPC-3.  In this case, the page 83 reply does not
contain a list of  Identification descriptors but a single binary encoded
hexa-decimal Vendor Specified Identifier.

The update is being driven by the need for scsi_id to support older
model EMC Symmetrix hardware, that is, models 4, 5, and 6.
extras/scsi_id/scsi_id.8
extras/scsi_id/scsi_id.c
extras/scsi_id/scsi_id.config
extras/scsi_id/scsi_id.h
extras/scsi_id/scsi_serial.c