http://bugzilla.kernel.org/show_bug.cgi?id=9558


[EMAIL PROTECTED] changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|NEW                         |NEEDINFO




------- Comment #11 from [EMAIL PROTECTED]  2007-12-17 11:58 -------
Looks like the cpu1 SSDT has a bad checksum
for both the old and the new BIOS.
Did you get checksum dmesg w/ the original BIOS too?

$ cat mysum.c
#include <stdio.h>
main() {
        int i;
        unsigned char sum = 0;

        while ((i = getchar()) != EOF)
                sum += i;

        printf("sum %d\n", sum);
        return 0;
}
$ ./mysum < cpu0
sum 0
$ ./mysum < cpu1
sum 135
$ ./mysum < cpu0b
sum 0
$ ./mysum < cpu1b
sum 189


-- 
Configure bugmail: http://bugzilla.kernel.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are on the CC list for the bug, or are watching someone who is.

-------------------------------------------------------------------------
SF.Net email is sponsored by:
Check out the new SourceForge.net Marketplace.
It's the best place to buy or sell services
for just about anything Open Source.
http://ad.doubleclick.net/clk;164216239;13503038;w?http://sf.net/marketplace
_______________________________________________
acpi-bugzilla mailing list
acpi-bugzilla@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/acpi-bugzilla

Reply via email to