On Thu, 10 Feb 2000, you wrote:
>Hello!!!
>
>I am having problems with my SOYO SY-D6IBA with two PIII 550MHz and 760MB
>RAM. I can only use linux if I disable the external cache. If I enable it,
>the performance is desastrous...
>
> What can I do?
The problem lies in the fact that the SOYO BIOS doesn't properly initialize the
MTRR stuff (or not at all :).
We've had similar problems about a year ago with this SoYo thingy, it didn't
happen is we stripped the memory to 512 ...
(at the lilo prompt: linux mem=512M)
Anyway, if you add this line to the rc.sysinit right after the /proc gets
mounted, you'll won't have the get-a-mobo-and-feel-like-you've-got-a-386
sensation wandering around in the back of your head:
echo "disable=0" > /proc/mtrr
echo "base=0x0 size=0x40000000 type=write-back" > /proc/mtrr
HTH,
Jorrit Folmer
BTW: you should read /usr/src/linux/Documentation/mtrr.txt for more info on the
"echo [some_txt] >/proc/mtrr" syntax
-------------------------------------------
Linvision VOF Linux Specialists
Delftechpark 26
2628 XH Delft, The Netherlands
tel. +31-15-2600433 fax. +31-15-2600405
-------------------------------------------
-
Linux SMP list: FIRST see FAQ at http://www.irisa.fr/prive/dmentre/smp-howto/
To Unsubscribe: send "unsubscribe linux-smp" to [EMAIL PROTECTED]