linux-ide.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH 2.6.23-rc4] sata_promise: FastTrack TX4200 is a second-generation chip
@ 2007-08-29  8:25 Mikael Pettersson
  2007-08-31  8:15 ` Jeff Garzik
  0 siblings, 1 reply; 2+ messages in thread
From: Mikael Pettersson @ 2007-08-29  8:25 UTC (permalink / raw)
  To: Jeff Garzik; +Cc: akpm, linux-ide, sziemba

This patch corrects sata_promise to classify FastTrack TX4200
(DID 3515/3519) as a second-generation chip. Promise's partial-
source FT TX4200 driver confirms this classification.

Treating it as a first-generation chip causes several problems:
1. Detection failures. This is a recent regression triggered by
   the hotplug-enabling changes in 2.6.23-rc1.
2. Various "failed to resume link for reset" warnings.

This patch fixes <http://bugzilla.kernel.org/show_bug.cgi?id=8936>.

Thanks to Stephen Ziemba for reporting the bug and for testing the fix.

Signed-off-by: Mikael Pettersson <mikpe@it.uu.se>
Tested-by: Stephen Ziemba <sziemba@ecn.purdue.edu>
Signed-off-by: Andrew Morton <akpm@linux-foundation.org>
---
This patch is identical to the one Stephen tested, I've
just updated the description.

 drivers/ata/sata_promise.c |    6 +++---
 1 files changed, 3 insertions(+), 3 deletions(-)

diff -rupN linux-2.6.23-rc4/drivers/ata/sata_promise.c linux-2.6.23-rc4.sata_promise-ft_tx4200-is-gen2/drivers/ata/sata_promise.c
--- linux-2.6.23-rc4/drivers/ata/sata_promise.c	2007-08-28 18:15:26.000000000 +0200
+++ linux-2.6.23-rc4.sata_promise-ft_tx4200-is-gen2/drivers/ata/sata_promise.c	2007-08-28 20:13:42.000000000 +0200
@@ -45,7 +45,7 @@
 #include "sata_promise.h"
 
 #define DRV_NAME	"sata_promise"
-#define DRV_VERSION	"2.09"
+#define DRV_VERSION	"2.10"
 
 enum {
 	PDC_MAX_PORTS		= 4,
@@ -328,8 +328,8 @@ static const struct pci_device_id pdc_at
 
 	{ PCI_VDEVICE(PROMISE, 0x3318), board_20319 },
 	{ PCI_VDEVICE(PROMISE, 0x3319), board_20319 },
-	{ PCI_VDEVICE(PROMISE, 0x3515), board_20319 },
-	{ PCI_VDEVICE(PROMISE, 0x3519), board_20319 },
+	{ PCI_VDEVICE(PROMISE, 0x3515), board_40518 },
+	{ PCI_VDEVICE(PROMISE, 0x3519), board_40518 },
 	{ PCI_VDEVICE(PROMISE, 0x3d17), board_40518 },
 	{ PCI_VDEVICE(PROMISE, 0x3d18), board_40518 },
 

^ permalink raw reply	[flat|nested] 2+ messages in thread

* Re: [PATCH 2.6.23-rc4] sata_promise: FastTrack TX4200 is a second-generation chip
  2007-08-29  8:25 [PATCH 2.6.23-rc4] sata_promise: FastTrack TX4200 is a second-generation chip Mikael Pettersson
@ 2007-08-31  8:15 ` Jeff Garzik
  0 siblings, 0 replies; 2+ messages in thread
From: Jeff Garzik @ 2007-08-31  8:15 UTC (permalink / raw)
  To: Mikael Pettersson; +Cc: akpm, linux-ide, sziemba

Mikael Pettersson wrote:
> This patch corrects sata_promise to classify FastTrack TX4200
> (DID 3515/3519) as a second-generation chip. Promise's partial-
> source FT TX4200 driver confirms this classification.
> 
> Treating it as a first-generation chip causes several problems:
> 1. Detection failures. This is a recent regression triggered by
>    the hotplug-enabling changes in 2.6.23-rc1.
> 2. Various "failed to resume link for reset" warnings.
> 
> This patch fixes <http://bugzilla.kernel.org/show_bug.cgi?id=8936>.
> 
> Thanks to Stephen Ziemba for reporting the bug and for testing the fix.
> 
> Signed-off-by: Mikael Pettersson <mikpe@it.uu.se>
> Tested-by: Stephen Ziemba <sziemba@ecn.purdue.edu>
> Signed-off-by: Andrew Morton <akpm@linux-foundation.org>
> ---
> This patch is identical to the one Stephen tested, I've
> just updated the description.
> 
>  drivers/ata/sata_promise.c |    6 +++---
>  1 files changed, 3 insertions(+), 3 deletions(-)

applied



^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2007-08-31  8:15 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2007-08-29  8:25 [PATCH 2.6.23-rc4] sata_promise: FastTrack TX4200 is a second-generation chip Mikael Pettersson
2007-08-31  8:15 ` Jeff Garzik

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).