Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 68039
b: refs/heads/master
c: 8fa5913
h: refs/heads/master
i:
  68037: d825d94
  68035: 161b5a1
  68031: 218e50d
v: v3
  • Loading branch information
Gary Hade authored and Greg Kroah-Hartman committed Oct 12, 2007
1 parent bb8d644 commit d484462
Show file tree
Hide file tree
Showing 2 changed files with 6 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: ecb3908046ce9ce7feb44e2c2cf77ccdbe231f70
refs/heads/master: 8fa5913d54f3b1e09948e6a0db34da887e05ff1f
5 changes: 5 additions & 0 deletions trunk/drivers/pci/setup-bus.c
Original file line number Diff line number Diff line change
Expand Up @@ -472,7 +472,12 @@ void pci_bus_size_bridges(struct pci_bus *bus)
break;

case PCI_CLASS_BRIDGE_PCI:
/* don't size subtractive decoding (transparent)
* PCI-to-PCI bridges */
if (bus->self->transparent)
break;
pci_bridge_check_ranges(bus);
/* fall through */
default:
pbus_size_io(bus);
/* If the bridge supports prefetchable range, size it
Expand Down

0 comments on commit d484462

Please sign in to comment.