Page Menu
Home
FreeBSD
Search
Configure Global Search
Log In
Files
F102811399
D37107.diff
No One
Temporary
Actions
View File
Edit File
Delete File
View Transforms
Subscribe
Mute Notifications
Flag For Later
Award Token
Size
2 KB
Referenced Files
None
Subscribers
None
D37107.diff
View Options
diff --git a/sys/arm/conf/DEFAULTS b/sys/arm/conf/DEFAULTS
--- a/sys/arm/conf/DEFAULTS
+++ b/sys/arm/conf/DEFAULTS
@@ -7,4 +7,4 @@
# Default congestion control algorithm
options CC_CUBIC # include CUBIC congestion control
-
+options INTRNG # All arm systems use INTRNG these days
diff --git a/sys/arm/conf/std.armv6 b/sys/arm/conf/std.armv6
--- a/sys/arm/conf/std.armv6
+++ b/sys/arm/conf/std.armv6
@@ -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
diff --git a/sys/arm/conf/std.armv7 b/sys/arm/conf/std.armv7
--- a/sys/arm/conf/std.armv7
+++ b/sys/arm/conf/std.armv7
@@ -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
diff --git a/sys/arm64/conf/DEFAULTS b/sys/arm64/conf/DEFAULTS
--- a/sys/arm64/conf/DEFAULTS
+++ b/sys/arm64/conf/DEFAULTS
@@ -17,3 +17,4 @@
options CC_CUBIC # include CUBIC congestion control
options NEW_PCIB
+options INTRNG
diff --git a/sys/arm64/conf/std.arm64 b/sys/arm64/conf/std.arm64
--- a/sys/arm64/conf/std.arm64
+++ b/sys/arm64/conf/std.arm64
@@ -65,7 +65,6 @@
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
diff --git a/sys/riscv/conf/DEFAULTS b/sys/riscv/conf/DEFAULTS
--- a/sys/riscv/conf/DEFAULTS
+++ b/sys/riscv/conf/DEFAULTS
@@ -17,3 +17,4 @@
options CC_CUBIC # include CUBIC congestion control
options NEW_PCIB
+options INTRNG
diff --git a/sys/riscv/conf/GENERIC b/sys/riscv/conf/GENERIC
--- a/sys/riscv/conf/GENERIC
+++ b/sys/riscv/conf/GENERIC
@@ -77,7 +77,6 @@
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
File Metadata
Details
Attached
Mime Type
text/plain
Expires
Mon, Nov 18, 12:12 PM (20 h, 47 m)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
14697455
Default Alt Text
D37107.diff (2 KB)
Attached To
Mode
D37107: DEFAULTS: move intrng to DEFAULTS for its platforms.
Attached
Detach File
Event Timeline
Log In to Comment