Hello, all. This is the second take of add-per-dev-pio-mwdma-udma_mask patchset. Changes from the last take[1] are... * %02 implement-ata_dev_init patch is removed and %03 is updated accordingly. The patchset is against the current #upstream[2]. I tried to think of a simple way to use single xfer_mask for all masks, but couldn't. The problem is that the masks are used in several different ways affecting specific parts of the mask. When composing transfer xfer_mask, it's best if they can be simply bit-wise or'ed, but we can't use the same mask values when trying to limit trasnfer mode because bits for other transfer modes will be turned off. We're gonna have to use different masks for different purposes or use mask manipulating wrappers. So, for the time being, LLDD's are left with three separate masks. If anyone can think of a pretty way to convert them, please, go ahead. We also need to sort out transfer mask constants, the naming is somewhat inconsistent. Thanks. -- tejun [1] http://article.gmane.org/gmane.linux.ide/8705 [2] 2cc432eed0491df66e14b578139bba2c75fb3f9a - : send the line "unsubscribe linux-ide" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html