diff options
| author | sevan <sevan@NetBSD.org> | 2018-01-23 14:47:53 +0000 |
|---|---|---|
| committer | sevan <sevan@NetBSD.org> | 2018-01-23 14:47:53 +0000 |
| commit | 65b4d6cf237a5005dbcd4d5b0bfaaf59cd2e3b6e (patch) | |
| tree | 23ebc170676573c78690da2e97aca5c68d7a3d41 /sys/arch/sun2 | |
| parent | c51c053953bbbbd01a3537ea0511216b05cc7e4f (diff) | |
Alternate buffer queue strategies no longer considered experimental, update
description.
Discussed on tech-kern
http://mail-index.netbsd.org/tech-kern/2018/01/21/msg023002.html
Diffstat (limited to 'sys/arch/sun2')
| -rw-r--r-- | sys/arch/sun2/conf/GENERIC | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/sys/arch/sun2/conf/GENERIC b/sys/arch/sun2/conf/GENERIC index 22ff5aa030a..9a528050300 100644 --- a/sys/arch/sun2/conf/GENERIC +++ b/sys/arch/sun2/conf/GENERIC @@ -1,4 +1,4 @@ -# $NetBSD: GENERIC,v 1.98 2017/09/14 07:58:43 mrg Exp $ +# $NetBSD: GENERIC,v 1.99 2018/01/23 14:47:56 sevan Exp $ # # GENERIC machine description file # @@ -25,7 +25,7 @@ include "arch/sun2/conf/std.sun2" #options INCLUDE_CONFIG_FILE # embed config file in kernel binary -#ident "GENERIC-$Revision: 1.98 $" +#ident "GENERIC-$Revision: 1.99 $" makeoptions COPTS="-Os" # optimize for size @@ -45,8 +45,8 @@ options SYSVSHM # System V shared memory #options PIPE_SOCKETPAIR # smaller, but slower pipe(2) #options SYSCTL_INCLUDE_DESCR # Include sysctl descriptions in kernel -# Enable experimental buffer queue strategy for better responsiveness under -# high disk I/O load. Use it with caution - it's not proven to be stable yet. +# Alternate buffer queue strategies for better responsiveness under high +# disk I/O load. #options BUFQ_READPRIO #options BUFQ_PRIOCSCAN |
