summaryrefslogtreecommitdiffstats
path: root/sys
diff options
context:
space:
mode:
authorjhb <jhb@FreeBSD.org>2002-07-15 18:59:00 +0000
committerjhb <jhb@FreeBSD.org>2002-07-15 18:59:00 +0000
commit60b78372d59baa8282a1f68f07b437a91f55d2ae (patch)
treec0571ff5b571fe67d704a696ad641fed05921b1d /sys
parent36084586c85b0b689c68f1a3680411faaa6d3d06 (diff)
downloadFreeBSD-src-60b78372d59baa8282a1f68f07b437a91f55d2ae.zip
FreeBSD-src-60b78372d59baa8282a1f68f07b437a91f55d2ae.tar.gz
Move NTIMECOUNTER and PPS_SYNC from the ISA bus section to the clock
options section.
Diffstat (limited to 'sys')
-rw-r--r--sys/conf/NOTES28
1 files changed, 14 insertions, 14 deletions
diff --git a/sys/conf/NOTES b/sys/conf/NOTES
index afb39da..de857d9 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
#
OpenPOWER on IntegriCloud