detect intel itanium :)

git-svn-id: http://www.observium.org/svn/observer/trunk@1491 61d68cd4-352d-0410-923a-c4978735b2b8
This commit is contained in:
Adam Amstrong
2010-07-27 01:51:49 +00:00
parent c50a124359
commit 7c00f83649
+1
View File
@@ -12,6 +12,7 @@
#sysDescr.0 = STRING: Hardware: AMD64 Family 16 Model 8 Stepping 0 AT/AT COMPATIBLE - Software: Windows Version 6.1 (Build 7600 Multiprocessor Free)
if(strstr($sysDescr, "x86")) { $hardware = "Generic x86"; }
if(strstr($sysDescr, "ia64")) { $hardware = "Intel Itanium IA64"; }
if(strstr($sysDescr, "EM64")) { $hardware = "Intel x64"; }
if(strstr($sysDescr, "AMD64")) { $hardware = "AMD x64"; }
if(strstr($sysDescr, "Intel64")) { $hardware = "Intel x64"; }