> 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/
- Re: ide.2.4.1-p3.01112001.patch Linus Torvalds
- Re: ide.2.4.1-p3.01112001.patch Matthias Andree
- Re: ide.2.4.1-p3.01112001.patch Andre Hedrick
- Re: ide.2.4.1-p3.01112001.patch Linus Torvalds
- Re: ide.2.4.1-p3.01112001.patch Andre Hedrick
- Re: ide.2.4.1-p3.01112001.patch Linus Torvalds
- Re: ide.2.4.1-p3.01112001.patch Andre Hedrick
- Re: ide.2.4.1-p3.01112001.patch Andre Hedrick
- Re: ide.2.4.1-p3.01112001.patch Vojtech Pavlik
- Re: ide.2.4.1-p3.01112001.patch Vojtech Pavlik
- Re: ide.2.4.1-p3.01112001.patch Alan Cox
- Re: ide.2.4.1-p3.01112001.patch Andre Hedrick
- Re: ide.2.4.1-p3.01112001.patch TimO
- Re: ide.2.4.1-p3.01112001.patch Vojtech Pavlik
- Re: ide.2.4.1-p3.01112001.patch Stephen Clark
- VIA IDE corruption - anyone experiencing it with 2.4.... Vojtech Pavlik
- Re: ide.2.4.1-p3.01112001.patch Alan Cox
- Re: ide.2.4.1-p3.01112001.patch davej
- Re: ide.2.4.1-p3.01112001.patch Vojtech Pavlik
- Re: ide.2.4.1-p3.01112001.patch Tkil
- Re: ide.2.4.1-p3.01112001.patch Vojtech Pavlik