public inbox for linux-kernel@vger.kernel.org
 help / color / mirror / Atom feed
* mpt fusion driver crashes with LSI22320SE installed and BIOS ACPI turned off
@ 2009-02-17 23:06 Maurice Volaski
  2009-02-19  3:32 ` Robert Hancock
  0 siblings, 1 reply; 2+ messages in thread
From: Maurice Volaski @ 2009-02-17 23:06 UTC (permalink / raw)
  To: Eric.Moore; +Cc: linux-kernel

I emailed about this earlier and here's some new info: the crash 
occurs when ACPI is turned off. It appears that your driver is 
expecting information from ACPI and if it doesn't get it, it will 
crash. (This has been posted as bug 
http://bugzilla.kernel.org/show_bug.cgi?id=12733)

On a system with a Supermicro X7DWN+ with ACPI turned off, and an 
LSI22320SE card installed, the mptdriver will crash. Here is the 
relevant log:

Oct  5 21:19:54 localhost kernel: Fusion MPT SPI Host driver 3.04.07
Oct  5 21:19:54 localhost kernel: mptbase: ioc0: Initiating bringup
Oct  5 21:19:54 localhost kernel: [drm] Initialized radeon 1.29.0 
20080528 on minor 0
Oct  5 21:19:54 localhost kernel: ioc0: LSI53C1030 C0: 
Capabilities={Initiator,Target}
Oct  5 21:19:54 localhost kernel: scsi2 : ioc0: LSI53C1030 C0, 
FwRev=01033400h, Ports=1, MaxQ=255, IRQ=52
Oct  5 21:19:54 localhost kernel: mptbase: ioc1: Initiating bringup
Oct  5 21:19:54 localhost kernel: ioc1: LSI53C1030 C0: 
Capabilities={Initiator,Target}
Oct  5 21:19:54 localhost kernel: scsi3 : ioc1: LSI53C1030 C0, 
FwRev=01033400h, Ports=1, MaxQ=255, IRQ=52
Oct  5 21:19:54 localhost kernel: device-mapper: multipath: version 
1.0.5 loaded
Oct  5 21:19:54 localhost kernel: EXT3 FS on dm-0, internal journal
Oct  5 21:19:54 localhost kernel: mptscsih: ioc1: attempting task 
abort! (sc=f5aca500)
Oct  5 21:19:54 localhost kernel: scsi 3:0:4:0: CDB: Inquiry: 12 00 00 00 24 00
Oct  5 21:19:54 localhost kernel: mptbase: ioc1: Initiating recovery
Oct  5 21:19:54 localhost kernel: scsi 3:0:4:0: mptscsih: ioc1: 
completing cmds: fw_channel 0, fw_id 4, sc=f5aca500, mf = f48e3160, 
idx=19
Oct  5 21:19:54 localhost kernel: mptscsih: ioc1: Issue of TaskMgmt failed!
Oct  5 21:19:54 localhost kernel: mptscsih: ioc1: task abort: FAILED 
(sc=f5aca500)
Oct  5 21:19:54 localhost kernel: mptscsih: ioc1: attempting target 
reset! (sc=f5aca500)
Oct  5 21:19:54 localhost kernel: scsi 3:0:4:0: CDB: Inquiry: 12 00 00 00 24 00
Oct  5 21:19:54 localhost kernel: mptbase: ioc1: Initiating recovery
Oct  5 21:19:54 localhost kernel: mptscsih: ioc1: Issue of TaskMgmt failed!
Oct  5 21:19:54 localhost kernel: mptscsih: ioc1: target reset: 
FAILED (sc=f5aca500)
Oct  5 21:19:54 localhost kernel: mptscsih: ioc1: attempting bus 
reset! (sc=f5aca500)
Oct  5 21:19:54 localhost kernel: scsi 3:0:4:0: CDB: Inquiry: 12 00 00 00 24 00
Oct  5 21:19:54 localhost kernel: scsi target3:0:4: mptspi: ioc1: 
mpt_config failed
Oct  5 21:19:54 localhost kernel: scsi target3:0:4: FAST-5 WIDE SCSI 
3.4 MB/s ST QAS RDSTRM WRFLOW (572 ns, offset 133)
Oct  5 21:19:54 localhost kernel: mptbase: ioc1: Initiating recovery

and

Oct  5 21:19:54 localhost kernel: mptscsih: ioc1: Issue of TaskMgmt failed!
Oct  5 21:19:54 localhost kernel: mptscsih: ioc1: bus reset: FAILED 
(sc=f5aca500)
Oct  5 21:19:54 localhost kernel: mptscsih: ioc1: attempting host 
reset! (sc=f5aca500)
Oct  5 21:19:54 localhost kernel: mptbase: ioc1: Initiating recovery
Oct  5 21:19:54 localhost kernel: scsi target3:0:4: mptspi: ioc1: 
mpt_config failed
Oct  5 21:19:54 localhost kernel: scsi target3:0:4: mptspi: ioc1: 
mpt_config failed
Oct  5 21:19:54 localhost kernel: scsi target3:0:4: FAST-5 WIDE SCSI 
3.4 MB/s ST QAS RDSTRM WRFLOW (572 ns, offset 133)
Oct  5 21:19:54 localhost kernel: scsi target3:0:4: mptspi: ioc1: 
mpt_config failed
Oct  5 21:19:54 localhost kernel: scsi target3:0:4: mptspi: ioc1: 
mpt_config failed
Oct  5 21:19:54 localhost kernel: scsi target3:0:4: FAST-5 WIDE SCSI 
3.4 MB/s ST QAS RDSTRM WRFLOW (572 ns, offset 133)
Oct  5 21:19:54 localhost kernel: scsi target3:0:4: mptspi: ioc1: 
mpt_config failed
-- 

Maurice Volaski, mvolaski@aecom.yu.edu
Computing Support, Rose F. Kennedy Center
Albert Einstein College of Medicine of Yeshiva University

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

* Re: mpt fusion driver crashes with LSI22320SE installed and BIOS ACPI   turned off
  2009-02-17 23:06 mpt fusion driver crashes with LSI22320SE installed and BIOS ACPI turned off Maurice Volaski
@ 2009-02-19  3:32 ` Robert Hancock
  0 siblings, 0 replies; 2+ messages in thread
From: Robert Hancock @ 2009-02-19  3:32 UTC (permalink / raw)
  To: Maurice Volaski; +Cc: Eric.Moore, linux-kernel

Maurice Volaski wrote:
> I emailed about this earlier and here's some new info: the crash occurs 
> when ACPI is turned off. It appears that your driver is expecting 
> information from ACPI and if it doesn't get it, it will crash. (This has 
> been posted as bug http://bugzilla.kernel.org/show_bug.cgi?id=12733)
> 
> On a system with a Supermicro X7DWN+ with ACPI turned off, and an 
> LSI22320SE card installed, the mptdriver will crash. Here is the 
> relevant log:

This could very easily be a motherboard bug. Many newer motherboards are 
NOT tested properly with ACPI disabled. Your case could easily be due to 
the board's interrupt routing for certain slots/devices being messed up 
when ACPI is not in use. For this reason it's generally not a good idea 
to try to disable ACPI these days.

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

end of thread, other threads:[~2009-02-19  3:32 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2009-02-17 23:06 mpt fusion driver crashes with LSI22320SE installed and BIOS ACPI turned off Maurice Volaski
2009-02-19  3:32 ` Robert Hancock

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox