pci_ids: Add PCI device IDs for F15h M60h
authorAravind Gopalakrishnan <Aravind.Gopalakrishnan@amd.com>
Thu, 18 Sep 2014 19:56:35 +0000 (14:56 -0500)
committerBorislav Petkov <bp@suse.de>
Mon, 20 Oct 2014 12:08:40 +0000 (14:08 +0200)
Add F3, F4 device IDs to be used in amd_nb.c and amd64_edac.c

Signed-off-by: Aravind Gopalakrishnan <Aravind.Gopalakrishnan@amd.com>
Acked-by: Bjorn Helgaas <bhelgaas@google.com>
Link: http://lkml.kernel.org/r/1411070195-10177-1-git-send-email-Aravind.Gopalakrishnan@amd.com
Signed-off-by: Borislav Petkov <bp@suse.de>
include/linux/pci_ids.h

index 1fa99a3018171d4a7403f50987eb4e3ae819e0dc..97fb9f69aaedbba28dc16d6de018116d1b1c3f42 100644 (file)
 #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_M60H_NB_F3 0x1573
+#define PCI_DEVICE_ID_AMD_15H_M60H_NB_F4 0x1574
 #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
This page took 0.034454 seconds and 5 git commands to generate.