Enable PPS_SYNC on amd64, arm64 and armv7
Remove the option from NOTES/LINT, and add to NOTES for powerpc and riscv. PR: 259036 Requested by: John Hay <john@sanren.ac.za> Discussed with: ian, imp Sponsored by: The FreeBSD Foundation MFC after: 1 week
This commit is contained in:
parent
93e0523499
commit
e81e77c5a0
@ -138,6 +138,12 @@ options PCI_IOV # PCI SR-IOV support
|
||||
|
||||
options COMPAT_LINUXKPI
|
||||
|
||||
# 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
|
||||
|
||||
# Floppy drives
|
||||
device fdc
|
||||
|
||||
|
@ -84,3 +84,9 @@ options VERBOSE_SYSINIT=0 # Support debug.verbose_sysinit, off by default
|
||||
#options KTR_VERBOSE=0
|
||||
#options USB_REQ_DEBUG
|
||||
#options USB_VERBOSE
|
||||
|
||||
# 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
|
||||
|
@ -96,3 +96,9 @@ options NETDUMP # netdump(4) client support
|
||||
|
||||
# Make an SMP-capable kernel by default
|
||||
options SMP # Symmetric MultiProcessor Kernel
|
||||
|
||||
# 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
|
||||
|
@ -1245,12 +1245,6 @@ options CAPABILITY_MODE # sandboxes with no global namespace access
|
||||
|
||||
options HZ=100
|
||||
|
||||
# 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
|
||||
|
||||
# Enable support for generic feed-forward clocks in the kernel.
|
||||
# The feed-forward clock support is an alternative to the feedback oriented
|
||||
# ntpd/system clock approach, and is to be used with a feed-forward
|
||||
|
@ -46,6 +46,8 @@ options PSIM #GDB PSIM ppc simulator
|
||||
options MAMBO #IBM Mambo Full System Simulator
|
||||
options QEMU #QEMU processor emulator
|
||||
|
||||
options PPS_SYNC
|
||||
|
||||
# The cpufreq(4) driver provides support for CPU frequency control
|
||||
device cpufreq
|
||||
|
||||
|
@ -20,6 +20,8 @@ options FPE # Floating-point extension support
|
||||
options RACCT_DEFAULT_TO_DISABLED # Set kern.racct.enable=0 by default
|
||||
options INTRNG # Include INTRNG framework
|
||||
|
||||
options PPS_SYNC
|
||||
|
||||
# RISC-V SBI console
|
||||
device rcons
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user