I have 2 machines, both with the same processor.
Machine 1
Machine 2
Why is there such discrepancy when both machines are 99% the same?
Machine 1
Code:
kern.timecounter.choice: TSC-low(1000) [B]ACPI-safe(850)[/B] i8254(0) dummy(-1000000)
kern.timecounter.hardware: TSC-low
kern.timecounter.stepwarnings: 0
kern.timecounter.tc.i8254.mask: 65535
kern.timecounter.tc.i8254.counter: [B]36426[/B]
kern.timecounter.tc.i8254.frequency: 1193182
kern.timecounter.tc.i8254.quality: 0
kern.timecounter.tc.ACPI-[B]safe.mask[/B]: 16777215
kern.timecounter.tc.ACPI-[B]safe.counter[/B]: 11290953
kern.timecounter.tc.ACPI-[B]safe.frequency[/B]: 3579545
kern.timecounter.tc.ACPI-[B]safe.quality[/B]: 850
kern.timecounter.tc.TSC-low.mask: 4294967295
kern.timecounter.tc.TSC-low.counter: [B]1536880578[/B]
kern.timecounter.tc.TSC-low.frequency: [B]10390820[/B]
Machine 2
Code:
kern.timecounter.choice: TSC-low(1000) ACPI-fast(900) i8254(0) dummy(-1000000)
kern.timecounter.hardware: TSC-low
kern.timecounter.stepwarnings: 0
kern.timecounter.tc.i8254.mask: 65535
kern.timecounter.tc.i8254.counter: 4387
kern.timecounter.tc.i8254.frequency: 1193182
kern.timecounter.tc.i8254.quality: 0
kern.timecounter.tc.ACPI-fast.mask: 16777215
kern.timecounter.tc.ACPI-fast.counter: 8433834
kern.timecounter.tc.ACPI-fast.frequency: 3579545
kern.timecounter.tc.ACPI-fast.quality: 900
kern.timecounter.tc.TSC-low.mask: 4294967295
kern.timecounter.tc.TSC-low.counter: 3931457100
kern.timecounter.tc.TSC-low.frequency: 10390848
Why is there such discrepancy when both machines are 99% the same?