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 314213 Details for
Bug 458620
Problem with aic79xx
[?]
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 to reset HBA
aic.patch (text/plain), 809 bytes, created by
Neil Horman
on 2008-08-13 15:14:42 UTC
(
hide
)
Description:
patch to reset HBA
Filename:
MIME Type:
Creator:
Neil Horman
Created:
2008-08-13 15:14:42 UTC
Size:
809 bytes
patch
obsolete
>--- linux-2.6.18.noarch/drivers/scsi/aic7xxx/aic79xx_pci.c.orig 2008-08-13 08:01:58.000000000 -0400 >+++ linux-2.6.18.noarch/drivers/scsi/aic7xxx/aic79xx_pci.c 2008-08-13 08:10:50.000000000 -0400 >@@ -385,6 +385,18 @@ > error = ahd_pci_map_int(ahd); > if (!error) > ahd->init_level++; >+ >+ /* >+ * If we are a kdump kernel rebooting the box, this controller was not >+ * shut down properly, and as a result its possible for I/O operations >+ * to be left in flight that can cause the device to stop responding >+ * specifically the card can be in a paused state, and requests can >+ * be queued to it prior to it being unpaused in ahd_resume, leading to >+ * panic. Handle this by resetting the card here, as we do in shutdown >+ */ >+ if (reset_devices) >+ error = ahd_reset(ahd, TRUE); >+ > return error; > } >
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 458620
:
314045
| 314213