Login
[x]
Log in using an account from:
Fedora Account System
Red Hat Associate
Red Hat Customer
Or login using a Red Hat Bugzilla account
Forgot Password
Login:
Hide Forgot
Create an Account
Red Hat Bugzilla – Attachment 293308 Details for
Bug 430725
[QLogic 5.2 bug] qla2xxx - Incorrect firmware loaded for qla25xx
[?]
New
Simple Search
Advanced Search
My Links
Browse
Requests
Reports
Current State
Search
Tabular reports
Graphical reports
Duplicates
Other Reports
User Changes
Plotly Reports
Bug Status
Bug Severity
Non-Defaults
|
Product Dashboard
Help
Page Help!
Bug Writing Guidelines
What's new
Browser Support Policy
5.0.4.rh83 Release notes
FAQ
Guides index
User guide
Web Services
Contact
Legal
This site requires JavaScript to be enabled to function correctly, please enable it.
[patch]
fix with extra change removed
qla2xxx_rhel5.2_firmwareload_patch11.txt (text/plain), 886 bytes, created by
Marcus Barrow
on 2008-01-29 17:30:55 UTC
(
hide
)
Description:
fix with extra change removed
Filename:
MIME Type:
Creator:
Marcus Barrow
Created:
2008-01-29 17:30:55 UTC
Size:
886 bytes
patch
obsolete
> >This updated version of this patch removes an extraneous change... > >BZ 430725 > >Fix incorrect firmware loaded for 25xx. > >A typo caused the 24xx firmware to be loaded into the >25xx cards. The typo was fixed and tested by observing >proper link bring-up and much I/O was performed. > >Without this fix the newer 8 Gb/S adapters will not work >and many OEMs will be testing this in 5.2 beta. > > >--- > drivers/scsi/qla2xxx/qla_os.c | 2 +- > 1 files changed, 1 insertions(+), 1 deletions(-) > >diff --git a/drivers/scsi/qla2xxx/qla_os.c b/drivers/scsi/qla2xxx/qla_os.c >index 10b56ed..30d8383 100644 >--- a/drivers/scsi/qla2xxx/qla_os.c >+++ b/drivers/scsi/qla2xxx/qla_os.c >@@ -2823,7 +2823,7 @@ qla2x00_down_timeout(struct semaphore *s > #define FW_ISP2300 2 > #define FW_ISP2322 3 > #define FW_ISP24XX 4 >-#define FW_ISP25XX 4 >+#define FW_ISP25XX 5 > > static DECLARE_MUTEX(qla_fw_lock); > >-- >1.4.4.1 >
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Diff
View Attachment As Raw
Actions:
View
|
Diff
Attachments on
bug 430725
:
293303
| 293308