In article <[EMAIL PROTECTED]>, Alan Cox <[EMAIL PROTECTED]> wrote: > >The PCI ids I kill autodma on for 2.2 to cover this are: > > /* > * Don't try and tune a VIA 82C586 or 586A > */ > if (IDE_PCI_DEVID_EQ(devid, DEVID_VP_IDE)) > { > autodma_default = 0; > break; > } > if (IDE_PCI_DEVID_EQ(devid, DEVID_VP_OLDIDE)) > { > autodma_default = 0; > break; > } > > >PCI_VENDOR_ID_VIA, PCI_DEVICE_ID_82C586_0 >PCI_VENDOR_ID_VIA, PCI_DEVICE_ID_82C586_1 Can I get a patch, Andre? Linus - 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/
- 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 Linus Torvalds
- Re: ide.2.4.1-p3.01112001.patch Alan Cox
- Re: ide.2.4.1-p3.01112001.patch Linus Torvalds
- Re: ide.2.4.1-p3.01112001.patch Adrian Bunk
- 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 Vojtech Pavlik
- Re: ide.2.4.1-p3.01112001.patch Linus Torvalds
- Re: ide.2.4.1-p3.01112001.p... Vojtech Pavlik
- Re: ide.2.4.1-p3.01112001.p... Alan Cox
- Re: ide.2.4.1-p3.01112001.p... Vojtech Pavlik
- Re: ide.2.4.1-p3.01112001.p... Bryan O'Sullivan
- Re: ide.2.4.1-p3.01112001.p... Vojtech Pavlik