summaryrefslogtreecommitdiff
path: root/util/ihealth.c
diff options
context:
space:
mode:
authorJörg Frings-Fürst <debian@jff-webhosting.net>2015-04-29 15:49:15 +0200
committerJörg Frings-Fürst <debian@jff-webhosting.net>2015-04-29 15:49:15 +0200
commit2945f6199eb2652bd8092367ae456dc0e49fb76d (patch)
treed77c66c0e5206b9a9f3439c29de6c4c65d12e1a4 /util/ihealth.c
parent563deb61bf7f474ef6aa89f2038457af54eed0c1 (diff)
parentb18f5bf2db0fba2e7e539f68645836036d940d26 (diff)
New upstream release 2.9.6
Diffstat (limited to 'util/ihealth.c')
-rw-r--r--util/ihealth.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/util/ihealth.c b/util/ihealth.c
index 986185f..5167950 100644
--- a/util/ihealth.c
+++ b/util/ihealth.c
@@ -82,7 +82,7 @@ extern int oem_supermicro_get_firmware_str(char *pstr, int sz); /*oem_supermicro
* Global variables
*/
static char * progname = "ihealth";
-static char * progver = "2.95";
+static char * progver = "2.96";
static char fdebug = 0;
static char fipmilan = 0;
static char fcanonical = 0;
@@ -723,6 +723,7 @@ void show_devid_all(int dtype, uchar *devrec, int sdevrec)
case 1576: prodstr = "(X9DRi)"; break;
case 1585: prodstr = "(X9SCA)"; break;
case 1603: prodstr = "(X9SPU)"; break; /*0x0643*/
+ case 1636: prodstr = "(X9DRH)"; break; /*0x0664*/
case 1643: prodstr = "(X9SRL)"; break; /*0x066b*/
case 1797: prodstr = "(X9DR7)"; break; /*0x0705*/
case 4520: prodstr = "(H8DGU)"; break;