Bug 8426
Summary: | massive slowdown on SCSI CD/DVD drive connected to mptspi driver | ||
---|---|---|---|
Product: | SCSI Drivers | Reporter: | Doug Chapman (doug.chapman) |
Component: | Other | Assignee: | scsi_drivers-other |
Status: | RESOLVED CODE_FIX | ||
Severity: | high | ||
Priority: | P2 | ||
Hardware: | i386 | ||
OS: | Linux | ||
Kernel Version: | 2.6.21 | Subsystem: | |
Regression: | --- | Bisected commit-id: |
Description
Doug Chapman
2007-05-03 15:26:39 UTC
After digging through the code I realized that when code was moved from mptscsih to mptspi the order of some initialization routines changed. I changed mptspi_slave_configure to call mptspi_initTarget before mptscih_slave_configure. Tested against 2.6.21 on the system where I originally saw the problem and it works just fine now. I will post the patch to linux-scsi list. Fixed by 29982e9acd3e81a289c73321401427d02eaa8adc |