Sir/Madam,
what is the PCI device with VID/PID pair of PCI_DEVICE( PCI_VENDOR_ID_INTEL, 0x201d ) ?
The VID/PID pair shows in Intel's vmd.c as follows:
-------------------------------------------------------------------------------
...
static const struct pci_device_id vmd_ids[] = {
{PCI_DEVICE(PCI_VENDOR_ID_INTEL, 0x201d),},
{0,}
};
....
-------------------------------------------------------------------------------
Sincerely,
Liu Wang