Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 53078ca8 authored by Douglas Thompson's avatar Douglas Thompson Committed by Linus Torvalds
Browse files

include/linux/pci_id.h: add amd northbridge defines



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: default avatarDouglas Thompson <dougthompson@xmission.com>
Cc: Alan Cox <alan@lxorguk.ukuu.org.uk>
Signed-off-by: default avatarAndrew Morton <akpm@linux-foundation.org>
Signed-off-by: default avatarLinus Torvalds <torvalds@linux-foundation.org>
parent 1c52152b
Loading
Loading
Loading
Loading
+2 −0
Original line number Diff line number Diff line
@@ -495,6 +495,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