Re: [PATCH] imsm: update name in --detail-platform

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

 



On 01/16/2018 06:23 AM, Artur Paszkiewicz wrote:
> For IMSM enterprise firmware starting with major version 6, present the
> platform name as Intel VROC.
> 
> Signed-off-by: Artur Paszkiewicz <artur.paszkiewicz@xxxxxxxxx>
> ---
>  super-intel.c | 2 ++
>  1 file changed, 2 insertions(+)

Applied!

Thanks,
Jes

> diff --git a/super-intel.c b/super-intel.c
> index c55802f1..c4a5a1be 100644
> --- a/super-intel.c
> +++ b/super-intel.c
> @@ -2369,6 +2369,8 @@ static void print_imsm_capability(const struct imsm_orom *orom)
>  	printf("       Platform : Intel(R) ");
>  	if (orom->capabilities == 0 && orom->driver_features == 0)
>  		printf("Matrix Storage Manager\n");
> +	else if (imsm_orom_is_enterprise(orom) && orom->major_ver >= 6)
> +		printf("Virtual RAID on CPU\n");
>  	else
>  		printf("Rapid Storage Technology%s\n",
>  			imsm_orom_is_enterprise(orom) ? " enterprise" : "");
> 

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



[Index of Archives]     [Linux RAID Wiki]     [ATA RAID]     [Linux SCSI Target Infrastructure]     [Linux Block]     [Linux IDE]     [Linux SCSI]     [Linux Hams]     [Device Mapper]     [Device Mapper Cryptographics]     [Kernel]     [Linux Admin]     [Linux Net]     [GFS]     [RPM]     [git]     [Yosemite Forum]


  Powered by Linux