Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 56361
b: refs/heads/master
c: 49d23cf
h: refs/heads/master
i:
  56359: 827e2d2
v: v3
  • Loading branch information
David S. Miller committed May 14, 2007
1 parent 64ac5ac commit 403fb76
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 1 deletion.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: 7a05b591a3de20466a775f62369a42ea0fe1345d
refs/heads/master: 49d23cfcec5d36a91e118d28148d353bf8f0bc03
7 changes: 7 additions & 0 deletions trunk/arch/sparc64/kernel/of_device.c
Original file line number Diff line number Diff line change
Expand Up @@ -537,6 +537,13 @@ static int __init build_one_resource(struct device_node *parent,
return 0;
}

/* When we miss an I/O space match on PCI, just pass it up
* to the next PCI bridge and/or controller.
*/
if (!strcmp(bus->name, "pci") &&
(addr[0] & 0x03000000) == 0x01000000)
return 0;

return 1;
}

Expand Down

0 comments on commit 403fb76

Please sign in to comment.