[PATCH] libata: add per-dev pio/mwdma/udma_mask
authorTejun Heo <htejun@gmail.com>
Fri, 24 Mar 2006 05:07:50 +0000 (14:07 +0900)
committerJeff Garzik <jeff@garzik.org>
Fri, 24 Mar 2006 14:28:33 +0000 (09:28 -0500)
Add per-dev pio/mwdma/udma_mask.  All transfer mode limits used to be
applied to ap->*_mask which unnecessarily restricted other devices
sharing the port.  This change will also benefit later EH speed down
and hotplug.

Signed-off-by: Tejun Heo <htejun@gmail.com>
Signed-off-by: Jeff Garzik <jeff@garzik.org>

No differences found