]> www.pilppa.org Git - linux-2.6-omap-h63xx.git/commit
[SCSI] aic94xx: tie driver to the major number of the sequencer firmware
authorJames Bottomley <James.Bottomley@steeleye.com>
Thu, 15 Feb 2007 21:25:35 +0000 (15:25 -0600)
committerJames Bottomley <jejb@mulgrave.il.steeleye.com>
Fri, 16 Feb 2007 15:43:31 +0000 (09:43 -0600)
commita29fdd3c2a3e53b67baa5031372fd78fddaf48fa
tree85445d698e6f45ac741e47b24dc31bf83490bbad
parent8d63f375051bfb1506fa546db840af8510d1cd60
[SCSI] aic94xx: tie driver to the major number of the sequencer firmware

The sequencer firmware file has both a string (currently showing
V17/10c6) and a number (currently set to 1.1).  It has become apparent
that Adaptec may issue sequencer firmware in the future which could be
incompatible with the current driver.  Therefore, the driver will be
tied to the particular major number of the firmware (i.e. the current
driver will load any 1.x firmware).  Additionally, the driver will print
out both the ascii string and the major number, so with this pach the
current firmware will print out

aic94xx: Found sequencer firmware version 1.1 (V17/10c6)

Signed-off-by: James Bottomley <James.Bottomley@SteelEye.com>
drivers/scsi/aic94xx/aic94xx_seq.c
drivers/scsi/aic94xx/aic94xx_seq.h