DEFAULTS: move intrng to DEFAULTS for its platforms.

Sponsored by:		Netflix
Reviewed by:		manu, kevans
Differential Revision:	https://reviews.freebsd.org/D37107
This commit is contained in:
Warner Losh 2022-10-24 12:11:58 -06:00
parent eca818c872
commit d4f6b11f66
7 changed files with 3 additions and 5 deletions

View file

@ -7,4 +7,4 @@ device mem
# Default congestion control algorithm
options CC_CUBIC # include CUBIC congestion control
options INTRNG # All arm systems use INTRNG these days

View file

@ -3,7 +3,6 @@
# $FreeBSD$
options HZ=1000
options INTRNG # All arm systems use INTRNG these days
options PREEMPTION # Enable kernel thread preemption
options VIMAGE # Subsystem virtualization, e.g. VNET
options INET # InterNETworking

View file

@ -3,7 +3,6 @@
# $FreeBSD$
options HZ=1000
options INTRNG # All arm systems use INTRNG these days
options PREEMPTION # Enable kernel thread preemption
options VIMAGE # Subsystem virtualization, e.g. VNET
options INET # InterNETworking

View file

@ -17,3 +17,4 @@ options GEOM_PART_GPT
options CC_CUBIC # include CUBIC congestion control
options NEW_PCIB
options INTRNG

View file

@ -65,7 +65,6 @@ options VFP # Floating-point support
options RACCT # Resource accounting framework
options RACCT_DEFAULT_TO_DISABLED # Set kern.racct.enable=0 by default
options RCTL # Resource limits
options INTRNG
options LINUX_BOOT_ABI # Boot using booti command from U-Boot
options PERTHREAD_SSP # Per-thread SSP canary

View file

@ -17,3 +17,4 @@ options GEOM_PART_GPT
options CC_CUBIC # include CUBIC congestion control
options NEW_PCIB
options INTRNG

View file

@ -77,7 +77,6 @@ options RACCT # Resource accounting framework
options RACCT_DEFAULT_TO_DISABLED # Set kern.racct.enable=0 by default
options RCTL # Resource limits
options SMP
options INTRNG
# RISC-V SBI console
device rcons