|
@@ -659,6 +659,13 @@ static struct dmi_system_id __initdata bad_bios_dmi_table[] = {
|
|
DMI_MATCH(DMI_BIOS_VENDOR, "Phoenix Technologies"),
|
|
DMI_MATCH(DMI_BIOS_VENDOR, "Phoenix Technologies"),
|
|
},
|
|
},
|
|
},
|
|
},
|
|
|
|
+ {
|
|
|
|
+ .callback = dmi_low_memory_corruption,
|
|
|
|
+ .ident = "Phoenix/MSC BIOS",
|
|
|
|
+ .matches = {
|
|
|
|
+ DMI_MATCH(DMI_BIOS_VENDOR, "Phoenix/MSC"),
|
|
|
|
+ },
|
|
|
|
+ },
|
|
{
|
|
{
|
|
/*
|
|
/*
|
|
* AMI BIOS with low memory corruption was found on Intel DG45ID board.
|
|
* AMI BIOS with low memory corruption was found on Intel DG45ID board.
|