Skip to content

Commit ec11e5c

Browse files
Jon DerrickLorenzo Pieralisi
authored andcommitted
PCI: vmd: Add device id for VMD device 8086:9A0B
This patch adds support for this VMD device which supports the bus restriction mode. Signed-off-by: Jon Derrick <[email protected]> Signed-off-by: Lorenzo Pieralisi <[email protected]>
1 parent 08bcdd2 commit ec11e5c

File tree

2 files changed

+3
-0
lines changed

2 files changed

+3
-0
lines changed

drivers/pci/controller/vmd.c

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -868,6 +868,8 @@ static const struct pci_device_id vmd_ids[] = {
868868
{PCI_DEVICE(PCI_VENDOR_ID_INTEL, PCI_DEVICE_ID_INTEL_VMD_28C0),
869869
.driver_data = VMD_FEAT_HAS_MEMBAR_SHADOW |
870870
VMD_FEAT_HAS_BUS_RESTRICTIONS,},
871+
{PCI_DEVICE(PCI_VENDOR_ID_INTEL, PCI_DEVICE_ID_INTEL_VMD_9A0B),
872+
.driver_data = VMD_FEAT_HAS_BUS_RESTRICTIONS,},
871873
{0,}
872874
};
873875
MODULE_DEVICE_TABLE(pci, vmd_ids);

include/linux/pci_ids.h

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3006,6 +3006,7 @@
30063006
#define PCI_DEVICE_ID_INTEL_84460GX 0x84ea
30073007
#define PCI_DEVICE_ID_INTEL_IXP4XX 0x8500
30083008
#define PCI_DEVICE_ID_INTEL_IXP2800 0x9004
3009+
#define PCI_DEVICE_ID_INTEL_VMD_9A0B 0x9a0b
30093010
#define PCI_DEVICE_ID_INTEL_S21152BB 0xb152
30103011

30113012
#define PCI_VENDOR_ID_SCALEMP 0x8686

0 commit comments

Comments
 (0)