Skip to content

Commit bdef65d

Browse files
committed
Merge branch 'pci/p2pdma'
- Add Intel 3rd Gen Intel Xeon Scalable Processors to P2PDMA whitelist (Michael J. Ruhl) * pci/p2pdma: PCI/P2PDMA: Add Intel 3rd Gen Intel Xeon Scalable Processors to whitelist
2 parents a6e0eba + feaea1f commit bdef65d

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

drivers/pci/p2pdma.c

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -321,6 +321,7 @@ static const struct pci_p2pdma_whitelist_entry {
321321
{PCI_VENDOR_ID_INTEL, 0x2032, 0},
322322
{PCI_VENDOR_ID_INTEL, 0x2033, 0},
323323
{PCI_VENDOR_ID_INTEL, 0x2020, 0},
324+
{PCI_VENDOR_ID_INTEL, 0x09a2, 0},
324325
{}
325326
};
326327

0 commit comments

Comments
 (0)