Wed Apr 4 16:25:23 2018 UTC ()
Pull up the following revision, requested by maxv in tickt #691:

	sys/arch/amd64/conf/GENERIC     1.485 (via patch)

Enable SVS by default.


(martin)
diff -r1.459.2.6 -r1.459.2.7 src/sys/arch/amd64/conf/GENERIC

cvs diff -r1.459.2.6 -r1.459.2.7 src/sys/arch/amd64/conf/GENERIC (expand / switch to unified diff)

--- src/sys/arch/amd64/conf/GENERIC 2018/03/22 16:59:03 1.459.2.6
+++ src/sys/arch/amd64/conf/GENERIC 2018/04/04 16:25:23 1.459.2.7
@@ -1,38 +1,38 @@ @@ -1,38 +1,38 @@
1# $NetBSD: GENERIC,v 1.459.2.6 2018/03/22 16:59:03 martin Exp $ 1# $NetBSD: GENERIC,v 1.459.2.7 2018/04/04 16:25:23 martin Exp $
2# 2#
3# GENERIC machine description file 3# GENERIC machine description file
4# 4#
5# This machine description file is used to generate the default NetBSD 5# This machine description file is used to generate the default NetBSD
6# kernel. The generic kernel does not include all options, subsystems 6# kernel. The generic kernel does not include all options, subsystems
7# and device drivers, but should be useful for most applications. 7# and device drivers, but should be useful for most applications.
8# 8#
9# The machine description file can be customised for your specific 9# The machine description file can be customised for your specific
10# machine to reduce the kernel size and improve its performance. 10# machine to reduce the kernel size and improve its performance.
11# 11#
12# For further information on compiling NetBSD kernels, see the config(8) 12# For further information on compiling NetBSD kernels, see the config(8)
13# man page. 13# man page.
14# 14#
15# For further information on hardware support for this architecture, see 15# For further information on hardware support for this architecture, see
16# the intro(4) man page. For further information about kernel options 16# the intro(4) man page. For further information about kernel options
17# for this architecture, see the options(4) man page. For an explanation 17# for this architecture, see the options(4) man page. For an explanation
18# of each device driver in this file see the section 4 man page for the 18# of each device driver in this file see the section 4 man page for the
19# device. 19# device.
20 20
21include "arch/amd64/conf/std.amd64" 21include "arch/amd64/conf/std.amd64"
22 22
23options INCLUDE_CONFIG_FILE # embed config file in kernel binary 23options INCLUDE_CONFIG_FILE # embed config file in kernel binary
24 24
25#ident "GENERIC-$Revision: 1.459.2.6 $" 25#ident "GENERIC-$Revision: 1.459.2.7 $"
26 26
27maxusers 64 # estimated number of users 27maxusers 64 # estimated number of users
28 28
29# delay between "rebooting ..." message and hardware reset, in milliseconds 29# delay between "rebooting ..." message and hardware reset, in milliseconds
30#options CPURESET_DELAY=2000 30#options CPURESET_DELAY=2000
31 31
32# This option allows you to force a serial console at the specified 32# This option allows you to force a serial console at the specified
33# I/O address. see console(4) for details. 33# I/O address. see console(4) for details.
34#options CONSDEVNAME="\"com\"",CONADDR=0x2f8,CONSPEED=57600 34#options CONSDEVNAME="\"com\"",CONADDR=0x2f8,CONSPEED=57600
35# you don't want the option below ON iff you are using the 35# you don't want the option below ON iff you are using the
36# serial console option of the new boot strap code. 36# serial console option of the new boot strap code.
37#options CONS_OVERRIDE # Always use above! independent of boot info 37#options CONS_OVERRIDE # Always use above! independent of boot info
38 38
@@ -64,27 +64,27 @@ options CPU_UCODE # cpu ucode loading s @@ -64,27 +64,27 @@ options CPU_UCODE # cpu ucode loading s
64 64
65# Note: SysV IPC parameters could be changed dynamically, see sysctl(8). 65# Note: SysV IPC parameters could be changed dynamically, see sysctl(8).
66options SYSVMSG # System V-like message queues 66options SYSVMSG # System V-like message queues
67options SYSVSEM # System V-like semaphores 67options SYSVSEM # System V-like semaphores
68options SYSVSHM # System V-like memory sharing 68options SYSVSHM # System V-like memory sharing
69 69
70options MODULAR # new style module(7) framework 70options MODULAR # new style module(7) framework
71options MODULAR_DEFAULT_AUTOLOAD 71options MODULAR_DEFAULT_AUTOLOAD
72options USERCONF # userconf(4) support 72options USERCONF # userconf(4) support
73#options PIPE_SOCKETPAIR # smaller, but slower pipe(2) 73#options PIPE_SOCKETPAIR # smaller, but slower pipe(2)
74options SYSCTL_INCLUDE_DESCR # Include sysctl descriptions in kernel 74options SYSCTL_INCLUDE_DESCR # Include sysctl descriptions in kernel
75 75
76# CPU-related options 76# CPU-related options
77#options SVS # Separate Virtual Space 77options SVS # Separate Virtual Space
78 78
79# CPU features 79# CPU features
80acpicpu* at cpu? # ACPI CPU (including frequency scaling) 80acpicpu* at cpu? # ACPI CPU (including frequency scaling)
81coretemp* at cpu? # Intel on-die thermal sensor 81coretemp* at cpu? # Intel on-die thermal sensor
82est0 at cpu0 # Intel Enhanced SpeedStep (non-ACPI) 82est0 at cpu0 # Intel Enhanced SpeedStep (non-ACPI)
83#odcm0 at cpu0 # On-demand clock modulation 83#odcm0 at cpu0 # On-demand clock modulation
84powernow0 at cpu0 # AMD PowerNow! and Cool'n'Quiet (non-ACPI) 84powernow0 at cpu0 # AMD PowerNow! and Cool'n'Quiet (non-ACPI)
85vmt0 at cpu0 # VMware Tools 85vmt0 at cpu0 # VMware Tools
86 86
87options PMC # performance-monitoring counters support 87options PMC # performance-monitoring counters support
88 88
89# Alternate buffer queue strategies for better responsiveness under high 89# Alternate buffer queue strategies for better responsiveness under high
90# disk I/O load. 90# disk I/O load.