-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1

Hi, 
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.
Thanks.

- -- 
Chua Keng Koon
Email:[EMAIL PROTECTED]

Linux 2.4.18-21mdk (gcc 3.2)
Mandrake Linux release 9.0 (Cooker) for i686
9:10am up 51 min, 3 users, load average: 0.08, 0.04, 0.09
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.0.7 (GNU/Linux)

iD8DBQE9WF5+kaQaAwqnXPARArtPAJ9XfyXzSanPdDotvLN4rkXxJ1VhnQCgyE2w
kTnqlGMNpBeE67YvXONaiyQ=
=J4IT
-----END PGP SIGNATURE-----
--- 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.

Reply via email to