Skip to content

Commit

Permalink
Added the following PCI Device ID's to the module device table: (aws#374
Browse files Browse the repository at this point in the history
)

0x1d0f, 0xf000
0x1d0f, 0xf001
0x1d0f, 0x1042

This will allow xdma to bind to 1042 on install. On loading another AFI.
  • Loading branch information
deeppat authored and kristopk committed Nov 28, 2017
1 parent 83c80ef commit d14a220
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions sdk/linux_kernel_drivers/xdma/xdma_mod.c
Original file line number Diff line number Diff line change
Expand Up @@ -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);
Expand Down

0 comments on commit d14a220

Please sign in to comment.