Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. =================================================================== RCS file: /ftp/cvs/cvsroot/src/sys/arch/x86/isa/clock.c,v rcsdiff: /ftp/cvs/cvsroot/src/sys/arch/x86/isa/clock.c,v: warning: Unknown phrases like `commitid ...;' are present. retrieving revision 1.33 retrieving revision 1.34 diff -u -p -r1.33 -r1.34 --- src/sys/arch/x86/isa/clock.c 2009/06/16 21:05:34 1.33 +++ src/sys/arch/x86/isa/clock.c 2019/02/15 08:54:01 1.34 @@ -1,4 +1,4 @@ -/* $NetBSD: clock.c,v 1.33 2009/06/16 21:05:34 bouyer Exp $ */ +/* $NetBSD: clock.c,v 1.34 2019/02/15 08:54:01 nonaka Exp $ */ /*- * Copyright (c) 1990 The Regents of the University of California. @@ -121,7 +121,7 @@ WITH THE USE OR PERFORMANCE OF THIS SOFT */ #include -__KERNEL_RCSID(0, "$NetBSD: clock.c,v 1.33 2009/06/16 21:05:34 bouyer Exp $"); +__KERNEL_RCSID(0, "$NetBSD: clock.c,v 1.34 2019/02/15 08:54:01 nonaka Exp $"); /* #define CLOCKDEBUG */ /* #define CLOCK_PARANOIA */ @@ -183,8 +183,8 @@ int clock_debug = 0; #define DPRINTF(arg) #endif -/* Used by lapic.c */ -unsigned int gettick(void); +void (*x86_delay)(unsigned int) = i8254_delay; + void sysbeep(int, int); static void tickle_tc(void);