Bug 203236

Summary: PMTimer doesn't get detected in an Asus A8V Deluxe motherboard
Product: Red Hat Enterprise Linux 4 Reporter: Kostas Georgiou <k.georgiou>
Component: kernelAssignee: Kernel Maintainer List <kernel-maint>
Status: CLOSED DUPLICATE QA Contact: Brian Brock <bbrock>
Severity: high Docs Contact:
Priority: medium    
Version: 4.4   
Target Milestone: ---   
Target Release: ---   
Hardware: x86_64   
OS: Linux   
Whiteboard:
Fixed In Version: Doc Type: Bug Fix
Doc Text:
Story Points: ---
Clone Of: Environment:
Last Closed: 2006-08-22 18:01:48 UTC Type: ---
Regression: --- Mount Type: ---
Documentation: --- CRM:
Verified Versions: Category: ---
oVirt Team: --- RHEL 7.3 requirements from Atomic Host:
Cloudforms Team: --- Target Upstream Version:
Embargoed:

Description Kostas Georgiou 2006-08-19 17:42:19 UTC
The PMTimer doesn't get detected in an Asus A8V Deluxe motherboard (VIA
K8T800Pro) so the system uses TSC (even when you use
the notsc kernel option). This results in problems (#174390 for example) with
dual core cpus since TSC isn't stable there.
$ dmesg
...
time.c: Using 1.193182 MHz PIT timer.
time.c: Using PIT/TSC based timekeeping.
...

Under FC5 the PMTimer is detected fine in the same motherboard (with a single
core cpu though)
$ dmesg
...
ACPI: PM-Timer IO Port: 0x808
time.c: Using 3.579545 MHz WALL PM GTOD PIT/TSC timer.
...

Comment 1 Kostas Georgiou 2006-08-19 18:09:03 UTC
Duplicate of #203235

For some reason bugzilla doesn't allow me to close it as duplicate.
"You tried to change the Status field from NEW to CLOSED, but only the owner or
submitter of the bug, or a sufficiently empowered user, may change that field."

Comment 2 Jason Baron 2006-08-22 18:01:48 UTC

*** This bug has been marked as a duplicate of 203235 ***