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 317655 Details for
Bug 203235
PMTimer doesn't get detected in an Asus A8V Deluxe motherboard
[?]
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]
test patch
RHEL4-pmtimer-asus-detect-fix.patch (text/plain), 599 bytes, created by
Brian Maly
on 2008-09-25 05:51:45 UTC
(
hide
)
Description:
test patch
Filename:
MIME Type:
Creator:
Brian Maly
Created:
2008-09-25 05:51:45 UTC
Size:
599 bytes
patch
obsolete
>--- linux-2.6.9/arch/i386/kernel/acpi/boot.c.orig 2008-09-25 01:37:30.000000000 -0400 >+++ linux-2.6.9/arch/i386/kernel/acpi/boot.c 2008-09-25 01:39:21.000000000 -0400 >@@ -625,6 +625,13 @@ static int __init acpi_parse_fadt(unsign > return 0; > > pmtmr_ioport = fadt->xpm_tmr_blk.address; >+ /* >+ * "X" fields are optional extensions to the original V1.0 >+ * fields, so we must selectively expand V1.0 fields if the >+ * corresponding X field is zero. >+ */ >+ if (!pmtmr_ioport) >+ pmtmr_ioport = fadt->V1_pm_tmr_blk; > } else { > /* FADT rev. 1 */ > pmtmr_ioport = fadt->V1_pm_tmr_blk;
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 203235
:
134704
|
138958
| 317655