cvs commit: src/sys/i386/isa clock.c src/sys/kern kern_cputimer.c src/sys/sys systimer.h
Matthew Dillon
dillon at crater.dragonflybsd.org
Wed Jun 1 15:26:42 PDT 2005
dillon 2005/06/01 15:25:14 PDT
DragonFly src repository
Modified files:
sys/i386/isa clock.c
sys/kern kern_cputimer.c
sys/sys systimer.h
Log:
Add a simple API tha allows the interrupt timer to efficiently convert
system hardware ticks (e.g. ACPI at 3x the frequency) to interrupt timer
ticks (e.g. 8254 timer 0).
Remove the sysctl code that allows the system hardware timer to be selected
after boot.
Revision Changes Path
1.26 +39 -34 src/sys/i386/isa/clock.c
1.3 +4 -42 src/sys/kern/kern_cputimer.c
1.7 +1 -0 src/sys/sys/systimer.h
http://www.dragonflybsd.org/cvsweb/src/sys/i386/isa/clock.c.diff?r1=1.25&r2=1.26&f=u
http://www.dragonflybsd.org/cvsweb/src/sys/kern/kern_cputimer.c.diff?r1=1.2&r2=1.3&f=u
http://www.dragonflybsd.org/cvsweb/src/sys/sys/systimer.h.diff?r1=1.6&r2=1.7&f=u
More information about the Commits
mailing list