COOL!

This will kill the VIA problem and allow us to clobber the timeout.
I know where and what to do but it is the how with the current mess of the
driver held togather with duct tape and paper clips and a little bit of
spit here and there.

I can not wait for 2.5 to get started to begin with "rm -rf ./drivers/ide"
and start with "mkdir ./drivers/ata" ;-))  Okay not quite that radical but
very close....

On Sat, 13 Jan 2001, Alan Cox wrote:

> >             if (IDE_PCI_DEVID_EQ(d->devid, DEVID_SIS5513) ||
> >                 IDE_PCI_DEVID_EQ(d->devid, DEVID_AEC6260) ||
> >                 IDE_PCI_DEVID_EQ(d->devid, DEVID_PIIX4NX) ||
> > -               IDE_PCI_DEVID_EQ(d->devid, DEVID_HPT34X))
> > +               IDE_PCI_DEVID_EQ(d->devid, DEVID_HPT34X)  ||
> > +               IDE_PCI_DEVID_EQ(d->devid, DEVID_VIA_IDE) ||
> > +               IDE_PCI_DEVID_EQ(d->devid, DEVID_VP_IDE))
> >                     autodma = 0;
> >             if (autodma)
> >                     hwif->autodma = 1;
> 
> How about
> 
>                   && !force_dma)
> 
> 
> __setup("force_dma") ...
> 
> So those who want to play fast can
> -
> To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
> the body of a message to [EMAIL PROTECTED]
> Please read the FAQ at http://www.tux.org/lkml/
> 

Andre Hedrick
Linux ATA Development

-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to [EMAIL PROTECTED]
Please read the FAQ at http://www.tux.org/lkml/

Reply via email to