linux-ide.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH] sata_promise: Support FastTrak TX4310
@ 2006-02-13 22:53 Daniel Drake
  2006-03-04  2:25 ` Jeff Garzik
  0 siblings, 1 reply; 2+ messages in thread
From: Daniel Drake @ 2006-02-13 22:53 UTC (permalink / raw)
  To: jgarzik; +Cc: linux-ide

[-- Attachment #1: Type: text/plain, Size: 162 bytes --]

This patch adds support for the Promise FastTrak TX4310, a 4-port PCI 
SATA controller based on the PDC40719 chip.

Signed-off-by: Daniel Drake <dsd@gentoo.org>


[-- Attachment #2: sata-promise-tx4310.patch --]
[-- Type: text/x-patch, Size: 550 bytes --]

--- linux/drivers/scsi/sata_promise.c.orig	2006-02-12 17:12:34.000000000 +0000
+++ linux/drivers/scsi/sata_promise.c	2006-02-12 17:13:46.000000000 +0000
@@ -228,6 +228,8 @@ static const struct pci_device_id pdc_at
 	  board_20319 },
 	{ PCI_VENDOR_ID_PROMISE, 0x3319, PCI_ANY_ID, PCI_ANY_ID, 0, 0,
 	  board_20319 },
+	{ PCI_VENDOR_ID_PROMISE, 0x3515, PCI_ANY_ID, PCI_ANY_ID, 0, 0,
+	  board_20319 },
 	{ PCI_VENDOR_ID_PROMISE, 0x3519, PCI_ANY_ID, PCI_ANY_ID, 0, 0,
 	  board_20319 },
 	{ PCI_VENDOR_ID_PROMISE, 0x3d17, PCI_ANY_ID, PCI_ANY_ID, 0, 0,

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

* Re: [PATCH] sata_promise: Support FastTrak TX4310
  2006-02-13 22:53 [PATCH] sata_promise: Support FastTrak TX4310 Daniel Drake
@ 2006-03-04  2:25 ` Jeff Garzik
  0 siblings, 0 replies; 2+ messages in thread
From: Jeff Garzik @ 2006-03-04  2:25 UTC (permalink / raw)
  To: Daniel Drake; +Cc: linux-ide

Daniel Drake wrote:
> This patch adds support for the Promise FastTrak TX4310, a 4-port PCI 
> SATA controller based on the PDC40719 chip.
> 
> Signed-off-by: Daniel Drake <dsd@gentoo.org>
> 
> 
> ------------------------------------------------------------------------
> 
> --- linux/drivers/scsi/sata_promise.c.orig	2006-02-12 17:12:34.000000000 +0000
> +++ linux/drivers/scsi/sata_promise.c	2006-02-12 17:13:46.000000000 +0000
> @@ -228,6 +228,8 @@ static const struct pci_device_id pdc_at
>  	  board_20319 },
>  	{ PCI_VENDOR_ID_PROMISE, 0x3319, PCI_ANY_ID, PCI_ANY_ID, 0, 0,
>  	  board_20319 },
> +	{ PCI_VENDOR_ID_PROMISE, 0x3515, PCI_ANY_ID, PCI_ANY_ID, 0, 0,
> +	  board_20319 },
>  	{ PCI_VENDOR_ID_PROMISE, 0x3519, PCI_ANY_ID, PCI_ANY_ID, 0, 0,
>  	  board_20319 },
>  	{ PCI_VENDOR_ID_PROMISE, 0x3d17, PCI_ANY_ID, PCI_ANY_ID, 0, 0,

Can you resend with the patch inline?  Attachments continue to be 
discouraged...

	Jeff



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

end of thread, other threads:[~2006-03-04  2:25 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2006-02-13 22:53 [PATCH] sata_promise: Support FastTrak TX4310 Daniel Drake
2006-03-04  2:25 ` 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).