Commit 0745464e authored by Maciej Lipinski's avatar Maciej Lipinski

[flash tools] added IDs of SPECs with bigger fpgas (100T and 150T)

parent aff79eb4
......@@ -32,7 +32,9 @@ static struct spec_pci_id {
unsigned pci_v;
unsigned pci_d;
} spec_devices[] = {
{ 0x10dc /* CERN */, 0x018d /* SPEC */ },
{ 0x10dc /* CERN */, 0x018d /* SPEC-45T */ },
{ 0x10dc /* CERN */, 0x01a2 /* SPEC-100T*/ },
{ 0x10dc /* CERN */, 0x01a3 /* SPEC-150T*/ },
{ 0x1a39 /* Gennum */, 0x0004 /* GN4124 */ },
{ 0, },
};
......
......@@ -32,7 +32,9 @@ static struct spec_pci_id {
unsigned pci_v;
unsigned pci_d;
} spec_devices[] = {
{ 0x10dc /* CERN */, 0x018d /* SPEC */ },
{ 0x10dc /* CERN */, 0x018d /* SPEC-45T */ },
{ 0x10dc /* CERN */, 0x01a2 /* SPEC-100T*/ },
{ 0x10dc /* CERN */, 0x01a3 /* SPEC-150T*/ },
{ 0x1a39 /* Gennum */, 0x0004 /* GN4124 */ },
{ 0, },
};
......
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