Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 80573
b: refs/heads/master
c: bb4a1d6
h: refs/heads/master
i:
  80571: aee5a12
v: v3
  • Loading branch information
Joachim Deguara authored and Ingo Molnar committed Jan 30, 2008
1 parent bacdea6 commit 69b56e8
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 3 deletions.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: f6df72e71eba621b2f5c49b3a763116fac748f6e
refs/heads/master: bb4a1d644a84e7e9d1d1fa9d1c7d1017b02e0947
8 changes: 6 additions & 2 deletions trunk/arch/x86/mm/k8topology_64.c
Original file line number Diff line number Diff line change
Expand Up @@ -28,11 +28,15 @@ static __init int find_northbridge(void)
u32 header;

header = read_pci_config(0, num, 0, 0x00);
if (header != (PCI_VENDOR_ID_AMD | (0x1100<<16)))
if (header != (PCI_VENDOR_ID_AMD | (0x1100<<16)) &&
header != (PCI_VENDOR_ID_AMD | (0x1200<<16)) &&
header != (PCI_VENDOR_ID_AMD | (0x1300<<16)))
continue;

header = read_pci_config(0, num, 1, 0x00);
if (header != (PCI_VENDOR_ID_AMD | (0x1101<<16)))
if (header != (PCI_VENDOR_ID_AMD | (0x1101<<16)) &&
header != (PCI_VENDOR_ID_AMD | (0x1201<<16)) &&
header != (PCI_VENDOR_ID_AMD | (0x1301<<16)))
continue;
return num;
}
Expand Down

0 comments on commit 69b56e8

Please sign in to comment.