2003-11-24 21:39:59

by Brad House

[permalink] [raw]
Subject: [PATCH 2.6.0-test10] libata sata_promise pci id pdc20376

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
[email protected]

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,