Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 146665
b: refs/heads/master
c: d556fcc
h: refs/heads/master
i:
  146663: ac4104c
v: v3
  • Loading branch information
Paul Mundt committed Apr 20, 2009
1 parent 97239c1 commit 65ae558
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: bb3396477bf46c7cae6bd04b969580277957966e
refs/heads/master: d556fcc101c4b0d57ac9742ab806a6bfed78eac1
7 changes: 7 additions & 0 deletions trunk/arch/sh/drivers/pci/fixups-dreamcast.c
Original file line number Diff line number Diff line change
Expand Up @@ -41,6 +41,13 @@ static void __init gapspci_fixup_resources(struct pci_dev *dev)
*/
dev->resource[1].start = p->io_resource->start + 0x100;
dev->resource[1].end = dev->resource[1].start + 0x200 - 1;

/*
* This is not a normal BAR, prevent any attempts to move
* the BAR, as this will result in a bus lock.
*/
dev->resource[1].flags |= IORESOURCE_PCI_FIXED;

/*
* Redirect dma memory allocations to special memory window.
*/
Expand Down

0 comments on commit 65ae558

Please sign in to comment.