defparam HZ.
This commit is contained in:
parent
fb277865d7
commit
3998262d5e
|
@ -1,4 +1,4 @@
|
|||
/* $NetBSD: clock.c,v 1.28 2003/07/15 03:35:56 lukem Exp $ */
|
||||
/* $NetBSD: clock.c,v 1.29 2004/07/01 12:44:26 yamt Exp $ */
|
||||
|
||||
/*-
|
||||
* Copyright (c) 2002 The NetBSD Foundation, Inc.
|
||||
|
@ -37,9 +37,10 @@
|
|||
*/
|
||||
|
||||
#include <sys/cdefs.h>
|
||||
__KERNEL_RCSID(0, "$NetBSD: clock.c,v 1.28 2003/07/15 03:35:56 lukem Exp $");
|
||||
__KERNEL_RCSID(0, "$NetBSD: clock.c,v 1.29 2004/07/01 12:44:26 yamt Exp $");
|
||||
|
||||
#include "opt_pclock.h"
|
||||
#include "opt_hz.h"
|
||||
#include "wdog.h"
|
||||
|
||||
#include <sys/param.h>
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
# $NetBSD: files,v 1.677 2004/06/22 14:17:07 itojun Exp $
|
||||
# $NetBSD: files,v 1.678 2004/07/01 12:44:26 yamt Exp $
|
||||
|
||||
# @(#)files.newconf 7.5 (Berkeley) 5/10/93
|
||||
|
||||
|
@ -21,6 +21,7 @@ defflag KTRACE
|
|||
defflag SYSTRACE
|
||||
defparam MAXUPRC
|
||||
defparam RTC_OFFSET
|
||||
defparam HZ
|
||||
defparam DEFCORENAME
|
||||
defflag opt_pipe.h PIPE_SOCKETPAIR PIPE_NODIRECT
|
||||
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
/* $NetBSD: param.c,v 1.45 2003/12/31 12:34:22 martin Exp $ */
|
||||
/* $NetBSD: param.c,v 1.46 2004/07/01 12:44:26 yamt Exp $ */
|
||||
|
||||
/*
|
||||
* Copyright (c) 1980, 1986, 1989 Regents of the University of California.
|
||||
|
@ -37,8 +37,9 @@
|
|||
*/
|
||||
|
||||
#include <sys/cdefs.h>
|
||||
__KERNEL_RCSID(0, "$NetBSD: param.c,v 1.45 2003/12/31 12:34:22 martin Exp $");
|
||||
__KERNEL_RCSID(0, "$NetBSD: param.c,v 1.46 2004/07/01 12:44:26 yamt Exp $");
|
||||
|
||||
#include "opt_hz.h"
|
||||
#include "opt_rtc_offset.h"
|
||||
#include "opt_sysv.h"
|
||||
#include "opt_sysvparam.h"
|
||||
|
|
Loading…
Reference in New Issue