[SCSI] esp: Correct chip ID probing sequence.
authorDavid S. Miller <davem@sunset.davemloft.net>
Mon, 1 Oct 2007 00:10:42 +0000 (17:10 -0700)
committerJames Bottomley <James.Bottomley@HansenPartnership.com>
Sat, 12 Jul 2008 13:22:30 +0000 (08:22 -0500)
commita793804f25fb2c0fe2b784450092699ea3475332
treedac36e68129d2d903cba1353f74d3aa9a38fce59
parenteac6e8e449647cbb9efee53977c8bfee0aa7d69e
[SCSI] esp: Correct chip ID probing sequence.

The features enable bit has to be set in the config2 register
before we can be absolutely sure we will probe a correct
part unique ID and family code from the transfer-count-high
register.

Also, reload the CFACT, STP, SOFF, and TIMEO near the end of
esp_reset_esp().

From a patch by Maciej W. Rozycki.

Signed-off-by: David S. Miller <davem@davemloft.net>
Signed-off-by: James Bottomley <James.Bottomley@HansenPartnership.com>
drivers/scsi/esp_scsi.c