Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 39501
b: refs/heads/master
c: 5804100
h: refs/heads/master
i:
  39499: fb60837
v: v3
  • Loading branch information
Jamie Lenehan authored and Paul Mundt committed Oct 6, 2006
1 parent 80526f0 commit 500a614
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 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: 257440b00ba42a96522255029aa9406ffb7e2f62
refs/heads/master: 580410005daecd8e9f0e1baa9ddadbb7f706e7e2
4 changes: 2 additions & 2 deletions trunk/arch/sh/drivers/pci/pci-sh7751.c
Original file line number Diff line number Diff line change
Expand Up @@ -155,15 +155,15 @@ int __init sh7751_pcic_init(struct sh4_pci_address_map *map)
*/
pr_debug("PCI: Mapping IO address 0x%x - 0x%x to base 0x%x\n",
PCIBIOS_MIN_IO, (64 << 10),
SH4_PCI_IO_BASE + PCIBIOS_MIN_IO);
SH7751_PCI_IO_BASE + PCIBIOS_MIN_IO);

/*
* XXX: For now, leave this board-specific. In the event we have other
* boards that need to do similar work, this can be wrapped.
*/
#ifdef CONFIG_SH_BIGSUR
bigsur_port_map(PCIBIOS_MIN_IO, (64 << 10),
SH4_PCI_IO_BASE + PCIBIOS_MIN_IO, 0);
SH7751_PCI_IO_BASE + PCIBIOS_MIN_IO, 0);
#endif

/* Make sure the MSB's of IO window are set to access PCI space
Expand Down

0 comments on commit 500a614

Please sign in to comment.