* [PATCH] sata_promise: Add PDC40519 id
@ 2005-08-22 13:59 Daniel Drake
2005-08-23 5:04 ` Jeff Garzik
0 siblings, 1 reply; 2+ messages in thread
From: Daniel Drake @ 2005-08-22 13:59 UTC (permalink / raw)
To: jgarzik; +Cc: linux-ide, martin.povolny
[-- Attachment #1: Type: text/plain, Size: 439 bytes --]
The Promise TX4200 is a 4-port SATA controller based on the PDC40519 chip. It
meets the description of the 20319, so just a simple ID needs to be added to
support this hardware. Thanks to Martin Povolný for testing.
I sent this patch on 2005-07-28 but it has not yet been applied. This new
patch depends on Otto Meier's PDC40718 id addition that I sent in the previous
mail. Please apply.
Signed-off-by: Daniel Drake <dsd@gentoo.org>
[-- Attachment #2: promise-tx4200.patch --]
[-- Type: text/x-patch, Size: 572 bytes --]
--- linux-2.6.13-rc6/drivers/scsi/sata_promise.c.otto 2005-08-22 14:50:11.000000000 +0100
+++ linux-2.6.13-rc6/drivers/scsi/sata_promise.c 2005-08-22 14:50:36.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, 0x3519, 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,
^ permalink raw reply [flat|nested] 2+ messages in thread
* Re: [PATCH] sata_promise: Add PDC40519 id
2005-08-22 13:59 [PATCH] sata_promise: Add PDC40519 id Daniel Drake
@ 2005-08-23 5:04 ` Jeff Garzik
0 siblings, 0 replies; 2+ messages in thread
From: Jeff Garzik @ 2005-08-23 5:04 UTC (permalink / raw)
To: Daniel Drake; +Cc: linux-ide, martin.povolny
applied
^ 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:59 [PATCH] sata_promise: Add PDC40519 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).