> > The patch did not fix my hang during boot. > I have added a few prinks and I can see that the boot > hangs here: > printk(KERN_INFO "console [%s%d] enabled, bootconsole disabled\n", > newcon->name, newcon->index); > for_each_console(bcon) { > if (bcon->flags & CON_BOOT) > unregister_console(bcon); <<<<<<< > } > > We succeed to unregister "tty" but when we unregister "earlyprom" I see a hang. > > So what I see is a different bug. > > I did not try to persuade it further as it is getting late here. I tried to drop "CON_BOOT" from earlyprom and then the box continued booting until it failed to mount my root filesystem. I could see that atyfb_init() was called but atyfb_setup_sparc() was never called - so I did not test your patch. Sam -- To unsubscribe from this list: send the line "unsubscribe sparclinux" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html