From: Oren Kladnitsky Date: Thu, 15 Jan 2009 11:50:49 +0000 (+0200) Subject: Fixed issue with InfiniScaleIV dev id support X-Git-Url: https://openfabrics.org/gitweb/?a=commitdiff_plain;h=94632e4c86e59e42f0837899f92c906465d99873;p=~adrianc%2Fmstflint.git Fixed issue with InfiniScaleIV dev id support --- diff --git a/mtcr.h b/mtcr.h index 89a902d..fe8ac6f 100644 --- a/mtcr.h +++ b/mtcr.h @@ -280,6 +280,7 @@ int mtcr_check_signature(mfile *mf) case 0x6278: /* 25208 */ case 0x5e8c: /* 24204 */ case 0x6274: /* 25204 */ + case 0x1b3: /* 435 */ return 0; default: errno = ENOTTY;