* Dieter Bloms dieter@bloms.de [070604 23:42]:
#include "superio/winbond/w83627hf/w83627hf.h" #include "superio/winbond/w83627hf/w83627hf_early_serial.c" #include "superio/winbond/w83627hf/w83627hf_early_init.c"
#define SERIAL_DEV PNP_DEV(0x2e, W83627HF_SP1)
^^^^
w83627hf_enable_serial(SERIAL_DEV, TTYS0_BASE);
Is the SuperIO maybe listening on 4e instead of 2e?
where can I see where the superio is listening on ?
Is your SuperIO a Winbond W83627HF? (Search the board for a chip close to bios chip and the ports)
I've changed the address from 2e to 4e in auto.c and Config.lb, but it didn't change anything.
Ok. This is bad. To some extent. Your southbridge is an ICH4, right? I will go read the ICH4 data sheet some more on thursday to figure something out.
I have a very similar problem with a very similar board, but I did not try 4e yet. Chances are that it's a similar problem.