[ACPI-bugzilla] [Bug 5082] speedstep_smi produces FATAL error on first load, works on second load

2006-03-26 Thread bugme-daemon
http://bugzilla.kernel.org/show_bug.cgi?id=5082 --- Additional Comments From [EMAIL PROTECTED] 2006-03-26 12:52 --- Can you check the latest patch from Andrew in bug #5553. It gives me a Freeing unused kernel memory: 228k freed FATAL: kernel too old kernel panic not syncing:

[ACPI-bugzilla] [Bug 5082] speedstep_smi produces FATAL error on first load, works on second load

2006-02-02 Thread bugme-daemon
http://bugzilla.kernel.org/show_bug.cgi?id=5082 --- Additional Comments From [EMAIL PROTECTED] 2006-02-02 17:02 --- Instead of calling notify_smm(), you can directly write the value to the port, by including asm/i.h and using one of outb(value,port) (or outw/outl depending on what

[ACPI-bugzilla] [Bug 5082] speedstep_smi produces FATAL error on first load, works on second load

2006-02-01 Thread bugme-daemon
http://bugzilla.kernel.org/show_bug.cgi?id=5082 --- Additional Comments From [EMAIL PROTECTED] 2006-02-01 18:05 --- There is a acpi_processor_notify_smm() i drivers/acpi/processor_perflib.c that does exactly this. Other drivers like speedstep-centrino use it. Not sure whether

[ACPI-bugzilla] [Bug 5082] speedstep_smi produces FATAL error on first load, works on second load

2006-02-01 Thread bugme-daemon
http://bugzilla.kernel.org/show_bug.cgi?id=5082 --- Additional Comments From [EMAIL PROTECTED] 2006-02-01 20:43 --- I looked around speedstep-smi.c but didn't find an obvious place to call acpi_processor_notify_smm(), since the speedstep-smi.c and speedstep-centrino.c modules are so

[ACPI-bugzilla] [Bug 5082] speedstep_smi produces FATAL error on first load, works on second load

2006-01-31 Thread bugme-daemon
http://bugzilla.kernel.org/show_bug.cgi?id=5082 --- Additional Comments From [EMAIL PROTECTED] 2006-01-31 21:41 --- IBM release some BIOS update for TP600X; http://www-307.ibm.com/pc/support/site.wss/MIGR-4FYS2U.html What relese do you use? Current version is 1.11 which is for

[ACPI-bugzilla] [Bug 5082] speedstep_smi produces FATAL error on first load, works on second load

2006-01-08 Thread bugme-daemon
http://bugzilla.kernel.org/show_bug.cgi?id=5082 --- Additional Comments From [EMAIL PROTECTED] 2006-01-08 14:22 --- Created an attachment (id=6972) -- (http://bugzilla.kernel.org/attachment.cgi?id=6972action=view) let the system settle down a bit first This bug is really strange...