Messages in this thread Patch in this message |  | | | Subject | [PATCH] Add InfiniBand HCA IDs to pci_ids.h | | From | Roland Dreier <> | | Date | 18 May 2004 21:57:26 -0700 |
Add InfiniBand HCA IDs to pci_ids.h. This will let me kill mthca_pci.h in the mthca driver.
Thanks, Roland
===== include/linux/pci_ids.h 1.157 vs edited ===== --- 1.157/include/linux/pci_ids.h Mon May 17 16:37:38 2004 +++ edited/include/linux/pci_ids.h Tue May 18 21:50:17 2004 @@ -1865,6 +1865,11 @@ #define PCI_VENDOR_ID_ZOLTRIX 0x15b0 #define PCI_DEVICE_ID_ZOLTRIX_2BD0 0x2bd0 +#define PCI_VENDOR_ID_MELLANOX 0x15b3 +#define PCI_DEVICE_ID_MELLANOX_TAVOR 0x5a44 +#define PCI_DEVICE_ID_MELLANOX_ARBEL_COMPAT 0x6278 +#define PCI_DEVICE_ID_MELLANOX_ARBEL 0x6282 + #define PCI_VENDOR_ID_PDC 0x15e9 #define PCI_DEVICE_ID_PDC_1841 0x1841 @@ -1885,6 +1890,8 @@ #define PCI_VENDOR_ID_S2IO 0x17d5 #define PCI_DEVICE_ID_S2IO_WIN 0x5731 #define PCI_DEVICE_ID_S2IO_UNI 0x5831 + +#define PCI_VENDOR_ID_TOPSPIN 0x1867 #define PCI_VENDOR_ID_ARC 0x192E #define PCI_DEVICE_ID_ARC_EHCI 0x0101 - To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to majordomo@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html Please read the FAQ at http://www.tux.org/lkml/
|  |