Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 63540
b: refs/heads/master
c: 0466887
h: refs/heads/master
v: v3
  • Loading branch information
David Howells authored and Linus Torvalds committed Aug 2, 2007
1 parent 7117837 commit b2e4091
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 2 deletions.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: b5625481832ef1ab1a8e31fac0b1d14acdbbc148
refs/heads/master: 04668873daa822aa6c806ba28d1143db8dcb26e8
3 changes: 2 additions & 1 deletion trunk/arch/frv/mb93090-mb00/pci-vdk.c
Original file line number Diff line number Diff line change
Expand Up @@ -400,7 +400,8 @@ int __init pcibios_init(void)
__reg_MB86943_pci_sl_mem_base = __region_CS2 + 0x08000000;
mb();

*(volatile unsigned long *)(__region_CS2+0x01300014) == 1;
/* enable PCI arbitration */
__reg_MB86943_pci_arbiter = MB86943_PCIARB_EN;

ioport_resource.start = (__reg_MB86943_sl_pci_io_base << 9) & 0xfffffc00;
ioport_resource.end = (__reg_MB86943_sl_pci_io_range << 9) | 0x3ff;
Expand Down
3 changes: 3 additions & 0 deletions trunk/include/asm-frv/mb86943a.h
Original file line number Diff line number Diff line change
Expand Up @@ -36,4 +36,7 @@
#define __reg_MB86943_pci_sl_io_base *(volatile uint32_t *) (__region_CS1 + 0x70)
#define __reg_MB86943_pci_sl_mem_base *(volatile uint32_t *) (__region_CS1 + 0x78)

#define __reg_MB86943_pci_arbiter *(volatile uint32_t *) (__region_CS2 + 0x01300014)
#define MB86943_PCIARB_EN 0x00000001

#endif /* _ASM_MB86943A_H */

0 comments on commit b2e4091

Please sign in to comment.