Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 48211
b: refs/heads/master
c: 2d99c41
h: refs/heads/master
i:
  48209: bca6e5b
  48207: 3b68b4f
v: v3
  • Loading branch information
Olaf Hering authored and Paul Mackerras committed Feb 13, 2007
1 parent 239629a commit 5199982
Show file tree
Hide file tree
Showing 2 changed files with 5 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: 872758563d7f132d25fc06857bd19df06c5c70c7
refs/heads/master: 2d99c41f05fc2a26737aacf943db03ca89841199
4 changes: 4 additions & 0 deletions trunk/arch/powerpc/platforms/pseries/pci.c
Original file line number Diff line number Diff line change
Expand Up @@ -98,6 +98,10 @@ static void fixup_winbond_82c105(struct pci_dev* dev)
if (dev->resource[i].flags & IORESOURCE_IO
&& dev->bus->number == 0 && dev->devfn == 0x81)
dev->resource[i].flags &= ~IORESOURCE_IO;
if (dev->resource[i].start == 0 && dev->resource[i].end) {
dev->resource[i].flags = 0;
dev->resource[i].end = 0;
}
}
}
DECLARE_PCI_FIXUP_HEADER(PCI_VENDOR_ID_WINBOND, PCI_DEVICE_ID_WINBOND_82C105,
Expand Down

0 comments on commit 5199982

Please sign in to comment.