Now that memfree support is merged to trunk, register mthca for
MT25204 device ids. Use numeric values to make it work on 2.6.11,
until the symbolic names make it upstream.

With this and previous patch in place, ip over ib now seems to work for
me on MT25204.

Signed-off-by: Michael S. Tsirkin <[EMAIL PROTECTED]>

Index: mthca_main.c
===================================================================
--- mthca_main.c        (revision 1964)
+++ mthca_main.c        (working copy)
@@ -1094,6 +1094,10 @@ static struct pci_device_id mthca_pci_ta
          .driver_data = ARBEL_NATIVE },
        { PCI_DEVICE(PCI_VENDOR_ID_TOPSPIN, PCI_DEVICE_ID_MELLANOX_ARBEL),
          .driver_data = ARBEL_NATIVE },
+       { PCI_DEVICE(PCI_VENDOR_ID_MELLANOX, 0x5e8c), /* Sinai old */
+         .driver_data = ARBEL_NATIVE },
+       { PCI_DEVICE(PCI_VENDOR_ID_MELLANOX, 0x6274), /* Sinai */
+         .driver_data = ARBEL_NATIVE },
        { 0, }
 };
 

-- 
MST - Michael S. Tsirkin
_______________________________________________
openib-general mailing list
openib-general@openib.org
http://openib.org/mailman/listinfo/openib-general

To unsubscribe, please visit http://openib.org/mailman/listinfo/openib-general

Reply via email to