projects
/
openwrt
/
staging
/
blogic.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
1c52152
)
include/linux/pci_id.h: add amd northbridge defines
author
Douglas Thompson
<
[email protected]
>
Thu, 19 Jul 2007 08:50:17 +0000
(
01:50
-0700)
committer
Linus Torvalds
<
[email protected]
>
Thu, 19 Jul 2007 17:04:55 +0000
(10:04 -0700)
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 <
[email protected]
>
Cc: Alan Cox <
[email protected]
>
Signed-off-by: Andrew Morton <
[email protected]
>
Signed-off-by: Linus Torvalds <
[email protected]
>
include/linux/pci_ids.h
patch
|
blob
|
history
diff --git
a/include/linux/pci_ids.h
b/include/linux/pci_ids.h
index 7ec01b7525b63330f7aaf9c5c3a38bc5b7ef562b..b15c6498fe67b0ecf8e650724237444242acff93 100644
(file)
--- a/
include/linux/pci_ids.h
+++ b/
include/linux/pci_ids.h
@@
-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