Re: (RE: using 2.5.25 with IDE) On sparc64.....

From: Richard Zidlicky (Richard.Zidlicky@stud.informatik.uni-erlangen.de)
Date: Wed Jul 10 2002 - 05:24:14 EST


On Tue, Jul 09, 2002 at 09:46:10AM -0500, Holzrichter, Bruce wrote:

> Patch below to get 2.4 forward port of IDE to compile on Sparc64...
> --- linus-2.5/include/asm-sparc64/ide.h Tue Jul 9 08:53:10 2002
> +++ sparctest/include/asm-sparc64/ide.h Tue Jul 9 09:11:24 2002

> @@ -178,6 +182,20 @@
> #endif
> }
>
> +#define ide_request_irq(irq,hand,flg,dev,id)
> request_irq((irq),(hand),(flg),(dev),(id))
> +#define ide_free_irq(irq,dev_id) free_irq((irq), (dev_id))
> +#define ide_check_region(from,extent) check_region((from),
> (extent))
> +#define ide_request_region(from,extent,name) request_region((from),
> (extent), (name))
> +#define ide_release_region(from,extent)
> release_region((from), (extent))
> +
> +/*
> + * The following are not needed for the non-m68k ports
> + */
> +#define ide_ack_intr(hwif) (1)
> +#define ide_fix_driveid(id) do {} while (0)
           ^^^^^^^^^^^^^^^

the comment is misleading, this is actually needed on more than m68k
so not a big surprise it doesn't work. Cut&paste from 2.4.

Richard
-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@vger.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/



This archive was generated by hypermail 2b29 : Mon Jul 15 2002 - 22:00:17 EST