Commit 7ab24ca7 authored by Federico Vaga's avatar Federico Vaga

sw: add support for WRTD SVEC Double ADC and SPEC ADC

Signed-off-by: Federico Vaga's avatarFederico Vaga <federico.vaga@cern.ch>
parent af163868
......@@ -736,8 +736,12 @@ static bool fa_is_fpga_valid(struct fa_dev *fa)
}
switch (fa->meta.device) {
case FA_META_DEVICE_ID_SVEC_DBL_ADC_WRTD:
break;
case FA_META_DEVICE_ID_SVEC_DBL_ADC:
break;
case FA_META_DEVICE_ID_SPEC_WRTD:
break;
case FA_META_DEVICE_ID_SPEC:
break;
default:
......
......@@ -149,5 +149,7 @@ struct fa_calib {
#define FA_META_VENDOR_ID PCI_VENDOR_ID_CERN
#define FA_META_DEVICE_ID_SPEC 0x41444301
#define FA_META_DEVICE_ID_SVEC_DBL_ADC 0x41444302
#define FA_META_DEVICE_ID_SPEC_WRTD 0x57544E01
#define FA_META_DEVICE_ID_SVEC_DBL_ADC_WRTD 0x57544E05
#endif /* FMC_ADC_H_ */
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