Message ID | 1375483384-2302-2-git-send-email-Aravind.Gopalakrishnan@amd.com (mailing list archive) |
---|---|
State | New, archived |
Delegated to: | Bjorn Helgaas |
Headers | show |
On Fri, Aug 02, 2013 at 05:43:02PM -0500, Aravind Gopalakrishnan wrote: > Adding PCI_DEVICE_ID_AMD_15H_NB_M30H_F3 and PCI_DEVICE_ID_AMD_15H_NB_M30H_F4 > for F15h model 30h. This is required for the file amd_nb.c ... and amd64_edac.c Also, remember to read the comment at the beginning of include/linux/pci_ids.h! I fixed up the commit message when applying.
On 8/6/2013 3:17 PM, Borislav Petkov wrote: > On Fri, Aug 02, 2013 at 05:43:02PM -0500, Aravind Gopalakrishnan wrote: >> Adding PCI_DEVICE_ID_AMD_15H_NB_M30H_F3 and PCI_DEVICE_ID_AMD_15H_NB_M30H_F4 >> for F15h model 30h. This is required for the file amd_nb.c > ... and amd64_edac.c > > Also, remember to read the comment at the beginning of > include/linux/pci_ids.h! > > I fixed up the commit message when applying. > Okay, Thanks! -- To unsubscribe from this list: send the line "unsubscribe linux-pci" in the body of a message to majordomo@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html
diff --git a/include/linux/pci_ids.h b/include/linux/pci_ids.h index 3bed2e8..d1fe5d0 100644 --- a/include/linux/pci_ids.h +++ b/include/linux/pci_ids.h @@ -518,6 +518,8 @@ #define PCI_DEVICE_ID_AMD_11H_NB_MISC 0x1303 #define PCI_DEVICE_ID_AMD_11H_NB_LINK 0x1304 #define PCI_DEVICE_ID_AMD_15H_M10H_F3 0x1403 +#define PCI_DEVICE_ID_AMD_15H_M30H_NB_F3 0x141d +#define PCI_DEVICE_ID_AMD_15H_M30H_NB_F4 0x141e #define PCI_DEVICE_ID_AMD_15H_NB_F0 0x1600 #define PCI_DEVICE_ID_AMD_15H_NB_F1 0x1601 #define PCI_DEVICE_ID_AMD_15H_NB_F2 0x1602
Adding PCI_DEVICE_ID_AMD_15H_NB_M30H_F3 and PCI_DEVICE_ID_AMD_15H_NB_M30H_F4 for F15h model 30h. This is required for the file amd_nb.c Signed-off-by: Aravind Gopalakrishnan <Aravind.Gopalakrishnan@amd.com>