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