linux-ide.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH] sata_promise: Add PDC40718 id
@ 2005-08-22 13:58 Daniel Drake
  2005-08-23  5:04 ` Jeff Garzik
  0 siblings, 1 reply; 2+ messages in thread
From: Daniel Drake @ 2005-08-22 13:58 UTC (permalink / raw)
  To: jgarzik; +Cc: linux-ide, gf435

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

From: Otto Meier <gf435@gmx.net>

Otto Meier recently submitted a patch to support the PDC40718 chip (marketed 
as SATA300 TX4, a 4-port SATA controller).

I am resending it as this patch has not been applied (maybe due to whitespace 
damage in the previous submission?). Please apply :)

Signed-off-by: Otto Meier <gf435@gmx.net>
Signed-off-by: Daniel Drake <dsd@gentoo.org>


[-- Attachment #2: promise-tx4.patch --]
[-- Type: text/x-patch, Size: 509 bytes --]

--- linux-2.6.13-rc6/drivers/scsi/sata_promise.c.orig	2005-08-22 14:32:11.000000000 +0100
+++ linux-2.6.13-rc6/drivers/scsi/sata_promise.c	2005-08-22 14:32:48.000000000 +0100
@@ -181,6 +181,8 @@ static struct pci_device_id pdc_ata_pci_
 	  board_20319 },
 	{ PCI_VENDOR_ID_PROMISE, 0x3319, PCI_ANY_ID, PCI_ANY_ID, 0, 0,
 	  board_20319 },
+	{ PCI_VENDOR_ID_PROMISE, 0x3d17, PCI_ANY_ID, PCI_ANY_ID, 0, 0,
+	  board_20319 },
 	{ PCI_VENDOR_ID_PROMISE, 0x3d18, PCI_ANY_ID, PCI_ANY_ID, 0, 0,
 	  board_20319 },
 

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

end of thread, other threads:[~2005-08-23  5:04 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2005-08-22 13:58 [PATCH] sata_promise: Add PDC40718 id Daniel Drake
2005-08-23  5:04 ` 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).