On Thu, Jul 27, 2017 at 02:05:09PM +0530, Sandeep Singh wrote: > diff --git a/include/linux/pci_ids.h b/include/linux/pci_ids.h > index c71e532..d3f2296 100644 > --- a/include/linux/pci_ids.h > +++ b/include/linux/pci_ids.h > @@ -583,6 +583,7 @@ > #define PCI_DEVICE_ID_AMD_HUDSON2_SMBUS 0x780b > #define PCI_DEVICE_ID_AMD_HUDSON2_IDE 0x780c > #define PCI_DEVICE_ID_AMD_KERNCZ_SMBUS 0x790b > +#define PCI_DEVICE_ID_AMD_TAISHAN 0x145c > > #define PCI_VENDOR_ID_TRIDENT 0x1023 > #define PCI_DEVICE_ID_TRIDENT_4DWAVE_DX 0x2000 Please read the top of this file for why you shouldn't be adding new ids to it. thnaks, greg k-h