Index: trunk/i386/libsaio/smbios_patcher.c =================================================================== --- trunk/i386/libsaio/smbios_patcher.c (revision 115) +++ trunk/i386/libsaio/smbios_patcher.c (revision 116) @@ -732,7 +732,7 @@ verbose("Patched DMI Table\n"); } -#define MAX_DMI_TABLES 64 +#define MAX_DMI_TABLES 96 typedef struct DmiNumAssocTag { struct DMIHeader * dmi; uint8_t type; @@ -778,7 +778,6 @@ } else { printf("DMI table entries list is full! next entries won't be stored\n"); - } #if DEBUG_SMBIOS printf("DMI header found for table type %d, length = %d\n", dmihdr->type, dmihdr->length);