linux-ide.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH] updated sata_promise.c with new device id
@ 2006-02-06 19:17 Robert Borkowski
  2006-03-04  2:27 ` Jeff Garzik
  0 siblings, 1 reply; 2+ messages in thread
From: Robert Borkowski @ 2006-02-06 19:17 UTC (permalink / raw)
  To: jgarzik; +Cc: linux-ide

patch is against kernel 2.4.32
card is a Promise SATAII 300 TX4, PDC40718-GP printed on the main chip

Tested by making md raid5 on four drives and stressing with bonnie++.
Any other tests I should run?

Signed-off-by: Robert Borkowski <rborkows@novator.com>
--- drivers/scsi/sata_promise.c.orig    Mon Feb  6 11:45:06 2006
+++ drivers/scsi/sata_promise.c Mon Feb  6 11:45:39 2006
@@ -181,6 +181,8 @@
           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 },

-- 
Robert Borkowski

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

* Re: [PATCH] updated sata_promise.c with new device id
  2006-02-06 19:17 [PATCH] updated sata_promise.c with new device id Robert Borkowski
@ 2006-03-04  2:27 ` Jeff Garzik
  0 siblings, 0 replies; 2+ messages in thread
From: Jeff Garzik @ 2006-03-04  2:27 UTC (permalink / raw)
  To: Robert Borkowski; +Cc: linux-ide

Robert Borkowski wrote:
> patch is against kernel 2.4.32
> card is a Promise SATAII 300 TX4, PDC40718-GP printed on the main chip
> 
> Tested by making md raid5 on four drives and stressing with bonnie++.
> Any other tests I should run?
> 
> Signed-off-by: Robert Borkowski <rborkows@novator.com>
> --- drivers/scsi/sata_promise.c.orig    Mon Feb  6 11:45:06 2006
> +++ drivers/scsi/sata_promise.c Mon Feb  6 11:45:39 2006
> @@ -181,6 +181,8 @@
>           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 },
> 

Can you resend against 2.6.x?

	Jeff



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

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

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2006-02-06 19:17 [PATCH] updated sata_promise.c with new device id Robert Borkowski
2006-03-04  2:27 ` 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).