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 304086 Details for
Bug 444543
[patch] VIA vt6410 IDE controller not activating
[?]
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 for 0x40 register check during probe
a1 (text/plain), 579 bytes, created by
Alan Cox
on 2008-04-29 09:26:03 UTC
(
hide
)
Description:
Fix for 0x40 register check during probe
Filename:
MIME Type:
Creator:
Alan Cox
Created:
2008-04-29 09:26:03 UTC
Size:
579 bytes
patch
obsolete
>--- drivers/ata/pata_via.c~ 2008-04-29 10:16:07.000000000 +0100 >+++ drivers/ata/pata_via.c 2008-04-29 10:16:07.000000000 +0100 >@@ -464,11 +464,12 @@ > } > pci_dev_put(isa); > >- /* 0x40 low bits indicate enabled channels */ >- pci_read_config_byte(pdev, 0x40 , &enable); >- enable &= 3; >- if (enable == 0) { >- return -ENODEV; >+ if (!(config->flags & VIA_NO_ENABLES)) { >+ /* 0x40 low bits indicate enabled channels */ >+ pci_read_config_byte(pdev, 0x40 , &enable); >+ enable &= 3; >+ if (enable == 0) >+ return -ENODEV; > } > > /* Initialise the FIFO for the enabled channels. */
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 444543
:
304054
|
304059
|
304060
| 304086 |
304142