Performance gain?
Nate Lawson
nate at root.org
Tue Sep 27 17:23:43 PDT 2005
jesse wrote:
> Is there any performance gain when using Standard-PC HAL over ACPI-PC
> HAL? I'm running FreeBSD 5.4-STABLE on a abit KR7A(KT266A) motherboard.
> I currently have APIC disabled in the bios, ACPI disabled at boot and I
> feel like my system is snappier. Just wondering if there is any truth to
> this.
There should be no difference. The implementation of ACPI on some
boards will block interrupts while the embedded controller is being
polled. But yours is not a laptop so it doesn't have an EC.
If you can enable fine grained profiling (config -g -g KERNELNAME) and
then run gprof(8), perhaps you can see where the performance is going.
--
Nate
More information about the freebsd-acpi
mailing list