[patch] add Promise 20376 PCI ID

From: Pekka Pietikainen
Date: Wed Nov 12 2003 - 15:51:01 EST


Hi, this adds the Promise SATA controller ID that is used on my Asus A7V8X,
which seems to work perfectly after adding the patch.

--- linux-2.6.0-test9/drivers/scsi/sata_promise.c~ 2003-11-12 18:02:44.000000000 +0200
+++ linux-2.6.0-test9/drivers/scsi/sata_promise.c 2003-11-12 18:02:44.000000000 +0200
@@ -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/