Put clock calibration #defines in opt_clock.h to ease reconfiguration

This commit is contained in:
Paul Traina 1996-06-11 16:02:55 +00:00
parent becc874444
commit 6d715e951e
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=16299
7 changed files with 20 additions and 7 deletions

View file

@ -34,7 +34,7 @@
* SUCH DAMAGE.
*
* from: @(#)clock.c 7.2 (Berkeley) 5/12/91
* $Id: clock.c,v 1.57 1996/04/22 19:40:28 nate Exp $
* $Id: clock.c,v 1.58 1996/05/01 08:39:02 bde Exp $
*/
/*
@ -48,6 +48,7 @@
* Primitive clock interrupt routines.
*/
#include "opt_ddb.h"
#include "opt_clock.h"
#include <sys/param.h>
#include <sys/systm.h>

View file

@ -34,7 +34,7 @@
* SUCH DAMAGE.
*
* from: @(#)clock.c 7.2 (Berkeley) 5/12/91
* $Id: clock.c,v 1.57 1996/04/22 19:40:28 nate Exp $
* $Id: clock.c,v 1.58 1996/05/01 08:39:02 bde Exp $
*/
/*
@ -48,6 +48,7 @@
* Primitive clock interrupt routines.
*/
#include "opt_ddb.h"
#include "opt_clock.h"
#include <sys/param.h>
#include <sys/systm.h>

View file

@ -1,4 +1,4 @@
# $Id: options.i386,v 1.12 1996/05/01 03:30:04 bde Exp $
# $Id: options.i386,v 1.13 1996/05/11 04:39:44 bde Exp $
BOUNCEPAGES opt_bounce.h
USER_LDT
MATH_EMULATE opt_math_emulate.h
@ -23,3 +23,7 @@ FAT_CURSOR opt_pcvt.h
PCVT_FREEBSD opt_pcvt.h
PCVT_SCANSET opt_pcvt.h
XSERVER opt_pcvt.h
CLK_CALIBRATION_LOOP opt_clock.h
CLK_USE_I8254_CALIBRATION opt_clock.h
CLK_USE_I586_CALIBRATION opt_clock.h

View file

@ -1,4 +1,4 @@
# $Id: options.i386,v 1.12 1996/05/01 03:30:04 bde Exp $
# $Id: options.i386,v 1.13 1996/05/11 04:39:44 bde Exp $
BOUNCEPAGES opt_bounce.h
USER_LDT
MATH_EMULATE opt_math_emulate.h
@ -23,3 +23,7 @@ FAT_CURSOR opt_pcvt.h
PCVT_FREEBSD opt_pcvt.h
PCVT_SCANSET opt_pcvt.h
XSERVER opt_pcvt.h
CLK_CALIBRATION_LOOP opt_clock.h
CLK_USE_I8254_CALIBRATION opt_clock.h
CLK_USE_I586_CALIBRATION opt_clock.h

View file

@ -34,7 +34,7 @@
* SUCH DAMAGE.
*
* from: @(#)clock.c 7.2 (Berkeley) 5/12/91
* $Id: clock.c,v 1.57 1996/04/22 19:40:28 nate Exp $
* $Id: clock.c,v 1.58 1996/05/01 08:39:02 bde Exp $
*/
/*
@ -48,6 +48,7 @@
* Primitive clock interrupt routines.
*/
#include "opt_ddb.h"
#include "opt_clock.h"
#include <sys/param.h>
#include <sys/systm.h>

View file

@ -34,7 +34,7 @@
* SUCH DAMAGE.
*
* from: @(#)clock.c 7.2 (Berkeley) 5/12/91
* $Id: clock.c,v 1.57 1996/04/22 19:40:28 nate Exp $
* $Id: clock.c,v 1.58 1996/05/01 08:39:02 bde Exp $
*/
/*
@ -48,6 +48,7 @@
* Primitive clock interrupt routines.
*/
#include "opt_ddb.h"
#include "opt_clock.h"
#include <sys/param.h>
#include <sys/systm.h>

View file

@ -34,7 +34,7 @@
* SUCH DAMAGE.
*
* from: @(#)clock.c 7.2 (Berkeley) 5/12/91
* $Id: clock.c,v 1.57 1996/04/22 19:40:28 nate Exp $
* $Id: clock.c,v 1.58 1996/05/01 08:39:02 bde Exp $
*/
/*
@ -48,6 +48,7 @@
* Primitive clock interrupt routines.
*/
#include "opt_ddb.h"
#include "opt_clock.h"
#include <sys/param.h>
#include <sys/systm.h>