Re: 2.4.3 + aic7xxx-6.1.9 doesn't boot

Justin T. Gibbs (gibbs@scsiguy.com)
Thu, 05 Apr 2001 11:24:48 -0600


>The latest aic7xxx-6.1.9 doesn't boot, I can see something like:
>
>scsi1:0:0:0: Attempting to queue an ABORT message
>scsi1:0:0:0: Command found on device queue
>aic7xxx_abort returns 8194

Either disable the initial bus reset in SCSI-Select or lower
the bus settle delay from 15000ms to something like 5000ms
in your kernel config. Because I enforce the bus settle
delay by blocking incoming commands from the SCSI layer, yet
the low level drivers are not responsible for timeout handling,
the top level starts timeing out probe requests with short timeouts.
The current strategy allows the system to finish inializing other
devices while the bus settle expires, but it has this vulnerability.

It is also my fault for not properly testing the default bus settle
delay. The system I tested it on had initial bus resets disabled
from a prior test of that scenario. Oops.

--
Justin
-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@vger.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html
Please read the FAQ at  http://www.tux.org/lkml/