diff mbox

opensm: Add some additional HP vendor IDs/OUIs

Message ID 20091019142121.GA19177@comcast.net (mailing list archive)
State Not Applicable, archived
Headers show

Commit Message

Hal Rosenstock Oct. 19, 2009, 2:21 p.m. UTC
None
diff mbox

Patch

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);