I messed up the ITE Super I/Os, time to fix them... More patches will follow.
Uwe.
* Uwe Hermann uwe@hermann-uwe.de [070401 21:10]:
I messed up the ITE Super I/Os, time to fix them... More patches will follow.
-- http://www.hermann-uwe.de | http://www.holsham-traders.de http://www.crazy-hacks.org | http://www.unmaintained-free-software.org
The *_early_serial.c pre-RAM code should do just that -- enable the serial port(s), and nothing else. The code in superio.c will initialize the rest when RAM is available...
Is this fixing the problem you guys were having on the 686 board?
Signed-off-by: Uwe Hermann uwe@hermann-uwe.de
Acked-by: Stefan Reinauer stepan@coresystems.de
Stefan Reinauer wrote:
Is this fixing the problem you guys were having on the 686 board?
No, this is just so it doesn't bother enabling devices other than serial. There's another patch I still need to test for that, but I need to either get DOS running on a flash drive or get a new floppy disk first.
-Corey
On Mon, Apr 02, 2007 at 10:59:31AM +0200, Stefan Reinauer wrote:
Signed-off-by: Uwe Hermann uwe@hermann-uwe.de
Acked-by: Stefan Reinauer stepan@coresystems.de
Committed in r2579.
Uwe.