[SCSI] Missing names from SPI3, SPI4 and SPI5
authorMatthew Wilcox <matthew@wil.cx>
Fri, 10 Mar 2006 14:18:22 +0000 (07:18 -0700)
committerJames Bottomley <jejb@mulgrave.il.steeleye.com>
Sun, 12 Mar 2006 15:44:46 +0000 (09:44 -0600)
commit72df0ebf95561694c06adca62e590e37ec549579
treea50e19ae6162b1ce79742ad9920ccc6a857573a2
parent1757b67809078439662d62a266db45eae3a3d214
[SCSI] Missing names from SPI3, SPI4 and SPI5

Add several missing messages from SPI3, SPI4 and SPI5:
 - Terminate Process
 - Continue Task
 - Target Transfer Disable
 - Clear ACA
 - LUN Reset
 - ACA
 - QAS Request
Rename some older commands to their SPI5 names:
 - Command Complete -> Task Complete
 - Abort -> Abort Task Set
 - Bus device Reset -> Target Reset
 - Clear Queue -> Clear Task Set

Change spi_print_msg() to always consume one byte, even if we don't
recognise it.  That allows drivers to call it in a loop to print all
messages.

Signed-off-by: Matthew Wilcox <matthew@wil.cx>
Signed-off-by: James Bottomley <James.Bottomley@SteelEye.com>
drivers/scsi/scsi_transport_spi.c