[parisc-linux] HP B132L hangs
James Bottomley
James.Bottomley@HansenPartnership.com
10 Sep 2003 11:45:09 -0400
On Wed, 2003-09-10 at 09:19, Sebastian Brueckner wrote:
> scsi0: (2:0) Synchronous at offset 8, period 100ns
> scsi0: (2:0), UNEXPECTED PHASE after command phase (CD BSY REQ CMD_OUT)
> len = 6, cmd =Read (10) 00 00 35 e2 00 00 00 18 00
That's a residue of an incorrect lasi700 driver. Notice it thinks the
length is six for a ten byte command. This has long been fixed in the
linux-2.4 PA tree (er, I think---I've been concentrating on 2.6 mainly).
However, something higher up in the trace you don't attach caused the
actual problem that this is a response to (It's caused by the SCSI mid
layer putting the wrong command length back *after* error recovery, so
your true root cause is the error that first started this).
James