> -#define AdvAbortQueue(asc_dvc, scsiq) \
> +#define AdvAbortQueue(asc_dvc, srb_tag) \
>          AdvSendIdleCmd((asc_dvc), (ushort) IDLE_CMD_ABORT, \
> -                       (ADV_DCNT) (scsiq))
> +                       (ADV_DCNT) (srb_tag))

This change looks unrelated.

> @@ -11250,7 +11250,7 @@ static struct scsi_host_template advansys_template = {
>       .name = DRV_NAME,
>       .info = advansys_info,
>       .queuecommand = advansys_queuecommand,
> -     .eh_bus_reset_handler = advansys_reset,
> +     .eh_host_reset_handler = advansys_reset,

Please also update the comments in advansys_reset that talk about bus
resets and in one case event about a device reset.

--
To unsubscribe from this list: send the line "unsubscribe linux-scsi" in
the body of a message to [email protected]
More majordomo info at  http://vger.kernel.org/majordomo-info.html

Reply via email to