Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 180070
b: refs/heads/master
c: 94afc00
h: refs/heads/master
v: v3
  • Loading branch information
Benjamin Herrenschmidt committed Jan 29, 2010
1 parent e4ef036 commit 23b7d0e
Show file tree
Hide file tree
Showing 2 changed files with 4 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: 26b4a0ca46985ae9586c194f7859f3838b1230f8
refs/heads/master: 94afc008e1e6fbadfac0b75fcf193b6d7074b2f1
3 changes: 3 additions & 0 deletions trunk/arch/powerpc/kernel/pci_of_scan.c
Original file line number Diff line number Diff line change
Expand Up @@ -166,6 +166,9 @@ struct pci_dev *of_create_pci_dev(struct device_node *node,
dev->error_state = pci_channel_io_normal;
dev->dma_mask = 0xffffffff;

/* Early fixups, before probing the BARs */
pci_fixup_device(pci_fixup_early, dev);

if (!strcmp(type, "pci") || !strcmp(type, "pciex")) {
/* a PCI-PCI bridge */
dev->hdr_type = PCI_HEADER_TYPE_BRIDGE;
Expand Down

0 comments on commit 23b7d0e

Please sign in to comment.