mrfioc2  2.3.0
mrmpci.h
Go to the documentation of this file.
1 /*************************************************************************\
2 * Copyright (c) 2010 Brookhaven Science Associates, as Operator of
3 * Brookhaven National Laboratory.
4 * mrfioc2 is distributed subject to a Software License Agreement found
5 * in file LICENSE that is included with this distribution.
6 \*************************************************************************/
7 /*
8  * Author: Michael Davidsaver <mdavidsaver@gmail.com>
9  */
10 
11 #ifndef MRMPCI_H
12 #define MRMPCI_H
13 
14 #define PCI_VENDOR_ID_XILINX 0x10ee
15 
16 #define PCI_DEVICE_ID_XILINX_DEV 0x7011
17 
18 #define PCI_VENDOR_ID_PLX 0x10b5 /* PCI Vendor ID for PLX Technology, Inc. */
19 
20 #define PCI_DEVICE_ID_PLX_9030 0x9030 /* PCI Device ID for PLX-9030 bridge chip */
21 #define PCI_DEVICE_ID_PLX_9056 0x9056
22 
23 #define PCI_VENDOR_ID_LATTICE 0x1204
24 
25 #define PCI_DEVICE_ID_EC_30 0xEC30
26 
27 #define PCI_VENDOR_ID_MRF 0x1a3e /* PCI Vendor ID for Micro Research Finland, Oy */
28 
29 #define PCI_DEVICE_ID_MRF_PMCEVR_200 0x10c8 /* PCI Device ID for MRF PMC-EVR-200 */
30 
31 #define PCI_DEVICE_ID_MRF_PXIEVR_220 0x10dc /* PCI Device ID for MRF PXI-EVR-220 */
32 
33 #define PCI_DEVICE_ID_MRF_PMCEVR_230 0x11e6 /* PCI Device ID for MRF PMC-EVR-230 */
34 #define PCI_DEVICE_ID_MRF_PXIEVR_230 0x10e6 /* PCI Device ID for MRF PXI-EVR-230 */
35 #define PCI_DEVICE_ID_MRF_EVRTG_300 0x192c /* PCI Device ID for MRF PCI-EVRTG-300 */
36 #define PCI_DEVICE_ID_MRF_EVRTG_300E 0x172c /* PCI Device ID for MRF PCI-EVRTG-300 */
37 /* PCIe-EVR-300 and PCIe-EVR-300DC */
38 #define PCI_SUBDEVICE_ID_PCIE_EVR_300 0x172c
39 /* mTCA-EVR-300 */
40 #define PCI_DEVICE_ID_MRF_EVRMTCA300 0x132c
41 
42 /* mTCA-EVM-300 */
43 #define PCI_DEVICE_ID_MRF_MTCA_EVM_300 0x232c
44 
45 #define PCI_DEVICE_ID_MRF_PXIEVG230 0x20E6
46 /* cPCI-EVG-220 */
47 #define PCI_SUBDEVICE_ID_MRF_PXIEVG_220 0x20dc
48 
49 #define PCI_DEVICE_ID_MRF_CPCIEVG300 0x252c
50 #define PCI_DEVICE_ID_MRF_CPCIEVR300 0x152c
51 
52 #endif /* MRMPCI_H */