> > Ok, here's the log. It hangs in the middle of an output. > [ 63.033414] calling i2c_init+0x0/0x70 @ 1 > [ 63.033463] initcall i2c_init+0x0/0x70 returned 0 after 0 usecs > [ 63.033468] calling cpu_type_probe+0x0/0x274 @ 1 > [ 63.033476] initcall cpu_type_probe+0x0/0x274 returned 0 after 0 usecs > [ 63.033482] calling pcr_arch_init+0x0/0x14c @ 1 > [ So it looks like it hangs in pcr_arch_init(). Try to make that function a noop and see if you get further. The easiet is to comment out the line: arch_initcall(pcr_arch_init); In the file: arch/sparc/kernel/pcr.c And see if you get further. 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