Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 18341
b: refs/heads/master
c: d5f0790
h: refs/heads/master
i:
  18339: 94a801b
v: v3
  • Loading branch information
Paul Mackerras committed Jan 14, 2006
1 parent f28a773 commit fa72503
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 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: b4e7de0f3575f4862f04921c5bd0cb5680cc8d71
refs/heads/master: d5f079000b20887bfbc84d772a27709c5665e652
3 changes: 2 additions & 1 deletion trunk/arch/powerpc/kernel/prom_parse.c
Original file line number Diff line number Diff line change
Expand Up @@ -113,7 +113,8 @@ static unsigned int of_bus_default_get_flags(u32 *addr)

static int of_bus_pci_match(struct device_node *np)
{
return !strcmp(np->type, "pci");
/* "vci" is for the /chaos bridge on 1st-gen PCI powermacs */
return !strcmp(np->type, "pci") || !strcmp(np->type, "vci");
}

static void of_bus_pci_count_cells(struct device_node *np,
Expand Down

0 comments on commit fa72503

Please sign in to comment.