vmod/vmodttl: fixed bug related to luns not ordered and/or not starting from zero.
[ht-drivers.git] / include / drvr_vid_did.h
blobaa39942afd4b372eaed8ffa5be7e47ecd0f56fd6
1 /**
2 * @file drvr_vid_did.h
4 * @brief Contains vendor && device id's of the CERN PCI modules.
6 * @author Georgievskiy Yury. CERN AB/CO.
8 * @date June, 2008
10 * @version 1.0 ygeorgie 03/06/2008 Initial version.
12 #ifndef _MIL1553_HEADER_H_INCLUDE_
13 #define _MIL1553_HEADER_H_INCLUDE_
15 /* device && vendor ID's used in the drivers, installation and test programs */
16 #define CERN_PCI_VENDOR_ID 0x10dc
18 /* ctri */
19 #define CTRP_VENDOR_ID CERN_PCI_VENDOR_ID
20 #define CTRP_DEVICE_ID 0x0300
22 /* mil1553 */
23 #define MIL1553_PCI_VENDOR_ID CERN_PCI_VENDOR_ID
24 #define MIL1553_PCI_DEVICE_ID 0x0301
26 #endif /* _MIL1553_HEADER_H_INCLUDE_ */