From: Robert Reif <reif@xxxxxxxxxxxxx> Date: Thu, 28 May 2009 20:52:30 -0400 > Robert Reif wrote: >> I bisected it down to this but it makes no sense. >> >> f894e74dc1983062d30d4e1b79bdb90b8a847f52 is first bad commit >> commit f894e74dc1983062d30d4e1b79bdb90b8a847f52 >> Author: Jaswinder Singh Rajput <jaswinder@xxxxxxxxxx> >> Date: Fri Apr 3 01:42:50 2009 +0530 >> >> [SCSI] qlogicpti: use request_firmware >> Firmware blob is little endian >> Thanks to Stephen Rothwell for fixing typos >> Signed-off-by: Jaswinder Singh Rajput <jaswinderrajput@xxxxxxxxx> >> Signed-off-by: James Bottomley <James.Bottomley@xxxxxxxxxxxxxxxxxxxxx> >> > Compiling a kernel without this module produces a working system. Strange bug indeed. Did you have this built statically into the kernel or modular? If statically, the change may have taken your image over the limit for bootable image size on sparc32. If modular, that's very mysterious. The probe code of this driver should not even execute without an actual qlogicpti card in your machine, and that's the only thing really modified here. -- 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