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 154286 Details for
Bug 203818
System clock runs slowly or backwards on P4 systems under RHEL4u4.
[?]
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 resolve the issue on ThinkCentre S50
RHEL4-IBM-8183-noapic.patch (text/plain), 861 bytes, created by
Brian Maly
on 2007-05-07 17:37:56 UTC
(
hide
)
Description:
patch to resolve the issue on ThinkCentre S50
Filename:
MIME Type:
Creator:
Brian Maly
Created:
2007-05-07 17:37:56 UTC
Size:
861 bytes
patch
obsolete
>--- linux-2.6.9/arch/i386/kernel/dmi_scan.c.orig 2007-05-03 17:44:02.000000000 -0400 >+++ linux-2.6.9/arch/i386/kernel/dmi_scan.c 2007-05-04 12:17:30.000000000 -0400 >@@ -279,6 +279,14 @@ static __init int disable_ioapic_on_up(s > disable_ioapic_setup(); > } > #endif >+ >+static __init int disable_ioapic(struct dmi_blacklist *d) >+{ >+ printk(KERN_NOTICE "%s detected, forcing noapic\n", >+ d->ident); >+ disable_ioapic_setup(); >+} >+ > /* > * Process the DMI blacklists > */ >@@ -395,6 +403,10 @@ static __initdata struct dmi_blacklist d > MATCH(DMI_BOARD_VENDOR, "IBM"), > MATCH(DMI_PRODUCT_NAME, "eserver xSeries 440"), > NO_MATCH, NO_MATCH }}, >+ { disable_ioapic, "IBM ThinkCentre S50 p/n 8183", { >+ MATCH(DMI_BOARD_VENDOR, "IBM"), >+ MATCH(DMI_PRODUCT_NAME, "8183LU3"), >+ NO_MATCH, NO_MATCH }}, > > /* > * Systems with nForce2 BIOS timer override bug
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 203818
:
138273
|
139344
|
146867
|
146868
|
146870
|
147416
|
149064
|
149065
|
149070
|
149071
|
149291
|
149733
| 154286