> Ok, can I still use -u1 -k1 -c1 on the drives or is it even
> necessary anymore.
If you enable automatic DMA in the kernel config, it isn't necessary at
all. The VIA driver sets up everything.
> Is the deprecation of -d1 VIA IDE
> specific or does it apply to the entire subsystem.
Well, in my opinion it was always a potentially dangerous option and so
it remains. I'll update the VIA driver to make sure its not dangerous
at least with it anymore.
Scenario:
1) AutoDMA not enabled
2) VIA sets PIO mode on boot
3) User enables DMA -> IDE driver starts using dma
4) But VIA is still set to PIO mode
I'll have to make the VIA driver check when IDE dma is enabled, test
whether the chipset was already programmed for it and program the
chipset for it if needed.
-- Vojtech Pavlik SuSE Labs - To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to majordomo@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html Please read the FAQ at http://www.tux.org/lkml/