Index: trunk/i386/libsaio/fake_efi.c =================================================================== --- trunk/i386/libsaio/fake_efi.c (revision 2367) +++ trunk/i386/libsaio/fake_efi.c (revision 2368) @@ -776,7 +776,7 @@ } memcpy(tableAddress, (void *)origeps->dmi.tableAddress, origeps->dmi.tableLength); - DT__AddProperty(node, "SMBIOS-ORIG", origeps->dmi.tableLength, tableAddress); // Bungo: changed from SMBIOS to SMBIOS-ORIG to differentiate + DT__AddProperty(node, "SMBIOS", origeps->dmi.tableLength, tableAddress); } /*