1. 23 9月, 2005 1 次提交
  2. 22 9月, 2005 1 次提交
    • O
      [PATCH] PPC64: Fix boot for some pre-POWER4 systems · 3c2822cc
      Olof Johansson 提交于
      Some RS64 systems (such as F80) have non-python host bridges with EADS.
      However, they have two EADS with 4 buses each under them, so the old logic
      that assumed no more than 7 busses per PHB failed miserably.
      
      Big thanks to Olaf Hering for helping me test this, he's got one of the few
      machines that broke from the previous logic.
      
      Also, to be a bit smarter at detecting the need for a PHB-level IOMMU table
      by checking for the presence of an ISA bus.  Only PHBs with ISA bridges
      should need the PHB-level table.
      Signed-off-by: NOlof Johansson <olof@lixom.net>
      Cc: Anton Blanchard <anton@samba.org>
      Cc: Benjamin Herrenschmidt <benh@kernel.crashing.org>
      Cc: Paul Mackerras <paulus@samba.org>
      Signed-off-by: NAndrew Morton <akpm@osdl.org>
      Signed-off-by: NLinus Torvalds <torvalds@osdl.org>
      3c2822cc
  3. 09 9月, 2005 1 次提交
    • P
      [PATCH] Separate pci bits out of struct device_node · 1635317f
      Paul Mackerras 提交于
      This patch pulls the PCI-related junk out of struct device_node and
      puts it in a separate structure, struct pci_dn.  The device_node now
      just has a void * pointer in it, which points to a struct pci_dn for
      nodes that represent PCI devices.  It could potentially be used in
      future for device-specific data for other sorts of devices, such as
      virtual I/O devices.
      Signed-off-by: NPaul Mackerras <paulus@samba.org>
      1635317f
  4. 29 8月, 2005 2 次提交
  5. 17 4月, 2005 1 次提交
    • L
      Linux-2.6.12-rc2 · 1da177e4
      Linus Torvalds 提交于
      Initial git repository build. I'm not bothering with the full history,
      even though we have it. We can create a separate "historical" git
      archive of that later if we want to, and in the meantime it's about
      3.2GB when imported into git - space that would just make the early
      git days unnecessarily complicated, when we don't have a lot of good
      infrastructure for it.
      
      Let it rip!
      1da177e4