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 158360 Details for
Bug 246496
PATCH: fix mkinitrd to force waiting for fw-ohci and fw-sbp2 initialization
[?]
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 mkinitrd to force waiting for fw-sbp2 initialization (same way as old sbp2 driver)
mkinitrd-fw-ohci-sbp2-wait.patch (text/plain), 714 bytes, created by
Alex Kanavin
on 2007-07-02 17:46:17 UTC
(
hide
)
Description:
fix mkinitrd to force waiting for fw-sbp2 initialization (same way as old sbp2 driver)
Filename:
MIME Type:
Creator:
Alex Kanavin
Created:
2007-07-02 17:46:17 UTC
Size:
714 bytes
patch
obsolete
>--- mkinitrd.old 2007-06-02 00:42:34.000000000 +0300 >+++ mkinitrd 2007-06-02 18:48:32.000000000 +0300 >@@ -1402,6 +1402,14 @@ > emit "echo Waiting for driver initialization." > emit "stabilized /sys/bus/ieee1394/drivers/sbp2" > fi >+ if [ "$module" = "fw-ohci" ]; then >+ emit "echo Waiting for driver initialization." >+ emit "stabilized /sys/bus/firewire/devices" >+ fi >+ if [ "$module" = "fw-sbp2" ]; then >+ emit "echo Waiting for driver initialization." >+ emit "stabilized /sys/bus/firewire/drivers/sbp2" >+ fi > if [ "$module" = "zfcp" -a -f /etc/zfcp.conf ]; then > emit "echo Waiting 2 seconds for driver initialization." > emit "sleep 2"
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 246496
:
158360