[U-Boot] [PATCH 02/10] scsi: Add max_bytes to scsi_platdata
Vignesh Raghavendra
vigneshr at ti.com
Tue Sep 10 03:46:39 UTC 2019
On 09/09/19 1:49 PM, Faiz Abbas wrote:
> diff --git a/include/scsi.h b/include/scsi.h
> index 81ab43c842..076bdbc6a0 100644
> --- a/include/scsi.h
> +++ b/include/scsi.h
> @@ -168,6 +168,7 @@ struct scsi_platdata {
> unsigned long base;
> unsigned long max_lun;
> unsigned long max_id;
> + unsigned long max_bytes;
Please add description of the new field. Also, could the name be bit
more specific like max_bytes_per_req?
--
Regards
Vignesh
More information about the U-Boot
mailing list