linux-ide.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* patch: sata_promise.c
@ 2005-08-31  7:54 Mueller Daniel
  2005-10-28 21:00 ` Jeff Garzik
  0 siblings, 1 reply; 2+ messages in thread
From: Mueller Daniel @ 2005-08-31  7:54 UTC (permalink / raw)
  To: jgarzik; +Cc: linux-ide

Hi Jeff Garzik
 
The "Promise FastTrak TX2300 2-Port 3Gb/s SATA RAID 0/1 PCI-Adapter"
was not detected correctly with vanilla Linux 2.6.13 kernel.

With my 2 liner patch applied, the controller works fine.

some info:
sata_promise.c - Promise SATA
#define DRV_NAME        "sata_promise"
#define DRV_VERSION     "1.02"

Daniel Mueller
Siemens AG

------------------- attached udiff patch ----------------------

--- linux-2.6.13/drivers/scsi/sata_promise.c    2005-08-29
01:41:01.000000000 +0200
+++ linux-2.6.13-dm1/drivers/scsi/sata_promise.c        2005-08-31
09:13:04.030142728 +0200
@@ -164,6 +164,8 @@
 static struct pci_device_id pdc_ata_pci_tbl[] = {
        { PCI_VENDOR_ID_PROMISE, 0x3371, PCI_ANY_ID, PCI_ANY_ID, 0, 0,
          board_2037x },
+       { PCI_VENDOR_ID_PROMISE, 0x3570, PCI_ANY_ID, PCI_ANY_ID, 0, 0,
+         board_2037x },
        { PCI_VENDOR_ID_PROMISE, 0x3571, PCI_ANY_ID, PCI_ANY_ID, 0, 0,
          board_2037x },
        { PCI_VENDOR_ID_PROMISE, 0x3373, PCI_ANY_ID, PCI_ANY_ID, 0, 0,

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

* Re: patch: sata_promise.c
  2005-08-31  7:54 patch: sata_promise.c Mueller Daniel
@ 2005-10-28 21:00 ` Jeff Garzik
  0 siblings, 0 replies; 2+ messages in thread
From: Jeff Garzik @ 2005-10-28 21:00 UTC (permalink / raw)
  To: Mueller Daniel; +Cc: linux-ide

applied


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

end of thread, other threads:[~2005-10-28 21:00 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2005-08-31  7:54 patch: sata_promise.c Mueller Daniel
2005-10-28 21:00 ` 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).