cvs commit: src/usr.sbin/acpi/acpidump acpi.c acpidump.h
Peter Wemm
peter at FreeBSD.org
Fri Aug 1 18:55:04 PDT 2003
peter 2003/08/01 18:55:03 PDT
FreeBSD src repository
Modified files:
usr.sbin/acpi/acpidump acpi.c acpidump.h
Log:
Dump the HPET information block.
What is the HPET I hear you ask? It is the High Precision Event Timer
that is supposed to supplement and eventually replace the 8254 timer and
the RTC periodic interrupts. Among other things, it is 64 bit (can be
run in 32 bit mode for 32 bit cpus), and is suitable as a replacement for
the ACPI timer on SMP systems (the specs are much better) and as a
replacement for the ITC based synthetic clock for on ia64 systems.
It seems IA64 and AMD64 systems tend to have this. It is likely to start
showing up in i386 systems if it isn't already on some of them.
Revision Changes Path
1.8 +25 -0 src/usr.sbin/acpi/acpidump/acpi.c
1.8 +13 -0 src/usr.sbin/acpi/acpidump/acpidump.h
More information about the cvs-src
mailing list