AFHBA404
AFHBA404 connects ACQ2106 to PCI-Express
d-tacq_pci_id.h
Go to the documentation of this file.
1 /*
2  * d-tacq_pci_id.h
3  *
4  * Created on: 28 Nov 2015
5  * Author: pgm
6  */
7 
8 #ifndef D_TACQ_PCI_ID_H_
9 #define D_TACQ_PCI_ID_H_
10 
11 #define PCI_VENDOR_ID_XILINX 0x10ee
12 #define PCI_DEVICE_ID_XILINX_PCIE 0x0007
13 // D-TACQ changes the device ID to work around unwanted zomojo lspci listing */
14 #define PCI_DEVICE_ID_DTACQ_PCIE 0xadc1
15 
16 #define PCI_SUBVID_DTACQ 0xd1ac
17 #define PCI_SUBDID_FHBA_2G 0x4100
18 #define PCI_SUBDID_FHBA_4G_OLD 0x4101
19 #define PCI_SUBDID_FHBA_4G 0x4102
20 #define PCI_SUBDID_FHBA_4G2 0x4103
21 #define PCI_SUBDID_FHBA_4G4 0x4104 /* AFHBA404 */
22 #define PCI_SUBDID_HBA_KMCU 0x4105 /* KMCU #1 Z7035 using one lane of 4 */
23 #define PCI_SUBDID_HBA_KMCU2 0x4106 /* KMCU #2 Z7030 single lane */
24 
25 #define PCI_SUBDID_CPSC 0x4110
26 #define PCI_SUBDID_RTMT_AO 0x4080
27 
28 #endif /* D_TACQ_PCI_ID_H_ */