1. 24 10月, 2007 1 次提交
  2. 23 10月, 2007 3 次提交
  3. 22 10月, 2007 2 次提交
  4. 20 10月, 2007 2 次提交
  5. 18 10月, 2007 3 次提交
  6. 17 10月, 2007 8 次提交
  7. 16 10月, 2007 1 次提交
  8. 14 10月, 2007 16 次提交
  9. 05 10月, 2007 3 次提交
  10. 04 10月, 2007 1 次提交
    • D
      [SPARC64]: Temporary workaround for PCI-E slot on T1000. · 27097ef9
      David S. Miller 提交于
      The PCI-E slot on T1000 connects directly to the Fire PCI chip with no
      intervening bridges visible in the OBP tree.
      
      Unfortunately the bus numbering of the device in that slot is
      different (2) from the PCI host controller (0), and thus the
      pci_bus_{read,write}_config_*() calls don't work out.
      
      Complicating things further the Fire PCI controller has no config
      space it responds to either.
      
      For now treat this case specially so that devices in the slot work.
      
      Longer term we need to perhaps cons up a dummy bridge between the Fire
      and the PCI-E slot so that the bus hierarchy is complete inside of the
      kernel and thus the bus numbering all works out right.
      Signed-off-by: NDavid S. Miller <davem@davemloft.net>
      27097ef9