From: Manuel L. <ma...@ro...> - 2007-02-02 07:31:30
|
On Tue, Jan 30, 2007 at 09:36:38AM +0100, Manuel Lauss wrote: > > My hesitation with this so far has been that some folks in the office > > have hit troubles booting from CF with that applied, which I didn't see > > on SATA when I was debugging it initially. I would prefer not to break > > one set of boards in exchange for another, though it looks like it's I see now what you mean: kernel occasionally oopses when I insert a PCMCIA card, like this one: pccard: PCMCIA card inserted into slot 1 pcmcia: registering new device pcmcia1.0 pcmcia: request for exclusive IRQ could not be fulfilled. pcmcia: the driver needs updating to supported shared IRQ lines. Unable to handle kernel paging request at virtual address c0a80ff0 pc = 8c0063b0 *pde = 00000000 Oops: 0000 [#1] Modules linked in: Pid : 201, Comm: pccardd PC is at generic_readb+0x0/0x6 PC : 8c0063b0 SP : 8fdb5b68 SR : 40008101 TEA : c0a80ff0 Not tainted R0 : 8c0063b0 R1 : 003fffff R2 : 00000000 R3 : 8c319f1c R4 : c0a80ff0 R5 : 8c319f28 R6 : 60000534 R7 : 40008101 R8 : 8c2c2b1c R9 : c0a80ff0 R10 : 8c2c2b18 R11 : c0a80000 R12 : 8fb3dc00 R13 : 00000000 R14 : 8c2ad874 MACH: 000003da MACL: 00000000 GBR : 00000000 PR : 8c1289dc the TEA is in range of the address returned by p3_ioremap() of area 5/6. It's very hard to reproduce reliably, it sometimes just happens :( -- ml. |