Bug 5685 - Symbios Logic 53c1030 Driver Not Running
Summary: Symbios Logic 53c1030 Driver Not Running
Status: REJECTED DOCUMENTED
Alias: None
Product: IO/Storage
Classification: Unclassified
Component: SCSI (show other bugs)
Hardware: i386 Linux
: P2 normal
Assignee: Eric Moore
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2005-12-01 00:56 UTC by Michael Moore
Modified: 2006-11-07 20:38 UTC (History)
1 user (show)

See Also:
Kernel Version: 2.6.14
Subsystem:
Regression: ---
Bisected commit-id:


Attachments

Description Michael Moore 2005-12-01 00:56:06 UTC
Most recent kernel where this bug did not occur:2.6.12
Distribution: Regular Redhat AS4u2
Hardware Environment: Dell 1850/2850/ vmware LSI scsi
Software Environment: 
gcc version 3.4.4

Problem Description:
with general kernel 2.6.14 package from kernel.org, the Fusion MPT (base + 
ScsiHost) drivers not running on SCSI storage controller: LSI Logic / Symbios 
Logic 53c1030 PCI-X Fusion-MPT Dual Ultra320 SCSI (rev 08) 

with dynamic module loaded by initrd image, that will not driven the scsi.

back port the elder version Fusion MPT driver from 2.6.11 then OS running 
normal. 

Steps to reproduce:
compile kernel by modularize select MPT driver;
make  initrd  image;
restart OS,
the System will be panic preferred: kernel panic no syncing
Comment 1 Andrew Morton 2006-01-19 02:44:33 UTC

Begin forwarded message:

Date: Thu, 1 Dec 2005 01:03:09 -0800
From: bugme-daemon@bugzilla.kernel.org
To: bugme-new@lists.osdl.org
Subject: [Bugme-new] [Bug 5685] New: Symbios Logic 53c1030 Driver Not Running


http://bugzilla.kernel.org/show_bug.cgi?id=5685

           Summary: Symbios Logic 53c1030 Driver Not Running
    Kernel Version: 2.6.14
            Status: NEW
          Severity: normal
             Owner: andmike@us.ibm.com
         Submitter: lyxmoo@gmail.com


Most recent kernel where this bug did not occur:2.6.12
Distribution: Regular Redhat AS4u2
Hardware Environment: Dell 1850/2850/ vmware LSI scsi
Software Environment: 
gcc version 3.4.4

Problem Description:
with general kernel 2.6.14 package from kernel.org, the Fusion MPT (base + 
ScsiHost) drivers not running on SCSI storage controller: LSI Logic / Symbios 
Logic 53c1030 PCI-X Fusion-MPT Dual Ultra320 SCSI (rev 08) 

with dynamic module loaded by initrd image, that will not driven the scsi.

back port the elder version Fusion MPT driver from 2.6.11 then OS running 
normal. 

Steps to reproduce:
compile kernel by modularize select MPT driver;
make  initrd  image;
restart OS,
the System will be panic preferred: kernel panic no syncing

------- You are receiving this mail because: -------
You are on the CC list for the bug, or are watching someone who is.

Comment 2 Eric Moore 2006-01-19 10:31:33 UTC
Another case of migrating from monolithic to split drivers.

Modify /etc/modprobe.conf

alias scsi_hostadapter mptscsih

to

alias scsi_hostadapter mptspi

Note You need to log in before you can comment on or make changes to this bug.