On Thu, 6 Dec 2001, carsten busse -- hladmin wrote:
> next:
> drivers/scsi/scsi_merge.c: In function '__init_io':
> drivers/scsi/scsi_merge.c:946 structure has no member named 'page'
>
> this is quite natural, the mips-definition in asm/scatterlist.h does not
> contain this var (but the one in asm-i386)
> so i've commented this one out, too,
> someone needs to put in an #ifdef statement, to determine if we want to
> compile on mips -> discard the line
Just add the page field. We did the same on m68k.
> next:
> drivers/scsi/sgiwd93.c:
> in line 59,60 and 61 i inserted a cast to (unsigned long), otherwise the
> operation was invalid
> in line 102 and 174, the member of the struct is not called "regp" but
> "regs", and its not (wd33c93_regs *) but (wd33c93_regs)
> in line 293 and 327, the second parameter from wd33c93_init is not from type
> wd33c93_regs * but wd33c93_regs, so some hacking required
See attached email (from last Oct).
Gr{oetje,eeting}s,
Geert
--
Geert Uytterhoeven -- There's lots of Linux beyond ia32 -- geert@linux-m68k.org
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
mail
Description: Text document
|