>Hi All,
>
>Is there any way to force the kernel/scsi layer to call
>the eh_device_reset_handler and other eh_?? entry points ?
>I need to test those routines for our HBA.
Set an extrememly short timeout in the peripheral drivers
servicing the peripherals on your bus. I use a 500 or 250ms
timeout in the sd driver for my testing. Since my abort routine
is ususually successful, I force it to return FAILED in order to
test my BDR handler. To test my reset handler, I force the BDR
handler to always return FAILED.
--
Justin
-
To unsubscribe from this list: send the line "unsubscribe linux-scsi" in
the body of a message to [EMAIL PROTECTED]