WARNING - OLD ARCHIVES

This is an archived copy of the Xen.org mailing list, which we have preserved to ensure that existing links to archives are not broken. The live archive, which contains the latest emails, can be found at http://lists.xen.org/
   
 
 
Xen 
 
Home Products Support Community News
 
   
 

xen-devel

[Xen-devel] Patch "x86, AMD, PCI: Add AMD northbridge PCI device id for

To: robert.richter@xxxxxxx, 20110106165107.GL4739@xxxxxxxxxxxx, gregkh@xxxxxxx, JBeulich@xxxxxxxxxx, keir@xxxxxxx, mingo@xxxxxxx, xen-devel@xxxxxxxxxxxxxxxxxxx
Subject: [Xen-devel] Patch "x86, AMD, PCI: Add AMD northbridge PCI device id for CPU families 12h and 14h" has been added to the 2.6.37-stable tree
From: <gregkh@xxxxxxx>
Date: Sun, 20 Feb 2011 19:32:52 -0800
Cc: stable@xxxxxxxxxx, stable-commits@xxxxxxxxxxxxxxx
Delivery-date: Sun, 20 Feb 2011 19:35:29 -0800
Envelope-to: www-data@xxxxxxxxxxxxxxxxxxx
List-help: <mailto:xen-devel-request@lists.xensource.com?subject=help>
List-id: Xen developer discussion <xen-devel.lists.xensource.com>
List-post: <mailto:xen-devel@lists.xensource.com>
List-subscribe: <http://lists.xensource.com/mailman/listinfo/xen-devel>, <mailto:xen-devel-request@lists.xensource.com?subject=subscribe>
List-unsubscribe: <http://lists.xensource.com/mailman/listinfo/xen-devel>, <mailto:xen-devel-request@lists.xensource.com?subject=unsubscribe>
Sender: xen-devel-bounces@xxxxxxxxxxxxxxxxxxx
This is a note to let you know that I've just added the patch titled

    x86, AMD, PCI: Add AMD northbridge PCI device id for CPU families 12h and 
14h

to the 2.6.37-stable tree which can be found at:
    
http://www.kernel.org/git/?p=linux/kernel/git/stable/stable-queue.git;a=summary

The filename of the patch is:
     
x86-amd-pci-add-amd-northbridge-pci-device-id-for-cpu-families-12h-and-14h.patch
and it can be found in the queue-2.6.37 subdirectory.

If you, or anyone else, feels it should not be added to the stable tree,
please let <stable@xxxxxxxxxx> know about it.


>From ca86828ccd3128513f6d4e200b437deac95408db Mon Sep 17 00:00:00 2001
From: Robert Richter <robert.richter@xxxxxxx>
Date: Thu, 6 Jan 2011 17:51:07 +0100
Subject: x86, AMD, PCI: Add AMD northbridge PCI device id for CPU families 12h 
and 14h

From: Robert Richter <robert.richter@xxxxxxx>

commit ca86828ccd3128513f6d4e200b437deac95408db upstream.

This patch adds the PCI northbridge device id for AMD CPU
families 12h and 14h. Both families have implemented the same
PCI northbridge device.

There are some future use cases that use this PCI device and
we would like to clarify its naming.

Signed-off-by: Robert Richter <robert.richter@xxxxxxx>
Cc: xen-devel@xxxxxxxxxxxxxxxxxxx <xen-devel@xxxxxxxxxxxxxxxxxxx>
Cc: Keir Fraser <keir@xxxxxxx>
Cc: Jan Beulich <JBeulich@xxxxxxxxxx>
LKML-Reference: <20110106165107.GL4739@xxxxxxxxxxxx>
Signed-off-by: Ingo Molnar <mingo@xxxxxxx>
Signed-off-by: Greg Kroah-Hartman <gregkh@xxxxxxx>

---
 include/linux/pci_ids.h |    1 +
 1 file changed, 1 insertion(+)

--- a/include/linux/pci_ids.h
+++ b/include/linux/pci_ids.h
@@ -518,6 +518,7 @@
 #define PCI_DEVICE_ID_AMD_11H_NB_MISC  0x1303
 #define PCI_DEVICE_ID_AMD_11H_NB_LINK  0x1304
 #define PCI_DEVICE_ID_AMD_15H_NB_MISC  0x1603
+#define PCI_DEVICE_ID_AMD_CNB17H_F3    0x1703
 #define PCI_DEVICE_ID_AMD_LANCE                0x2000
 #define PCI_DEVICE_ID_AMD_LANCE_HOME   0x2001
 #define PCI_DEVICE_ID_AMD_SCSI         0x2020


Patches currently in stable-queue which might be from robert.richter@xxxxxxx are

queue-2.6.37/x86-amd-pci-add-amd-northbridge-pci-device-id-for-cpu-families-12h-and-14h.patch

_______________________________________________
Xen-devel mailing list
Xen-devel@xxxxxxxxxxxxxxxxxxx
http://lists.xensource.com/xen-devel

<Prev in Thread] Current Thread [Next in Thread>
  • [Xen-devel] Patch "x86, AMD, PCI: Add AMD northbridge PCI device id for CPU families 12h and 14h" has been added to the 2.6.37-stable tree, gregkh <=