On Tue, 31 Oct 2006, Kars de Jong wrote: > On ma, 2006-10-30 at 11:13 +0000, Christoph Hellwig wrote: > > Any updates? Honestly, I do not plan to touch the current 53c7xx/etc > > mess in the upoming request_buffer transition, and unless the m68k > > folks provide the new 53c700-based driver I'll just submit a patch to > > rip 53c7xx and users out without replacement. > > OK, here's the patch, without the m68k generic iomap changes. Ah, the missing io{read,write}*() stuff :-) > If there are no objections, I will commit it to our CVS repository so > Geert can send it upstream (with proper Signed-Off-By: headers and > everything). > > This patch is relative to the m68k CVS repository, which is at kernel > version 2.6.18. You forgot this part, as zorro_module_init was removed in 2.6.17-rc1: --- linux-m68k-2.6.19-rc4/drivers/scsi/amiga7xx.c.orig 2006-11-02 21:44:14.000000000 +0100 +++ linux-m68k-2.6.19-rc4/drivers/scsi/amiga7xx.c 2006-11-02 21:45:44.000000000 +0100 @@ -273,7 +273,7 @@ static int __init amiga7xx_scsi_init(voi } #ifdef CONFIG_ZORRO - err = zorro_module_init(&amiga7xx_driver); + err = zorro_register_driver(&amiga7xx_driver); #endif return err; > I have renamed the mvme16x.c and bvme6000.c files to mvme16x_scsi.c and > bvme6000_scsi.c respectively, I'm not sure if this is a good idea > though. I guess that's OK, as it makes the module name more sensible. Gr{oetje,eeting}s, Geert -- Geert Uytterhoeven -- There's lots of Linux beyond ia32 -- geert@xxxxxxxxxxxxxx In personal conversations with technical people, I call myself a hacker. But when I'm talking to journalists I just say "programmer" or something like that. -- Linus Torvalds - 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