From: Tejun Heo Date: Fri, 21 Sep 2007 07:29:05 +0000 (+0900) Subject: pata_sis: add missing UDMA5 timing value in sis_66_set_dmamode() X-Git-Tag: v2.6.23-rc9~44^2 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=edeb614c1c8388b354d93ff7790317cc5d6a38ec;p=pandora-kernel.git pata_sis: add missing UDMA5 timing value in sis_66_set_dmamode() sis_66_set_dmamode() also handles early UDMA100 (SIS630 ET) but is missing udma timing value for UDMA100. According to sis5513, this should be 0x8000. This caused UDMA100 device to fail on pata_sis till it downgrades to UDMA66 while it works fine on sis5513 at UDMA100. Reported by Adam Blech. Signed-off-by: Tejun Heo Cc: Adam Blech Signed-off-by: Jeff Garzik --- Reading git-diff-tree failed