On Sat, 2009-01-10 at 15:22 +0000, David Woodhouse wrote: > From: Jaswinder Singh <jaswinder@xxxxxxxxxxxxx> > > Firmware blob is little endian > > Thanks to Stephen Rothwell for fixing typos > > Signed-off-by: Jaswinder Singh <jaswinder@xxxxxxxxxxxxx> > Signed-off-by: David Woodhouse <David.Woodhouse@xxxxxxxxx> > --- > drivers/scsi/qlogicpti.c | 63 ++- > drivers/scsi/qlogicpti_asm.c | 1160 -------------------------------------- > firmware/Makefile | 1 + > firmware/WHENCE | 10 + > firmware/qlogic/isp1000.bin.ihex | 1158 +++++++++++++++++++++++++++++++++++++ > 5 files changed, 1210 insertions(+), 1182 deletions(-) > delete mode 100644 drivers/scsi/qlogicpti_asm.c > create mode 100644 firmware/qlogic/isp1000.bin.ihex I'm assuming this fixes the open firmware conversion bug? What about the missing Kconfig piece? FW_LOADER must be selected otherwise you can build a config where the device can't possibly work. James -- To unsubscribe from this list: send the line "unsubscribe linux-scsi" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html