diff options
author | Atsushi Nemoto <anemo@mba.ocn.ne.jp> | 2008-07-23 11:25:15 -0400 |
---|---|---|
committer | Ralf Baechle <ralf@linux-mips.org> | 2008-07-30 16:54:38 -0400 |
commit | 07517529225ae4ce770271f83d8cd1004733a01d (patch) | |
tree | b033a54238d5fc65faa81c6cb40cba90a7984a52 /arch/mips/txx9/rbtx4927/setup.c | |
parent | 47a5c976486e407fc0d0bc8fa165132b6f9bec26 (diff) |
[MIPS] TXx9: Add some pci options
Add pci options for backplane type, clock selection, error handling,
timeout values.
Signed-off-by: Atsushi Nemoto <anemo@mba.ocn.ne.jp>
Signed-off-by: Ralf Baechle <ralf@linux-mips.org>
Diffstat (limited to 'arch/mips/txx9/rbtx4927/setup.c')
-rw-r--r-- | arch/mips/txx9/rbtx4927/setup.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/arch/mips/txx9/rbtx4927/setup.c b/arch/mips/txx9/rbtx4927/setup.c index 3da20ea3e55c..88c05ccee3b2 100644 --- a/arch/mips/txx9/rbtx4927/setup.c +++ b/arch/mips/txx9/rbtx4927/setup.c | |||
@@ -238,6 +238,7 @@ static void __init rbtx4927_mem_setup(void) | |||
238 | txx9_alloc_pci_controller(&txx9_primary_pcic, | 238 | txx9_alloc_pci_controller(&txx9_primary_pcic, |
239 | RBTX4927_PCIMEM, RBTX4927_PCIMEM_SIZE, | 239 | RBTX4927_PCIMEM, RBTX4927_PCIMEM_SIZE, |
240 | RBTX4927_PCIIO, RBTX4927_PCIIO_SIZE); | 240 | RBTX4927_PCIIO, RBTX4927_PCIIO_SIZE); |
241 | txx9_board_pcibios_setup = tx4927_pcibios_setup; | ||
241 | #else | 242 | #else |
242 | set_io_port_base(KSEG1 + RBTX4927_ISA_IO_OFFSET); | 243 | set_io_port_base(KSEG1 + RBTX4927_ISA_IO_OFFSET); |
243 | #endif | 244 | #endif |