Implement a new cputimer infrastructure to allow us to support different
authorMatthew Dillon <dillon@dragonflybsd.org>
Wed, 1 Jun 2005 17:43:46 +0000 (17:43 +0000)
committerMatthew Dillon <dillon@dragonflybsd.org>
Wed, 1 Jun 2005 17:43:46 +0000 (17:43 +0000)
commit044ee7c4372374735fa743008110f1e1456c347e
tree9392ecfe71f91a198d89b2b22f382255e2b8ef59
parent237770a00397f88e45758300a20c66a938505668
Implement a new cputimer infrastructure to allow us to support different
time bases.  This is in preparation for adding support for the ACPI timer
as the system's free-running counter instead of the i8254 timer 1 or timer 2.
sys/dev/misc/pps/pps.c
sys/dev/serial/sio/sio.c
sys/i386/isa/clock.c
sys/kern/kern_clock.c
sys/kern/kern_intr.c
sys/kern/kern_random.c
sys/kern/kern_systimer.c
sys/kern/kern_time.c
sys/platform/pc32/isa/clock.c
sys/sys/systimer.h