From 60b78372d59baa8282a1f68f07b437a91f55d2ae Mon Sep 17 00:00:00 2001 From: jhb Date: Mon, 15 Jul 2002 18:59:00 +0000 Subject: [PATCH] Move NTIMECOUNTER and PPS_SYNC from the ISA bus section to the clock options section. --- sys/conf/NOTES | 28 ++++++++++++++-------------- 1 file changed, 14 insertions(+), 14 deletions(-) diff --git a/sys/conf/NOTES b/sys/conf/NOTES index afb39da4a91..de857d9abff 100644 --- a/sys/conf/NOTES +++ b/sys/conf/NOTES @@ -739,6 +739,20 @@ options _KPOSIX_VERSION=199309L options HZ=100 +# If you see the "calcru: negative time of %ld usec for pid %d (%s)\n" +# message you probably have some broken sw/hw which disables interrupts +# for too long. You can make the system more resistant to this by +# choosing a high value for NTIMECOUNTER. The default is 5, there +# is no upper limit but more than a couple of hundred are not productive. + +options NTIMECOUNTER=20 + +# Enable support for the kernel PLL to use an external PPS signal, +# under supervision of [x]ntpd(8) +# More info in ntpd documentation: http://www.eecis.udel.edu/~ntp + +options PPS_SYNC + ##################################################################### # SCSI DEVICES @@ -938,20 +952,6 @@ options MSGBUF_SIZE=40960 # ISA bus # -# Enable support for the kernel PLL to use an external PPS signal, -# under supervision of [x]ntpd(8) -# More info in ntpd documentation: http://www.eecis.udel.edu/~ntp - -options PPS_SYNC - -# If you see the "calcru: negative time of %ld usec for pid %d (%s)\n" -# message you probably have some broken sw/hw which disables interrupts -# for too long. You can make the system more resistant to this by -# choosing a high value for NTIMECOUNTER. The default is 5, there -# is no upper limit but more than a couple of hundred are not productive. - -options NTIMECOUNTER=20 - # # EISA bus # -- 2.45.2