]> www.pilppa.org Git - linux-2.6-omap-h63xx.git/commit
[SCSI] aacraid: fix print of Firmware Build Date and add TSID
authorSalyzyn, Mark <mark_salyzyn@adaptec.com>
Wed, 28 Mar 2007 17:44:54 +0000 (13:44 -0400)
committerJames Bottomley <jejb@mulgrave.il.steeleye.com>
Sun, 1 Apr 2007 15:35:44 +0000 (10:35 -0500)
commita45c863f02c808107172b4b2975e1130c7da66d6
tree74a7d4f3e6bee2a9c4911830e732304ab4964472
parent74ee9d52cf8b524edf8ae6222c8bfcc6df6f5954
[SCSI] aacraid: fix print of Firmware Build Date and add TSID

The Adapter build date that is to be printed on instantiation was not
displayed as a result of the supplemental adapter information structure
not being in sync with the Firmware; the driver took an early test cycle
version that had a miss-sized padded region at the head and the
structure was not re-checked at the end of qualification. The Build Date
was not a priority and is merely a cosmetic enhancement, and the wrong
location for the start of the structure member would not induce any
side-effect problems. We updated the structure to match the actual
format, and added the TSID (Tech Support Identification) value print,
should it be present, to the adapter instantiation announcements during
driver load.

This later enhancement should improve the relationship between Service
folk & Tech Support if the printed value of the TSID found it's way into
the circular file labeled G...

Neither of these values show in sysfs (yet).

Signed-off-by: Mark Salyzyn <aacraid@adaptec.com>
Signed-off-by: James Bottomley <James.Bottomley@SteelEye.com>
drivers/scsi/aacraid/aachba.c
drivers/scsi/aacraid/aacraid.h