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,
-
To unsubscribe from this list: send the line "unsubscribe linux-ide" in
the body of a message to [EMAIL PROTECTED]
More majordomo info at http://vger.kernel.org/majordomo-info.html