DragonFly commits List (threaded) for 2007-04
[
Date Prev][
Date Next]
[
Thread Prev][
Thread Next]
[
Date Index][
Thread Index]
cvs commit: src/sys/sys systimer.h src/sys/kern kern_systimer.c
dillon 2007/04/29 23:57:38 PDT
DragonFly src repository
Modified files:
sys/sys systimer.h
sys/kern kern_systimer.c
Log:
Store the frequency and cputimer used to initialize a periodic systimer.
If the system cputimer changes, periodic systimers will be adjusted at
the next timeout.
This allows the cputimer to be changed with only minor glitches, which
in turn will allow us to initialize with the 8254 and then later change
over to the ACPI timer.
Theoretically this allows the cputimer to be changed on the fly, after
the system has booted, but the sysctl is read-only for now.
Revision Changes Path
1.13 +4 -0 src/sys/sys/systimer.h
1.9 +28 -0 src/sys/kern/kern_systimer.c
http://www.dragonflybsd.org/cvsweb/src/sys/sys/systimer.h.diff?r1=1.12&r2=1.13&f=u
http://www.dragonflybsd.org/cvsweb/src/sys/kern/kern_systimer.c.diff?r1=1.8&r2=1.9&f=u
[
Date Prev][
Date Next]
[
Thread Prev][
Thread Next]
[
Date Index][
Thread Index]