TODO 554 B

12345678910111213
  1. - general code review and cleanup
  2. - can this be converted to not require PCI_DRIVERS_LEGACY ??
  3. The irq returned by pcibios_map_irq is a "hwirq" (hardware irq number)
  4. and pci_assign_irq() assigns this directly to dev->irq, which
  5. expects a "virq" (virtual irq number). These numbers are different
  6. on MIPS. There is a gross hack to make it work on one
  7. specific platform, so it can be tested.
  8. - Should this be merged with arch/mips/pci/pci-mt7620.c ??
  9. - ensure device-tree requirements are documented
  10. Cc: NeilBrown <neil@brown.name>