Chameleon

Chameleon Commit Details

Date:2010-02-25 00:15:18 (14 years 23 days ago)
Author:Rekursor
Commit:116
Parents: 115
Message:Redimensioned the dmi table entries to fit the ASUS mobos dmi impl. and more.
Changes:
M/trunk/i386/libsaio/smbios_patcher.c

File differences

trunk/i386/libsaio/smbios_patcher.c
732732
733733
734734
735
735
736736
737737
738738
......
778778
779779
780780
781
782781
783782
784783
verbose("Patched DMI Table\n");
}
#define MAX_DMI_TABLES 64
#define MAX_DMI_TABLES 96
typedef struct DmiNumAssocTag {
struct DMIHeader * dmi;
uint8_t type;
}
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);

Archive Download the corresponding diff file

Revision: 116