Summary
Description: Unnamed repository; edit this file to name it for gitweb.
Last Change: Wed 2/3/10 13:04
Recent Commits
>
--git a/CHANGE-LOG b/CHANGE-LOG
index 497b74f..5f06622 100644
--- a/CHANGE-LOG
+++ b/CHANGE-LOG
@@ -1,4 +1,3 @@
-
PHORONIX TEST SUITE CHANGE-LOG
Phoronix Test Suite 0.2.0
diff --git a/pts-core/functions/pts-functions_linux.php b/pts-core/functions/pts-functions_linux.php
index d90cd1c..fc6a7f9 100644
--- a/pts-core/functions/pts-functions_linux.php
+++ b/pts-core/functions/pts-functions_linux.php
@@ -190,7 +190,7 @@ function parse_lspci_output($desc)
if(($strlen = strlen($info)) < 6 || $strlen > 96)
$info = "N/A";
else
- $info = str_replace(array("Corporation ", "Technologies ", " Inc ", "processor ", "(R)", "(TM)"), "", $info);
+ $info = str_replace(array("Corporation ", "Technologies ", "(R)", "(TM)", "(tm)", "Inc. ", ",", "Technology "), "", $info);
}
return $info;
<
Copyright © 2010 by Phoronix Media