]> git.baikalelectronics.ru Git - kernel.git/commit
[MIPS] rbtx4938: Fix secondary PCIC and glue internal NICs
authorAtsushi Nemoto <anemo@mba.ocn.ne.jp>
Mon, 2 Jul 2007 13:43:06 +0000 (22:43 +0900)
committerRalf Baechle <ralf@linux-mips.org>
Tue, 10 Jul 2007 16:33:04 +0000 (17:33 +0100)
commit09eb966207e66c210a864f4cce0d16fcd32fa3da
tree7f327ade219e352f3819ab3cd8d53690b75a79d6
parentb3f725298e75dbbf5ce080754fb2c26b4fbf4372
[MIPS] rbtx4938: Fix secondary PCIC and glue internal NICs

* Fix pci ops for secondary PCIC
* Do not reserve 1MB for PCI MEM region (leave PCIBIOS_MIN_MEM zero)
* Use platform_device to provide ethernet addresses for internal NICs.
  (background: TX49XX SoCs include PCI NIC (TC35815 compatible)
  connected via its internal PCI bus, but the NIC's PROM interface is
  not connected to SEEPROM.  So we must provide its ethernet address
  by another way.)
* Check return value of early_read_config_word()

Signed-off-by: Atsushi Nemoto <anemo@mba.ocn.ne.jp>
Signed-off-by: Ralf Baechle <ralf@linux-mips.org>
arch/mips/pci/ops-tx4938.c
arch/mips/tx4938/toshiba_rbtx4938/setup.c