Stefan Reinauer wrote:
- Corey Osgood corey_osgood@verizon.net [070327 02:37]:
I've attached my it8705f_early_serial.c and auto.c. And yes, Uwe, you were right, it was correct. I even put in a comment about it and still read it wrong. But, I'm still not getting serial output, even with that fixed. I've put in a few outb()s, and that tells me it's finishing with the early serial, but not leaving uart_init(). I'm wondering if the vt8235 is somehow interfering with the serial output. Suggestions?
Maybe you have two SuperIOs?
From what I can tell, it's just the one, but I can't be absolutely sure.
The Via VT8235 in linuxbios has code to set up serial output. But the VT8235M datasheet, which is the part I have, doesn't mention anything about super io functions. And there's definately no other super io chip. I'm so lost right now...
I've tried setting up the ite super io at 0x4e, and still no dice. Tomorrow I'm going to play with VGA roms, I think.
Thanks, Corey