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 209131 Details for
Bug 251557
[Promise 5.2 feat] Update stex driver to version 3.6.0102.2
[?]
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]
[SCSI] stex: use resid for xfer len information
patch52 (text/plain), 816 bytes, created by
Ed lin
on 2007-09-27 22:21:40 UTC
(
hide
)
Description:
[SCSI] stex: use resid for xfer len information
Filename:
MIME Type:
Creator:
Ed lin
Created:
2007-09-27 22:21:40 UTC
Size:
816 bytes
patch
obsolete
>diff -purN a/drivers/scsi/stex.c b/drivers/scsi/stex.c >--- a/drivers/scsi/stex.c 2007-09-25 04:31:01.000000000 +0800 >+++ b/drivers/scsi/stex.c 2007-09-25 04:45:28.000000000 +0800 >@@ -35,11 +35,11 @@ > #include <scsi/scsi_dbg.h> > > #define DRV_NAME "stex" >-#define ST_DRIVER_VERSION "3.6.0000.1" >+#define ST_DRIVER_VERSION "3.6.0102.2" > #define ST_VER_MAJOR 3 > #define ST_VER_MINOR 6 >-#define ST_OEM 0 >-#define ST_BUILD_VER 1 >+#define ST_OEM 0102 >+#define ST_BUILD_VER 2 > > enum { > /* MU register offset */ >@@ -769,7 +769,7 @@ static void stex_ys_commands(struct st_h > > if (ccb->cmd->cmnd[0] == MGT_CMD && > resp->scsi_status != SAM_STAT_CHECK_CONDITION) { >- ccb->cmd->request_bufflen = >+ ccb->cmd->resid = ccb->cmd->request_bufflen - > le32_to_cpu(*(__le32 *)&resp->variable[0]); > return; > }
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 251557
: 209131