* [PATCH] sata_promise: Add TX4200 (PDC40519) ID
@ 2005-07-28 12:36 Daniel Drake
0 siblings, 0 replies; only message in thread
From: Daniel Drake @ 2005-07-28 12:36 UTC (permalink / raw)
To: jgarzik; +Cc: linux-ide, murphy, martin.povolny
[-- Attachment #1: Type: text/plain, Size: 266 bytes --]
The Promise TX4200 is a 4-port SATA controller based on the PDC40519 chip. It
meets the description of the 20619, so just a simple ID needs to be added to
support this hardware. Thanks to Martin Povolný for testing.
Signed-off-by: Daniel Drake <dsd@gentoo.org>
[-- Attachment #2: sata-promise-tx4200.patch --]
[-- Type: text/x-patch, Size: 519 bytes --]
--- linux-2.6.13-rc3-git9/drivers/scsi/sata_promise.c.orig 2005-07-28 13:29:47.000000000 +0100
+++ linux-2.6.13-rc3-git9/drivers/scsi/sata_promise.c 2005-07-28 13:30:54.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, 0x3d18, PCI_ANY_ID, PCI_ANY_ID, 0, 0,
board_20319 },
^ permalink raw reply [flat|nested] only message in thread
only message in thread, other threads:[~2005-07-28 12:36 UTC | newest]
Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2005-07-28 12:36 [PATCH] sata_promise: Add TX4200 (PDC40519) ID Daniel Drake
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.