|
@@ -66,7 +66,7 @@ int main (void)
|
|
printf("ecx = 0x%.8x\n", r.ecx);
|
|
printf("ecx = 0x%.8x\n", r.ecx);
|
|
printf("edx = 0x%.8x\n", r.edx);
|
|
printf("edx = 0x%.8x\n", r.edx);
|
|
printf("Note also that some BIOS do not support the initial "
|
|
printf("Note also that some BIOS do not support the initial "
|
|
- "GSIC call, but the newer\nspeeedstep-smi driver may "
|
|
|
|
|
|
+ "GSIC call, but the newer\nspeedstep-smi driver may "
|
|
"work.\nFor this, you need to pass some arguments to "
|
|
"work.\nFor this, you need to pass some arguments to "
|
|
"the speedstep-smi driver:\n");
|
|
"the speedstep-smi driver:\n");
|
|
printf("\tsmi_cmd=0x?? smi_port=0x?? smi_sig=1\n");
|
|
printf("\tsmi_cmd=0x?? smi_port=0x?? smi_sig=1\n");
|