1. 08 6月, 2007 3 次提交
    • D
      [SPARC64]: Fix SBUS IRQ regression caused by PCI-E driver. · ec4d18f2
      David S. Miller 提交于
      We used to access the 64-bit IRQ IMAP and ICLR registers of bus
      controllers 4-bytes in and as a 32-bit register word, since only the
      low 32-bits were relevant.  This seemed like a good idea at the time.
      
      But the PCI-E controller requires full 8-byte 64-bit access to
      these registers, so we switched over to accessing them fully.
      
      SBUS was not adjusted properly, which broke interrupts completely.
      Signed-off-by: NDavid S. Miller <davem@davemloft.net>
      ec4d18f2
    • D
      [SPARC64]: Fix 2 bugs in PCI Sabre bus scanning. · 321566c2
      David S. Miller 提交于
      If we are on hummingbird, bus runs at 66MHZ.
      
      pbm->pci_bus should be setup with the result of pci_scan_one_pbm()
      or else we deref NULL pointers in the error interrupt handlers.
      Signed-off-by: NDavid S. Miller <davem@davemloft.net>
      321566c2
    • L
      Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/sparc-2.6 · 7244d545
      Linus Torvalds 提交于
      * 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/sparc-2.6:
        [VIDEO] sunxvr500fb: Fix pseudo_palette array size
        [VIDEO] sunxvr2500fb: Fix pseudo_palette array size
        [VIDEO] ffb: The pseudo_palette is only 16 elements long
        [VIDEO]: Fix section mismatch warning in promcon.
        [ATA]: Back out bogus (SPARC64 && !PCI) Kconfig depends.
        [SPARC64]: Fill in gaps in non-PCI dma_*() NOP implementation.
        [SPARC64]: Fix {mc,smt}_capable().
        [SPARC64]: Make core and sibling groups equal on UltraSPARC-IV.
        [SPARC64]: Proper multi-core scheduling support.
        [SPARC64]: Provide mmu statistics via sysfs.
        [SPARC64]: Fix service channel hypervisor function names.
        [SPARC64]: Export basic cpu properties via sysfs.
        [SPARC64]: Move topology init code into new file, sysfs.c
      7244d545
  2. 07 6月, 2007 18 次提交
  3. 06 6月, 2007 3 次提交
  4. 05 6月, 2007 16 次提交