Joop Boonen writes: > Dear all, > > I have another question, does the kernel for the M810lMR also support > the ECS K7SEM mainboard? >
the only thing you have to do with k7sem is to disable sis900 at hardware level, you have to add this to the ipl.S code somewhere: mowv $0x7c0f, %ax CALL_SP(write_lpc_register) If you dont do this, kernel will hang on loading sis900 code, well that was few months ago, I don't know today's status of this problem. Nikolai
