Index: /usr/src1/sys/i386/isa/clock.c =================================================================== RCS file: /mnt/share/dragonfly-cvs/src/sys/i386/isa/clock.c,v retrieving revision 1.45 diff -u -r1.45 clock.c --- /usr/src1/sys/i386/isa/clock.c 24 Dec 2005 20:34:04 -0000 1.45 +++ /usr/src1/sys/i386/isa/clock.c 16 Jan 2006 00:07:46 -0000 @@ -109,7 +109,7 @@ #endif static uint8_t i8254_walltimer_sel; -static uint16_t i8254_walltimer_cntr; +static uint32_t i8254_walltimer_cntr; int adjkerntz; /* local offset from GMT in seconds */ int disable_rtc_set; /* disable resettodr() if != 0 */