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 156152 Details for
Bug 242270
F7 installer does not find HPT370A, disks
[?]
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]
Candidate fix
kudzu-1.2.71-hpt-switch.patch (text/plain), 760 bytes, created by
Ville Skyttä
on 2007-06-04 23:02:08 UTC
(
hide
)
Description:
Candidate fix
Filename:
MIME Type:
Creator:
Ville Skyttä
Created:
2007-06-04 23:02:08 UTC
Size:
760 bytes
patch
obsolete
>diff -up kudzu-1.2.71/pci.c~ kudzu-1.2.71/pci.c >--- kudzu-1.2.71/pci.c~ 2007-04-14 03:09:05.000000000 +0300 >+++ kudzu-1.2.71/pci.c 2007-06-05 01:49:38.000000000 +0300 >@@ -490,6 +490,7 @@ struct device * pciProbe(enum deviceClas > } else { > dev->driver = strdup("pata_hpt366"); > } >+ break; > case 0x0005: > if (dev->driver) free(dev->driver); > if (rev > 1) { >@@ -497,6 +498,7 @@ struct device * pciProbe(enum deviceClas > } else { > dev->driver = strdup("pata_hpt37x"); > } >+ break; > case 0x0006: > if (dev->driver) free(dev->driver); > if (rev > 1) { >@@ -504,6 +506,7 @@ struct device * pciProbe(enum deviceClas > } else { > dev->driver = strdup("pata_hpt37x"); > } >+ break; > default: > ; > }
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 242270
:
155998
| 156152