[PATCH 1/5] Add Myricom PCI vendor ID to pci_ids.h Add PCI_VENDOR_ID_MYRICOM to pci_ids.h so that the myri10ge driver and any other driver for Myricom hardware may use it.
Signed-off-by: Brice Goglin <[EMAIL PROTECTED]> Signed-off-by: Andrew J. Gallatin <[EMAIL PROTECTED]> include/linux/pci_ids.h | 1 + 1 file changed, 1 insertion(+) --- linux-mm/include/linux/pci_ids.h.old 2006-05-19 04:34:30.000000000 +0200 +++ linux-mm/include/linux/pci_ids.h 2006-05-16 01:42:49.000000000 +0200 @@ -1841,6 +1841,7 @@ #define PCI_VENDOR_ID_SAMSUNG 0x144d +#define PCI_VENDOR_ID_MYRICOM 0x14c1 #define PCI_VENDOR_ID_TITAN 0x14D2 #define PCI_DEVICE_ID_TITAN_010L 0x8001 - To unsubscribe from this list: send the line "unsubscribe netdev" in the body of a message to [EMAIL PROTECTED] More majordomo info at http://vger.kernel.org/majordomo-info.html