Chua Keng Koon <[EMAIL PROTECTED]> writes: > I am running Mandrake on my FOSA 430S8 (SIS630 chipset). > Seem that the BIOS is reporting the wrong version which causes my > laptop to freezes ramdomly whenever rebooted from W2K. I have to > apply a kernel patches to the apm.c file everytime upgrading the > kernel, so it can be included into the mandrake default kernel? if > yes where shall I send the patches.
juan, can we apply this patch ?
--- apm.c 2002-05-25 09:01:40.000000000 +0800 +++ /home/koon/Personal/apm.c 2002-05-24 11:29:41.000000000 +0800 @@ -1866,6 +1866,12 @@ if (apm_disabled != -1) apm_info.disabled = apm_disabled; + + /* Crude fix for FOSA 340S + */ + + if (apm_info.bios.version == 0x102) + apm_info.bios.version = 0x101; /* * Fix for the Compaq Contura 3/25c which reports BIOS version 0.1 * but is reportedly a 1.0 BIOS.
