Page Menu
Home
FreeBSD
Search
Configure Global Search
Log In
Files
F115897366
D44785.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
D44785.diff
View Options
diff --git a/sys/amd64/conf/NOTES b/sys/amd64/conf/NOTES
--- a/sys/amd64/conf/NOTES
+++ b/sys/amd64/conf/NOTES
@@ -554,14 +554,6 @@
#
device amdsmn
-#
-# Number of initial kernel page table pages used for early bootstrap.
-# This number should include enough pages to map the kernel and any
-# modules or other data loaded with the kernel by the loader. Each
-# page table page maps 2MB.
-#
-options NKPT=31
-
# EFI Runtime Services support
options EFIRT
@@ -596,6 +588,14 @@
#####################################################################
# VM OPTIONS
+#
+# Number of initial kernel page table pages used for early bootstrap.
+# This number should include enough pages to map the kernel and any
+# modules or other data loaded with the kernel by the loader. Each
+# page table page maps 2MB.
+#
+options NKPT=31
+
# KSTACK_PAGES is the number of memory pages to assign to the kernel
# stack of each thread.
diff --git a/sys/i386/conf/NOTES b/sys/i386/conf/NOTES
--- a/sys/i386/conf/NOTES
+++ b/sys/i386/conf/NOTES
@@ -764,6 +764,22 @@
#
options ENABLE_ALART # Control alarm on Intel intpm driver
+#
+# HID-over-I2C support
+#
+device iichid # HID-over-I2C support
+options IICHID_DEBUG # Enable HID-over-I2C debug messages
+options IICHID_SAMPLING # Workaround missing GPIO INTR support
+
+#####################################################################
+# ABI Emulation
+
+# Enable (32-bit) a.out binary support
+options COMPAT_AOUT
+
+#####################################################################
+# VM OPTIONS
+
#
# Set the number of PV entries per process. Increasing this can
# stop panics related to heavy use of shared memory. However, that can
@@ -786,22 +802,6 @@
#
options NKPT=31
-#
-# HID-over-I2C support
-#
-device iichid # HID-over-I2C support
-options IICHID_DEBUG # Enable HID-over-I2C debug messages
-options IICHID_SAMPLING # Workaround missing GPIO INTR support
-
-#####################################################################
-# ABI Emulation
-
-# Enable (32-bit) a.out binary support
-options COMPAT_AOUT
-
-#####################################################################
-# VM OPTIONS
-
# KSTACK_PAGES is the number of memory pages to assign to the kernel
# stack of each thread.
File Metadata
Details
Attached
Mime Type
text/plain
Expires
Thu, May 1, 3:48 AM (20 h, 58 m)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
17872058
Default Alt Text
D44785.diff (2 KB)
Attached To
Mode
D44785: x86 NOTES: Move NKPT and PMAP_SHPGPERPROC options to VM OPTIONS section
Attached
Detach File
Event Timeline
Log In to Comment