linux-kernel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* problems with mpt fusion driver since 2.6.12-rc3
@ 2005-05-17 23:07 Martin J. Bligh
  2005-05-17 23:12 ` problems with mpt fusion driver since 2.6.12-rc3 (amd64 ?) Martin J. Bligh
  0 siblings, 1 reply; 3+ messages in thread
From: Martin J. Bligh @ 2005-05-17 23:07 UTC (permalink / raw)
  To: linux-kernel

I get this on boot since -rc3 ... -rc2 worked fine.
Is on a 4-way Newisys amd64 box.

Is this a known bug, or something new?

^M^@Fusion MPT base driver 3.01.20
^M^@Copyright (c) 1999-2004 LSI Logic Corporation
^M^@ACPI: PCI Interrupt 0000:02:04.0[A] -> GSI 27 (level, low) -> IRQ 27
^M^@mptbase: Initiating ioc0 bringup
^M^@mptbase: ioc0: ERROR - Wait IOC_READY state timeout(15)!
^M^@mptbase: ioc0: ERROR - Enable Diagnostic mode FAILED! (00h)
^M^@mptbase: ioc0 NOT READY WARNING!
^M^@mptbase: WARNING - ioc0 did not initialize properly! (-1)
^M^@mptbase: probe of 0000:02:04.0 failed with error -1
^M^@Fusion MPT SCSI Host driver 3.01.20


^ permalink raw reply	[flat|nested] 3+ messages in thread

* Re: problems with mpt fusion driver since 2.6.12-rc3 (amd64 ?)
  2005-05-17 23:07 problems with mpt fusion driver since 2.6.12-rc3 Martin J. Bligh
@ 2005-05-17 23:12 ` Martin J. Bligh
  2005-05-18  5:18   ` Martin J. Bligh
  0 siblings, 1 reply; 3+ messages in thread
From: Martin J. Bligh @ 2005-05-17 23:12 UTC (permalink / raw)
  To: linux-kernel; +Cc: Andi Kleen



--On Tuesday, May 17, 2005 16:07:14 -0700 "Martin J. Bligh" <mbligh@mbligh.org> wrote:

> I get this on boot since -rc3 ... -rc2 worked fine.
> Is on a 4-way Newisys amd64 box.
> 
> Is this a known bug, or something new?
> 
> ^M^@Fusion MPT base driver 3.01.20
> ^M^@Copyright (c) 1999-2004 LSI Logic Corporation
> ^M^@ACPI: PCI Interrupt 0000:02:04.0[A] -> GSI 27 (level, low) -> IRQ 27
> ^M^@mptbase: Initiating ioc0 bringup
> ^M^@mptbase: ioc0: ERROR - Wait IOC_READY state timeout(15)!
> ^M^@mptbase: ioc0: ERROR - Enable Diagnostic mode FAILED! (00h)
> ^M^@mptbase: ioc0 NOT READY WARNING!
> ^M^@mptbase: WARNING - ioc0 did not initialize properly! (-1)
> ^M^@mptbase: probe of 0000:02:04.0 failed with error -1
> ^M^@Fusion MPT SCSI Host driver 3.01.20

I get strange errors on -rc4-mm2 as well ... and every kernel
since -rc2-mm2 ... though they all fail in different ways.

^M^@tg3.c:v3.27 (May 5, 2005)
^M^@ACPI: PCI Interrupt 0000:02:02.0[A] -> GSI 25 (level, low) -> IRQ 25
^M^@tg3: (0000:02:02.0) phy probe failed, err -16
^M^@BUG: soft lockup detected on CPU#3!
^M
^M^@Modules linked in:
^M^@Pid: 42, comm: swapper Not tainted 2.6.12-rc4-mm2-autokern1
^M^@RIP: 0010:[<ffffffff8037c42b>] <ffffffff8037c42b>{lock_kernel+27}
^M^@RSP: 0000:ffff8101ff401ec0  EFLAGS: 00000286
^M^@RAX: ffff8101ffb37070 RBX: 0000000000000000 RCX: 0000000000000010
^M^@RDX: 0000000000000000 RSI: 0000000000000000 RDI: 0000000000000000
^M^@RBP: 0000000000000000 R08: 0000000000000000 R09: ffff8101ffbad940
^M^@R10: 0000000000000001 R11: ffffffff80258560 R12: 0000000000000000
^M^@R13: 0000000000000000 R14: 0000000000000000 R15: 0000000000000000
^M^@FS:  0000000000000000(0000) GS:ffffffff804cf9c0(0000) knlGS:0000000000000000
^M^@CS:  0010 DS: 0018 ES: 0018 CR0: 000000008005003b
^M^@CR2: 0000000000000000 CR3: 0000000000101000 CR4: 00000000000006e0
^M
^M^@Call Trace:<ffffffff802af516>{serio_thread+22} <ffffffff8012bdc0>{schedule_t
ail+64}
^M^@       <ffffffff8010e47b>{child_rip+8} <ffffffff80258560>{vgacon_cursor+0}
^M^@       <ffffffff802af500>{serio_thread+0} <ffffffff8010e473>{child_rip+0}
^M^@       
^M^@tg3: Problem fetching invariants of chip, aborting.
^M^@tg3: probe of 0000:02:02.0 failed with error -16
^M^@ACPI: PCI Interrupt 0000:02:03.0[A] -> GSI 26 (level, low) -> IRQ 26
^M^@tg3: (0000:02:03.0) phy probe failed, err -16
^M^@tg3: Problem fetching invariants of chip, aborting.
^M^@tg3: probe of 0000:02:03.0 failed with error -16


^ permalink raw reply	[flat|nested] 3+ messages in thread

* Re: problems with mpt fusion driver since 2.6.12-rc3 (amd64 ?)
  2005-05-17 23:12 ` problems with mpt fusion driver since 2.6.12-rc3 (amd64 ?) Martin J. Bligh
