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

Just checked kernel-source-2.4.19-6mdk, the patch is not in.
Can it get included please.

On Tuesday 13 August 2002 04:02 pm, Thierry Vignaud wrote:
> > I am running Mandrake on my FOSA 340S8 (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 can it be included into the mandrake default kernel? if
> > yes where shall I send the patches.
>
> juan, can we apply this patch ?

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

2.4.19-3mdkcustom (gcc 3.2)
Mandrake Linux release 9.0 (Cooker) for i586
9:25am up 48 min, 6 users, load average: 0.18, 0.15, 0.34
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.0.7 (GNU/Linux)

iD8DBQE9bsqUkaQaAwqnXPARAtIFAJ9zg+kkh8eSSmegW5Ef5DHwZLI5YgCbBxIm
9j1vaDs6lXBXy/nm37WSJVM=
=WKvn
-----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