Martin Povolný wrote:
For me it works with 20319, but I don't understand the difference
between different settings.

20319 is 4 port SATA.
2037x is 2 port SATA, optionally with 1 PATA port
20619 is 4 port PATA

So I believe 20319 is the correct option.

Jeff, the chip on the TX4200 is actually a PDC40519 but it meets the description of the 20319. Is something like the patch below ok, or should we add a new board_ entry?

*** sata_promise.c      2005-05-11 21:22:20.000000000 +0200
--- sata_promise_new.c  2005-05-11 21:22:02.000000000 +0200
***************
*** 164,171 ****
--- 164,173 ----
        { 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,
          board_20319 },
+       { PCI_VENDOR_ID_PROMISE, 0x3519, 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 },

        { }     /* terminate list */


Thanks,
Daniel
-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to [EMAIL PROTECTED]
More majordomo info at  http://vger.kernel.org/majordomo-info.html
Please read the FAQ at  http://www.tux.org/lkml/

Reply via email to