Index: branches/meklort/i386/modules/ACPIPatcher/acpi_patcher.c =================================================================== --- branches/meklort/i386/modules/ACPIPatcher/acpi_patcher.c (revision 669) +++ branches/meklort/i386/modules/ACPIPatcher/acpi_patcher.c (revision 670) @@ -555,7 +555,7 @@ break; } default: - verbose ("Unsupported CPU: P-States not generated !!!\n"); + verbose ("Unsupported CPU (0x%X): P-States not generated !!!\n", Platform->CPU.Family); break; } }