@ 2005-05-18  5:18   ` Martin J. Bligh
  0 siblings, 0 replies; 3+ messages in thread
From: Martin J. Bligh @ 2005-05-18  5:18 UTC (permalink / raw)
  To: linux-kernel; +Cc: Andi Kleen

>> I get this on boot since -rc3 ... -rc2 worked fine.
>> Is on a 4-way Newisys amd64 box.
>> 
>> Is this a known bug, or something new?
>> 
>> ^M^@Fusion MPT base driver 3.01.20
>> ^M^@Copyright (c) 1999-2004 LSI Logic Corporation
>> ^M^@ACPI: PCI Interrupt 0000:02:04.0[A] -> GSI 27 (level, low) -> IRQ 27
>> ^M^@mptbase: Initiating ioc0 bringup
>> ^M^@mptbase: ioc0: ERROR - Wait IOC_READY state timeout(15)!
>> ^M^@mptbase: ioc0: ERROR - Enable Diagnostic mode FAILED! (00h)
>> ^M^@mptbase: ioc0 NOT READY WARNING!
>> ^M^@mptbase: WARNING - ioc0 did not initialize properly! (-1)
>> ^M^@mptbase: probe of 0000:02:04.0 failed with error -1
>> ^M^@Fusion MPT SCSI Host driver 3.01.20
> 
> I get strange errors on -rc4-mm2 as well ... and every kernel
> since -rc2-mm2 ... though they all fail in different ways.
> 
> ^M^@tg3.c:v3.27 (May 5, 2005)
> ^M^@ACPI: PCI Interrupt 0000:02:02.0[A] -> GSI 25 (level, low) -> IRQ 25
> ^M^@tg3: (0000:02:02.0) phy probe failed, err -16
> ^M^@BUG: soft lockup detected on CPU#3!
> ^M
> ^M^@Modules linked in:
> ^M^@Pid: 42, comm: swapper Not tainted 2.6.12-rc4-mm2-autokern1
> ^M^@RIP: 0010:[<ffffffff8037c42b>] <ffffffff8037c42b>{lock_kernel+27}
> ^M^@RSP: 0000:ffff8101ff401ec0  EFLAGS: 00000286
> ^M^@RAX: ffff8101ffb37070 RBX: 0000000000000000 RCX: 0000000000000010
> ^M^@RDX: 0000000000000000 RSI: 0000000000000000 RDI: 0000000000000000
> ^M^@RBP: 0000000000000000 R08: 0000000000000000 R09: ffff8101ffbad940
> ^M^@R10: 0000000000000001 R11: ffffffff80258560 R12: 0000000000000000
> ^M^@R13: 0000000000000000 R14: 0000000000000000 R15: 0000000000000000
> ^M^@FS:  0000000000000000(0000) GS:ffffffff804cf9c0(0000) knlGS:0000000000000000
> ^M^@CS:  0010 DS: 0018 ES: 0018 CR0: 000000008005003b
> ^M^@CR2: 0000000000000000 CR3: 0000000000101000 CR4: 00000000000006e0
> ^M
> ^M^@Call Trace:<ffffffff802af516>{serio_thread+22} <ffffffff8012bdc0>{schedule_t
> ail+64}
> ^M^@       <ffffffff8010e47b>{child_rip+8} <ffffffff80258560>{vgacon_cursor+0}
> ^M^@       <ffffffff802af500>{serio_thread+0} <ffffffff8010e473>{child_rip+0}
> ^M^@       
> ^M^@tg3: Problem fetching invariants of chip, aborting.
> ^M^@tg3: probe of 0000:02:02.0 failed with error -16
> ^M^@ACPI: PCI Interrupt 0000:02:03.0[A] -> GSI 26 (level, low) -> IRQ 26
> ^M^@tg3: (0000:02:03.0) phy probe failed, err -16
> ^M^@tg3: Problem fetching invariants of chip, aborting.
> ^M^@tg3: probe of 0000:02:03.0 failed with error -16

OK, I tested -rc3 with the fusion code backed down to -rc2 level - no
difference. So it's looking more like it might be an interrupt prob?

M.

^ permalink raw reply	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2005-05-18  5:18 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2005-05-17 23:07 problems with mpt fusion driver since 2.6.12-rc3 Martin J. Bligh
2005-05-17 23:12 ` problems with mpt fusion driver since 2.6.12-rc3 (amd64 ?) Martin J. Bligh
2005-05-18  5:18   ` Martin J. Bligh

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).