minor compilation problem with 2.1.49

todd roy (tmr@holstein.com)
Tue, 12 Aug 1997 08:55:03 -0400


I've found a very minor hitch in compiling 2.1.49:

in module parport_pc.c function probe_one_port calls a function
parport_dma_probe that has been #if 0 'ed out in the same
module.

It looks like it is only relevent on machines with DMA available for
the parallel port. In my case the answer is no, so I just changed
it to p->dma=PARPORT_DMA_NONE;

-- todd --