From 65b4d6cf237a5005dbcd4d5b0bfaaf59cd2e3b6e Mon Sep 17 00:00:00 2001 From: sevan Date: Tue, 23 Jan 2018 14:47:53 +0000 Subject: 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 --- sys/arch/atari/conf/GENERIC.in | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'sys/arch/atari') diff --git a/sys/arch/atari/conf/GENERIC.in b/sys/arch/atari/conf/GENERIC.in index af7d519f338..9924de2ff47 100644 --- a/sys/arch/atari/conf/GENERIC.in +++ b/sys/arch/atari/conf/GENERIC.in @@ -1,5 +1,5 @@ # -# $NetBSD: GENERIC.in,v 1.114 2017/09/14 07:58:39 mrg Exp $ +# $NetBSD: GENERIC.in,v 1.115 2018/01/23 14:47:54 sevan Exp $ # # Generic atari # @@ -42,8 +42,8 @@ options HZ=64 # Set the clock-rate (48/64/96) options INSECURE # disable kernel security levels #options NTP # NTP phase/frequency locked loop -# 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 -- cgit