Commit 90a8d4f3 authored by Neil Brown's avatar Neil Brown Committed by Linus Torvalds

[PATCH] Support latest NVRAM card from micromemory.

Just a new PCI ID (and get twice the MegaHz :-).
parent 4327a6d9
...@@ -1119,6 +1119,9 @@ static void mm_pci_remove(struct pci_dev *dev) ...@@ -1119,6 +1119,9 @@ static void mm_pci_remove(struct pci_dev *dev)
static const struct pci_device_id __devinitdata mm_pci_ids[] = { { static const struct pci_device_id __devinitdata mm_pci_ids[] = { {
.vendor = PCI_VENDOR_ID_MICRO_MEMORY, .vendor = PCI_VENDOR_ID_MICRO_MEMORY,
.device = PCI_DEVICE_ID_MICRO_MEMORY_5415CN, .device = PCI_DEVICE_ID_MICRO_MEMORY_5415CN,
}, {
.vendor = PCI_VENDOR_ID_MICRO_MEMORY,
.device = PCI_DEVICE_ID_MICRO_MEMORY_5425CN,
}, { /* end: all zeroes */ } }, { /* end: all zeroes */ }
}; };
......
...@@ -127,4 +127,5 @@ struct mm_dma_desc { ...@@ -127,4 +127,5 @@ struct mm_dma_desc {
#define PCI_VENDOR_ID_MICRO_MEMORY 0x1332 #define PCI_VENDOR_ID_MICRO_MEMORY 0x1332
#define PCI_DEVICE_ID_MICRO_MEMORY_5415CN 0x5415 #define PCI_DEVICE_ID_MICRO_MEMORY_5415CN 0x5415
#define PCI_DEVICE_ID_MICRO_MEMORY_5425CN 0x5425
#endif #endif
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment