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 232881 Details for
Bug 253785
[QLogic 5.2 bug] qla3xxx new 4032 chip does not work with VLAN
[?]
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]
Patch with version update to RHEL5U2
qla3xxx_rhel5.2_VLAN_handling.txt (text/plain), 806 bytes, created by
Marcus Barrow
on 2007-10-19 18:17:39 UTC
(
hide
)
Description:
Patch with version update to RHEL5U2
Filename:
MIME Type:
Creator:
Marcus Barrow
Created:
2007-10-19 18:17:39 UTC
Size:
806 bytes
patch
obsolete
>diff --git a/drivers/net/qla3xxx.c b/drivers/net/qla3xxx.c >index 28f1bcb..a6d0861 100644 >--- a/drivers/net/qla3xxx.c >+++ b/drivers/net/qla3xxx.c >@@ -39,7 +39,7 @@ > > #define DRV_NAME "qla3xxx" > #define DRV_STRING "QLogic ISP3XXX Network Driver" >-#define DRV_VERSION "v2.03.00-k4-RHEL5U1" >+#define DRV_VERSION "v2.03.00-k4-RHEL5U2" > #define PFX DRV_NAME " " > > static const char ql3xxx_driver_name[] = DRV_NAME; >@@ -2262,6 +2262,12 @@ static int ql_tx_rx_clean(struct ql3_adapter *qdev, > > net_rsp = qdev->rsp_current; > rmb(); >+ /* >+ * Fix 4032 chip undocumented "feature" where bit-8 is set if the >+ * inbound completion is for a VLAN. >+ */ >+ if (qdev->device_id == QL3032_DEVICE_ID) >+ net_rsp->opcode &= 0x7f; > switch (net_rsp->opcode) { > > case OPCODE_OB_MAC_IOCB_FN0: >-- >1.5.0.7 >
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 253785
:
162015
| 232881