public inbox for linux-kernel@vger.kernel.org
 help / color / mirror / Atom feed
* [PATCH 4/6] include linux pci_id-h add amd northbridge defines
@ 2007-06-08 16:45 dougthompson
  2007-06-09  0:08 ` Greg KH
  0 siblings, 1 reply; 7+ messages in thread
From: dougthompson @ 2007-06-08 16:45 UTC (permalink / raw)
  To: alan, linux-kernel, akpm

From:	Douglas Thompson <dougthompson@xmission.com>

pci_ids.h needs two of the AMD NB device-ids namely,
Addressmap and the Memory Controller devices

This patch adds those to the pci_id.h include file

Signed-off-by:	Douglas Thompson <dougthompson@xmission.com>
Cc:	alan@lxorguk.ukuu.org.uk
---
 pci_ids.h |    2 ++
 1 file changed, 2 insertions(+)


Index: linux-2.6.22-rc4-mm1/include/linux/pci_ids.h
===================================================================
--- linux-2.6.22-rc4-mm1.orig/include/linux/pci_ids.h
+++ linux-2.6.22-rc4-mm1/include/linux/pci_ids.h
@@ -489,6 +489,8 @@
 
 #define PCI_VENDOR_ID_AMD		0x1022
 #define PCI_DEVICE_ID_AMD_K8_NB		0x1100
+#define PCI_DEVICE_ID_AMD_K8_NB_ADDRMAP	0x1101
+#define PCI_DEVICE_ID_AMD_K8_NB_MEMCTL	0x1102
 #define PCI_DEVICE_ID_AMD_K8_NB_MISC	0x1103
 #define PCI_DEVICE_ID_AMD_LANCE		0x2000
 #define PCI_DEVICE_ID_AMD_LANCE_HOME	0x2001

^ permalink raw reply	[flat|nested] 7+ messages in thread

end of thread, other threads:[~2007-06-13 12:42 UTC | newest]

Thread overview: 7+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2007-06-08 16:45 [PATCH 4/6] include linux pci_id-h add amd northbridge defines dougthompson
2007-06-09  0:08 ` Greg KH
2007-06-11 23:30   ` Doug Thompson
2007-06-11 23:49     ` Greg KH
2007-06-12  3:25       ` Dave Jones
2007-06-13  5:10         ` Doug Thompson
2007-06-13 12:44           ` Greg KH

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox