Re: [PATCH 2/2] hpt366: UltraDMA filtering for SATA cards

2007-09-01 Thread Sergei Shtylyov
Bartlomiej Zolnierkiewicz 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), so the driver needs to account for this in the udma_filter() method. In order to achieve that, do the following changes:

Re: [PATCH 2/2] hpt366: UltraDMA filtering for SATA cards

2007-08-27 Thread Bartlomiej Zolnierkiewicz
On Saturday 25 August 2007, Sergei Shtylyov wrote: Hello. Bartlomiej Zolnierkiewicz 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), so the driver needs to account for this in the udma_filter()

Re: [PATCH 2/2] hpt366: UltraDMA filtering for SATA cards

2007-08-25 Thread Sergei Shtylyov
Hello. Bartlomiej Zolnierkiewicz 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), so the driver needs to account for this in the udma_filter() method. In order to achieve that, do the following

Re: [PATCH 2/2] hpt366: UltraDMA filtering for SATA cards

2007-08-25 Thread Sergei Shtylyov
Hello, I wrote: When are you planning to push out to Linus the ide-mode-limiting-fixes-for-user-requested-speed-changes.patch? I'd like my HPT37x SATA mode filtering stuff to be atop of this one, after looking at it. Preferably 2.6.24 material and ide_rate_filter() FIXME (respecting

Re: [PATCH 2/2] hpt366: UltraDMA filtering for SATA cards

2007-08-19 Thread Sergei Shtylyov
Bartlomiej Zolnierkiewicz wrote: 101 files changed, 1880 insertions(+), 2828 deletions(-) please look at -mm or IDE quilt tree instead. :) Looking... When are you planning to push out to Linus the ide-mode-limiting-fixes-for-user-requested-speed-changes.patch? I'd like my HPT37x

Re: [PATCH 2/2] hpt366: UltraDMA filtering for SATA cards

2007-08-18 Thread Bartlomiej Zolnierkiewicz
On Saturday 11 August 2007, Sergei Shtylyov wrote: Hello, I wrote: 101 files changed, 1880 insertions(+), 2828 deletions(-) please look at -mm or IDE quilt tree instead. :) Looking... When are you planning to push out to Linus the

Re: [PATCH 2/2] hpt366: UltraDMA filtering for SATA cards

2007-08-11 Thread Sergei Shtylyov
Hello. Bartlomiej Zolnierkiewicz wrote: Index: linux-2.6/drivers/ide/pci/hpt366.c === --- linux-2.6.orig/drivers/ide/pci/hpt366.c +++ linux-2.6/drivers/ide/pci/hpt366.c [...] + case HPT372 : + case HPT372A: +

Re: [PATCH 2/2] hpt366: UltraDMA filtering for SATA cards

2007-08-11 Thread Bartlomiej Zolnierkiewicz
On Saturday 11 August 2007, Sergei Shtylyov wrote: Hello. Bartlomiej Zolnierkiewicz wrote: Index: linux-2.6/drivers/ide/pci/hpt366.c === --- linux-2.6.orig/drivers/ide/pci/hpt366.c +++ linux-2.6/drivers/ide/pci/hpt366.c

Re: [PATCH 2/2] hpt366: UltraDMA filtering for SATA cards

2007-08-11 Thread Sergei Shtylyov
Bartlomiej Zolnierkiewicz wrote: Index: linux-2.6/drivers/ide/pci/hpt366.c === --- linux-2.6.orig/drivers/ide/pci/hpt366.c +++ linux-2.6/drivers/ide/pci/hpt366.c [...] + case HPT372 : + case HPT372A: + case

Re: [PATCH 2/2] hpt366: UltraDMA filtering for SATA cards

2007-08-11 Thread Bartlomiej Zolnierkiewicz
On Saturday 11 August 2007, Sergei Shtylyov wrote: Bartlomiej Zolnierkiewicz wrote: Index: linux-2.6/drivers/ide/pci/hpt366.c === --- linux-2.6.orig/drivers/ide/pci/hpt366.c +++ linux-2.6/drivers/ide/pci/hpt366.c [...] +

Re: [PATCH 2/2] hpt366: UltraDMA filtering for SATA cards

2007-08-11 Thread Sergei Shtylyov
Hello, I wrote: 101 files changed, 1880 insertions(+), 2828 deletions(-) please look at -mm or IDE quilt tree instead. :) Looking... When are you planning to push out to Linus the ide-mode-limiting-fixes-for-user-requested-speed-changes.patch? I'd like my HPT37x SATA mode

Re: [PATCH 2/2] hpt366: UltraDMA filtering for SATA cards

2007-08-11 Thread Sergei Shtylyov
Bartlomiej Zolnierkiewicz wrote: Index: linux-2.6/drivers/ide/pci/hpt366.c === --- linux-2.6.orig/drivers/ide/pci/hpt366.c +++ linux-2.6/drivers/ide/pci/hpt366.c [...] + case HPT372 : + case HPT372A: + case

Re: [PATCH 2/2] hpt366: UltraDMA filtering for SATA cards

2007-08-10 Thread Sergei Shtylyov
Bartlomiej Zolnierkiewicz 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), so the driver needs to account for this in the udma_filter() method. In order to achieve that, do the following changes:

Re: [PATCH 2/2] hpt366: UltraDMA filtering for SATA cards

2007-08-10 Thread Bartlomiej Zolnierkiewicz
Hi, On Friday 10 August 2007, Sergei Shtylyov wrote: Bartlomiej Zolnierkiewicz 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), so the driver needs to account for this in the udma_filter()

Re: [PATCH 2/2] hpt366: UltraDMA filtering for SATA cards

2007-08-08 Thread Bartlomiej Zolnierkiewicz
On Sunday 05 August 2007, 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), so the driver needs to account for this in the udma_filter() method. In order to achieve that, do the

[PATCH 2/2] hpt366: UltraDMA filtering for SATA cards

2007-08-05 Thread Sergei Shtylyov
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), so the driver needs to account for this in the udma_filter() method. In order to achieve that, do the following changes: - install the method for all chips,