Re: [PATCH resend] pata_hpt{37x|3x2n}: SATA mode filtering
From: Jeff Garzik <hidden>
Date: 2011-01-08 03:34:15
From: Jeff Garzik <hidden>
Date: 2011-01-08 03:34:15
On 12/25/2010 02:44 PM, Sergei Shtylyov wrote:
The Marvell bridge chips used on HighPoint SATA cards do not seem to support the UltraDMA modes 1, 2, and 3 as well as any MWDMA modes; these cards are based on HPT372/372A/372N/374 chips (judging from the vendor drivers), so the Linux drivers need to have a mode_filter() method for these chips... Signed-off-by: Sergei Shtylyov<redacted> -- The patch is against the recent Linus' tree. Resending with the corrected subject... drivers/ata/pata_hpt37x.c | 54 ++++++++++++++++++++++++++++++++------- drivers/ata/pata_hpt3x2n.c | 61 ++++++++++++++++++++++++++++++++++++--------- 2 files changed, 93 insertions(+), 22 deletions(-)
applied