Re: 2.1.49

Andrea Arcangeli (arcangeli@mbox.queen.it)
Wed, 13 Aug 1997 20:42:33 +0200 (CEST)


On Tue, 12 Aug 1997, Florian La Roche wrote:

>Sorry for sending Linus a not enough tested patch.
>Here is a collection of all corrected things.

There is a powerful patch for new parport code with a lot of needed fixes.
I don' t understand why adding #if 0 in 2.1.49.

Ask to Bludell for the patch.

>--- drivers/misc/parport_pc.c
>+++ drivers/misc/parport_pc.c 1997/08/12 07:03:06
>@@ -322,7 +322,6 @@
> return dma;
> }
>
>-#if 0
> /* Only called if port supports ECP mode.
> *
> * The only restriction on DMA channels is that it has to be
>@@ -388,7 +387,6 @@
>
> return retv;
> }
>-#endif
>

Without removing "#if 0" can' t load parport_pc.o in 2.1.49.

Andrea Arcangeli