aboutsummaryrefslogtreecommitdiff
path: root/sys/amd64
diff options
context:
space:
mode:
authorSergey Babkin <babkin@FreeBSD.org>2006-06-25 18:37:44 +0000
committerSergey Babkin <babkin@FreeBSD.org>2006-06-25 18:37:44 +0000
commit7a799f1ef0eca608477b6d3b0e7ee4a458ef7330 (patch)
tree55b915a8ffbed38f4e2c53f4f5ebebf9b363c793 /sys/amd64
parent92d4d9230cb29ff8c621385c3029e06929109f1e (diff)
Notes
Diffstat (limited to 'sys/amd64')
-rw-r--r--sys/amd64/conf/GENERIC1
1 files changed, 1 insertions, 0 deletions
diff --git a/sys/amd64/conf/GENERIC b/sys/amd64/conf/GENERIC
index b27c52dd9b9a..222c8d4fd8dd 100644
--- a/sys/amd64/conf/GENERIC
+++ b/sys/amd64/conf/GENERIC
@@ -59,6 +59,7 @@ options _KPOSIX_PRIORITY_SCHEDULING # POSIX P1003_1B real-time extensions
options KBD_INSTALL_CDEV # install a CDEV entry in /dev
options ADAPTIVE_GIANT # Giant mutex is adaptive.
options STOP_NMI # Stop CPUS using NMI instead of IPI
+#options COMMONID # Enable support for common UID/GID space
# Debugging for use in -current
options KDB # Enable kernel debugger support.