Re: [LinuxBIOS] uart_init hangs?

2007-03-29 Thread Corey Osgood
Uwe Hermann wrote: On Tue, Mar 27, 2007 at 01:34:59AM -0400, Corey Osgood wrote: Okay, so now I'm getting something, after I moved early_mtrr_init to the start of auto.c. It looks like question marks in hexagons, all across minicom's screen, but it is actually working. Don't give up, yet.

Re: [LinuxBIOS] uart_init hangs?

2007-03-29 Thread Stefan Reinauer
* Corey Osgood [EMAIL PROTECTED] [070329 10:15]: Uwe Hermann wrote: After trying every combination of configurations and tweaks I could think of, I got pissed off at it, so I decided to nuke the code and grabbed an SMSC chip and ported it over. Works perfectly! Cool. Please send a patch.

Re: [LinuxBIOS] uart_init hangs?

2007-03-27 Thread Stefan Reinauer
* Corey Osgood [EMAIL PROTECTED] [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

Re: [LinuxBIOS] uart_init hangs?

2007-03-27 Thread Corey Osgood
Stefan Reinauer wrote: * Corey Osgood [EMAIL PROTECTED] [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.

Re: [LinuxBIOS] uart_init hangs?

2007-03-27 Thread Uwe Hermann
On Tue, Mar 27, 2007 at 01:34:59AM -0400, Corey Osgood wrote: Okay, so now I'm getting something, after I moved early_mtrr_init to the start of auto.c. It looks like question marks in hexagons, all across minicom's screen, but it is actually working. Don't give up, yet. This looks good, you're

Re: [LinuxBIOS] uart_init hangs?

2007-03-26 Thread Uwe Hermann
On Mon, Mar 26, 2007 at 02:10:20AM -0400, Corey Osgood wrote: Alright, I know I ask too many questions, but what would cause uart_init to hang? I'm trying to get serial output on ite it8705f, and my POST card tells me that it's hanging during uart_init. I've made a bunch of changes to

Re: [LinuxBIOS] uart_init hangs?

2007-03-26 Thread Corey Osgood
Uwe Hermann wrote: On Mon, Mar 26, 2007 at 02:10:20AM -0400, Corey Osgood wrote: Alright, I know I ask too many questions, but what would cause uart_init to hang? I'm trying to get serial output on ite it8705f, and my POST card tells me that it's hanging during uart_init. I've made a bunch of

Re: [LinuxBIOS] uart_init hangs?

2007-03-26 Thread Corey Osgood
Okay, so now I'm getting something, after I moved early_mtrr_init to the start of auto.c. It looks like question marks in hexagons, all across minicom's screen, but it is actually working. I've tried testing it at various other speeds/settings, and the output changes, but it's all still useless.

[LinuxBIOS] uart_init hangs?

2007-03-25 Thread Corey Osgood
Alright, I know I ask too many questions, but what would cause uart_init to hang? I'm trying to get serial output on ite it8705f, and my POST card tells me that it's hanging during uart_init. I've made a bunch of changes to it8705f_early_serial.c, mainly to set up serial port 1 manually, but