OpenSM: Add another HP OUI to recognized vendor IDs

Signed-off-by: Hal Rosenstock <[EMAIL PROTECTED]>

diff --git a/opensm/include/opensm/osm_base.h b/opensm/include/opensm/osm_base.h
index 289e49e..43ec033 100644
--- a/opensm/include/opensm/osm_base.h
+++ b/opensm/include/opensm/osm_base.h
@@ -873,6 +884,7 @@ typedef enum _osm_mcast_req_type {
 #define OSM_VENDOR_ID_SUN           0x0003BA
 #define OSM_VENDOR_ID_3LEAFNTWKS    0x0016A1
 #define OSM_VENDOR_ID_XSIGO         0x001397
+#define OSM_VENDOR_ID_HP2           0x0018FE
 
 /**********/
 
diff --git a/opensm/opensm/osm_helper.c b/opensm/opensm/osm_helper.c
index aa0a9ea..15cc2e9 100644
--- a/opensm/opensm/osm_helper.c
+++ b/opensm/opensm/osm_helper.c
@@ -2228,6 +2228,7 @@ const char *osm_get_manufacturer_str(IN uint64_t const 
guid_ho)
        case OSM_VENDOR_ID_PANTA:
                return (panta_str);
        case OSM_VENDOR_ID_HP:
+       case OSM_VENDOR_ID_HP2:
                return (hp_str);
        case OSM_VENDOR_ID_RIOWORKS:
                return (rioworks_str);


_______________________________________________
general mailing list
[email protected]
http://lists.openfabrics.org/cgi-bin/mailman/listinfo/general

To unsubscribe, please visit http://openib.org/mailman/listinfo/openib-general

Reply via email to