diff --git a/sdk/linux_kernel_drivers/xdma/xdma_mod.c b/sdk/linux_kernel_drivers/xdma/xdma_mod.c index b1b66176b..9d91687f9 100755 --- a/sdk/linux_kernel_drivers/xdma/xdma_mod.c +++ b/sdk/linux_kernel_drivers/xdma/xdma_mod.c @@ -106,9 +106,10 @@ static const struct pci_device_id pci_ids[] = { { PCI_DEVICE(0x10ee, 0x2808), }, -#ifdef INTERNAL_TESTING - { PCI_DEVICE(0x1d0f, 0x1042), 0}, -#endif + { PCI_DEVICE(0x1d0f, 0xf000), }, + { PCI_DEVICE(0x1d0f, 0xf001), }, + { PCI_DEVICE(0x1d0f, 0x1042), }, + {0,} }; MODULE_DEVICE_TABLE(pci, pci_ids);