[BACK]Return to clock.c CVS log [TXT][DIR] Up to [cvs.NetBSD.org] / src / sys / arch / alpha / alpha

Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.

Diff for /src/sys/arch/alpha/alpha/clock.c between version 1.14 and 1.14.2.2

version 1.14, 1996/11/23 06:31:57 version 1.14.2.2, 1997/08/12 05:54:35
Line 1 
Line 1 
 /*      $NetBSD$        */  /* $NetBSD$ */
   
 /*  /*
  * Copyright (c) 1988 University of Utah.   * Copyright (c) 1988 University of Utah.
Line 42 
Line 42 
  *      @(#)clock.c     8.1 (Berkeley) 6/10/93   *      @(#)clock.c     8.1 (Berkeley) 6/10/93
  */   */
   
   #include <machine/options.h>            /* Config options headers */
   #include <sys/cdefs.h>                  /* RCS ID & Copyright macro defns */
   
   __KERNEL_RCSID(0, "$NetBSD$");
   
 #include <sys/param.h>  #include <sys/param.h>
 #include <sys/kernel.h>  #include <sys/kernel.h>
 #include <sys/systm.h>  #include <sys/systm.h>
Line 50 
Line 55 
 #include <machine/rpb.h>  #include <machine/rpb.h>
 #include <machine/autoconf.h>  #include <machine/autoconf.h>
   
 #include <alpha/alpha/clockvar.h>  #include <dev/dec/clockvar.h>
   
 #define SECMIN  ((unsigned)60)                  /* seconds per minute */  #define SECMIN  ((unsigned)60)                  /* seconds per minute */
 #define SECHOUR ((unsigned)(60*SECMIN))         /* seconds per hour */  #define SECHOUR ((unsigned)(60*SECMIN))         /* seconds per hour */

Legend:
Removed from v.1.14  
changed lines
  Added in v.1.14.2.2

CVSweb <webmaster@jp.NetBSD.org>