dannf@fluid:~$ svn diff -c2520 http://ezix.org/source/packages/lshw/development
Index: src/core/dmi.cc
===================================================================
--- src/core/dmi.cc     (revision 2519)
+++ src/core/dmi.cc     (revision 2520)
@@ -1752,8 +1752,8 @@
   u16 dmimaj = 0, dmimin = 0;
   currentcpu = 0;
 
-#ifdef __hppa__
-  return false;                // SMBIOS not supported on PA-RISC machines
+#if defined(__arm__) || defined (__hppa__) 
+  return false;                // SMBIOS not supported on PA-RISC and ARM 
machines
 #endif
 
   if (sizeof(u8) != 1 || sizeof(u16) != 2 || sizeof(u32) != 4)


-- 
To UNSUBSCRIBE, email to debian-bugs-dist-requ...@lists.debian.org
with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org

Reply via email to