Added basic detection for Mellanox devices

This commit is contained in:
laf
2015-06-27 22:52:01 +01:00
parent aed0fedf02
commit 116a64deb9
4 changed files with 25 additions and 0 deletions
+7
View File
@@ -0,0 +1,7 @@
<?php
if (!$os) {
if (stristr($sysDescr, "mellanox")) {
$os = "mellanox";
}
}