]> git.karo-electronics.de Git - karo-tx-linux.git/commit
ncr5380: Keep BSY asserted when entering SELECTION phase
authorFinn Thain <fthain@telegraphics.com.au>
Sun, 3 Jan 2016 05:05:18 +0000 (16:05 +1100)
committerMartin K. Petersen <martin.petersen@oracle.com>
Thu, 7 Jan 2016 02:42:55 +0000 (21:42 -0500)
commitcf13b0837d7da2f3dce96e1f364fade13c8648ba
tree2c429f29d666e9321feb868f1f02762c93c83cb4
parent1f1b0c74dfaf6264d239823ed5aeb8dcdd62838c
ncr5380: Keep BSY asserted when entering SELECTION phase

NCR5380.c is not compliant with the SCSI-2 standard (at least, not with
the draft revision 10L that I have to refer to). The selection algorithm
in atari_NCR5380.c is correct, so use that.

Signed-off-by: Finn Thain <fthain@telegraphics.com.au>
Reviewed-by: Hannes Reinecke <hare@suse.com>
Tested-by: Ondrej Zary <linux@rainbow-software.org>
Tested-by: Michael Schmitz <schmitzmic@gmail.com>
Signed-off-by: Martin K. Petersen <martin.petersen@oracle.com>
drivers/scsi/NCR5380.c
drivers/scsi/atari_NCR5380.c