From: Dan McGee Date: Wed, 7 Sep 2011 16:23:19 +0000 (-0500) Subject: pata_sis: add mode_filter method for certain sis5513 chipsets X-Git-Tag: v3.2-rc1~151^2~41 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=f30f9a5e7bc130c727712342dd064ae8d188b170;p=pandora-kernel.git pata_sis: add mode_filter method for certain sis5513 chipsets This mirrors a very old commit (3160d5416f39da9d9, "sis5513: add ->udma_filter method for chipset_family >= ATA_133") to the old sis5513 IDE driver that prevents certain setups from working. UDMA6 (ATA/133) is not supported on some chipsets and we need to ensure this mode is not chosen even if a connected drive supports it. Port this old patch forward to the new PATA driver to ensure UDMA5 is the highest mode used if that is what is supported. Kernel bugzilla #41582. Reviewed-by: Bartlomiej Zolnierkiewicz Signed-off-by: Dan McGee Signed-off-by: Jeff Garzik --- Reading git-diff-tree failed