Signed-off-by: Hal Rosenstock <[email protected]> --- diff --git a/opensm/include/opensm/osm_base.h b/opensm/include/opensm/osm_base.h index 06223ce..34646cd 100644 --- a/opensm/include/opensm/osm_base.h +++ b/opensm/include/opensm/osm_base.h @@ -906,6 +906,8 @@ typedef enum _osm_sm_signal { #define OSM_VENDOR_ID_HP2 0x0018FE #define OSM_VENDOR_ID_DELL 0x00188B #define OSM_VENDOR_ID_SUPERMICRO 0x003048 +#define OSM_VENDOR_ID_HP3 0x0019BB +#define OSM_VENDOR_ID_HP4 0x00237D /**********/ diff --git a/opensm/opensm/osm_helper.c b/opensm/opensm/osm_helper.c index 40dea10..4f520ba 100644 --- a/opensm/opensm/osm_helper.c +++ b/opensm/opensm/osm_helper.c @@ -2210,6 +2210,8 @@ const char *osm_get_manufacturer_str(IN uint64_t guid_ho) return (panta_str); case OSM_VENDOR_ID_HP: case OSM_VENDOR_ID_HP2: + case OSM_VENDOR_ID_HP3: + case OSM_VENDOR_ID_HP4: return (hp_str); case OSM_VENDOR_ID_RIOWORKS: return (rioworks_str); -- To unsubscribe from this list: send the line "unsubscribe linux-rdma" in the body of a message to [email protected] More majordomo info at http://vger.kernel.org/majordomo-info.html
