[parisc-linux] Linux on rp8400

Matthew Wilcox matthew at wil.cx
Thu Jan 5 10:10:33 MST 2006


On Thu, Jan 05, 2006 at 06:49:30PM +0200, Vesa Ruokonen wrote:
>  HPMC GR02 decode:
>         Cpu:0   0000000010314dcc        0x10314dcc sym2_probe+cc
>         Cpu:1   000000001011df28        0x1011df28 cpu_idle+a0
> HPMC IIA Offset decode:
>         Cpu:0   0x000000001031470c      0x1031470c sym_check_raid+34
>         Cpu:1   0x000000001011df04      0x1011df04 cpu_idle+7c

Ulp.  This is my fault then...

Can you add something like:

@@ -1817,6 +1817,9 @@ sym_init_device(struct pci_dev *pdev, st
        if (device->ram_base)
                device->s.ramaddr = pci_iomap(pdev, i,
                                                pci_resource_len(pdev, i));
+
+       printk("sym2: ram phys %lx, bus %lx, map %lx\n",
+               pdev->resource[i].start, device->ram_base, device->s.ramaddr);
 }
 
 /*

My suspicion is that pcibios_resource_to_bus() is broken, but I need more
data to confirm that.



More information about the parisc-linux mailing list