[<prev] [next>] [<thread-prev] [day] [month] [year] [list]
Message-ID: <tip-ca86828ccd3128513f6d4e200b437deac95408db@git.kernel.org>
Date:	Fri, 7 Jan 2011 15:31:53 GMT
From:	tip-bot for Robert Richter <robert.richter@....com>
To:	linux-tip-commits@...r.kernel.org
Cc:	linux-kernel@...r.kernel.org, hpa@...or.com, mingo@...hat.com,
	keir@....org, robert.richter@....com, JBeulich@...ell.com,
	tglx@...utronix.de, mingo@...e.hu, xen-devel@...ts.xensource.com
Subject: [tip:x86/urgent] x86, AMD, PCI: Add AMD northbridge PCI device id for CPU families 12h and 14h
Commit-ID:  ca86828ccd3128513f6d4e200b437deac95408db
Gitweb:     http://git.kernel.org/tip/ca86828ccd3128513f6d4e200b437deac95408db
Author:     Robert Richter <robert.richter@....com>
AuthorDate: Thu, 6 Jan 2011 17:51:07 +0100
Committer:  Ingo Molnar <mingo@...e.hu>
CommitDate: Fri, 7 Jan 2011 14:00:14 +0100
x86, AMD, PCI: Add AMD northbridge PCI device id for CPU families 12h and 14h
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@....com>
Cc: xen-devel@...ts.xensource.com <xen-devel@...ts.xensource.com>
Cc: Keir Fraser <keir@....org>
Cc: Jan Beulich <JBeulich@...ell.com>
LKML-Reference: <20110106165107.GL4739@...a.amd.com>
Signed-off-by: Ingo Molnar <mingo@...e.hu>
---
 include/linux/pci_ids.h |    1 +
 1 files changed, 1 insertions(+), 0 deletions(-)
diff --git a/include/linux/pci_ids.h b/include/linux/pci_ids.h
index cb845c1..dd7d4e2 100644
--- 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
--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@...r.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html
Please read the FAQ at  http://www.tux.org/lkml/
Powered by blists - more mailing lists