[PATCH 2.6.0-test10] libata sata_promise pci id pdc20376

From: Brad House
Date: Mon Nov 24 2003 - 16:41:09 EST


For some reason I thought the pdc20376 PCI ID was already
added, but none of the ones that existed worked for this
user, but this addition did:

(the patch can also be found at
http://dev.gentoo.org/~brad_mssw/kernel_patches/2.6.0/genpatches-0.6/225_sata_promise_pdc20376_pciid.patch
if it doesn't inline correctly)

Please CC me on any replies
-Brad House
brad_mssw@xxxxxxxxxx

Patch:

diff -urN linux-2.6.0-test10-gentoo-r1.orig/drivers/scsi/sata_promise.c
linux-2.6.0-test10-gentoo-r1/drivers/scsi/sata_promise.c
---
linux-2.6.0-test10-gentoo-r1.orig/drivers/scsi/sata_promise.c 2003-11-24
14:23:41.687209888 -0500
+++ linux-2.6.0-test10-gentoo-r1/drivers/scsi/sata_promise.c 2003-11-24
14:16:15.000000000 -0500
@@ -213,6 +213,8 @@
board_2037x },
{ PCI_VENDOR_ID_PROMISE, 0x3375, PCI_ANY_ID, PCI_ANY_ID, 0, 0,
board_2037x },
+ { PCI_VENDOR_ID_PROMISE, 0x3376, PCI_ANY_ID, PCI_ANY_ID, 0, 0,
+ board_2037x },
{ PCI_VENDOR_ID_PROMISE, 0x3318, PCI_ANY_ID, PCI_ANY_ID, 0, 0,
board_20319 },
{ PCI_VENDOR_ID_PROMISE, 0x3319, PCI_ANY_ID, PCI_ANY_ID, 0, 0,



-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@xxxxxxxxxxxxxxx
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/