cvs commit: src/sys/i386/include clock.h src/sys/i386/isa clock.c
src/sys/pc98/pc98 clock.c
John Baldwin
jhb at FreeBSD.org
Wed Mar 9 15:33:58 GMT 2005
jhb 2005-03-09 15:33:58 UTC
FreeBSD src repository
Modified files:
sys/i386/include clock.h
sys/i386/isa clock.c
sys/pc98/pc98 clock.c
Log:
- Remove the BURN_BRIDGES marked support for hooking into the ISA timer 0
interrupt.
- Remove the timer_func variable as it now has a static value of
hardclock() and is only used in one place.
Axe borrowed from: phk
Revision Changes Path
1.51 +0 -4 src/sys/i386/include/clock.h
1.216 +2 -144 src/sys/i386/isa/clock.c
1.142 +2 -144 src/sys/pc98/pc98/clock.c
More information about the cvs-src
mailing list