cvs commit: src/sys/i386/isa clock.c
John Baldwin
jhb at FreeBSD.org
Fri Jul 1 15:47:28 GMT 2005
jhb 2005-07-01 15:47:28 UTC
FreeBSD src repository
Modified files:
sys/i386/isa clock.c
Log:
Use a simpler implementation for the i8254 timecounter when using the lapic
timer since irq0 isn't being driven at hz in that case and we don't need to
try to handle edge cases with rollover, etc. that require irq0 to be firing
for the timecounter to actually work.
Submitted by: phk
Tested by: schweikh
Approved by: re (scottl)
Revision Changes Path
1.221 +35 -12 src/sys/i386/isa/clock.c
More information about the cvs-src
mailing list