The code was enabling interrupts for the serial port, possibly causing random hangs on boot. I have replaced the 8250 initialisation code with that in uart8250.c
Signed-off-by: Ben Hewson ben@hewson-venieri.com
----------------------------------------------------------------------------------------------------------------------
This seems to work ok for me, but I can't say for sure if it has stopped the random boot hangs, as they were/are a bit random.
On Mon, May 21, 2007 at 08:11:45PM +0100, Ben Hewson wrote:
The code was enabling interrupts for the serial port, possibly causing random hangs on boot. I have replaced the 8250 initialisation code with that in uart8250.c
Uhm, your patch is missing?
Thanks, Ward.