Re: [PATCH 02/12] advansys: use shared host tag map for command lookup

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

 



>  typedef struct asc_scsiq_2 {
> -	ASC_VADDR srb_ptr;
> +	__le32 srb_tag;

Given that the tag has no meaning for the hardware why do you
want to endian switch it?  Keeping the ASC_VADDR for now makes
it easier to verify the hardware structures don't change.

> @@ -6132,6 +6077,13 @@ static void adv_async_callback(ADV_DVC_VAR *adv_dvc_varp, uchar code)
>  		AdvResetChipAndSB(adv_dvc_varp);
>  		break;
>  
> +	case ADV_ASYNC_CARRIER_READY_FAILURE:
> +		/*
> +		 * Carrier not ready; abort the command.
> +		 */
> +		ASC_DBG(0, "ADV_ASYNC_CARRIER_READY_FAILURE\n");
> +		break;
> +

Where does this one come from?

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




[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[Index of Archives]     [SCSI Target Devel]     [Linux SCSI Target Infrastructure]     [Kernel Newbies]     [IDE]     [Security]     [Git]     [Netfilter]     [Bugtraq]     [Yosemite News]     [MIPS Linux]     [ARM Linux]     [Linux Security]     [Linux RAID]     [Linux ATA RAID]     [Linux IIO]     [Samba]     [Device Mapper]
  Powered by Linux