Module Name:    src
Committed By:   nia
Date:           Mon Mar 16 19:09:34 UTC 2020

Modified Files:
        src/sys/arch/i386/conf: GENERIC
        src/sys/arch/macppc/conf: GENERIC
        src/sys/arch/sparc64/conf: GENERIC

Log Message:
Lower blk_ms on more ports that are even slightly likely to play video


To generate a diff of this commit:
cvs rdiff -u -r1.1225 -r1.1226 src/sys/arch/i386/conf/GENERIC
cvs rdiff -u -r1.364 -r1.365 src/sys/arch/macppc/conf/GENERIC
cvs rdiff -u -r1.224 -r1.225 src/sys/arch/sparc64/conf/GENERIC

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: src/sys/arch/i386/conf/GENERIC
diff -u src/sys/arch/i386/conf/GENERIC:1.1225 src/sys/arch/i386/conf/GENERIC:1.1226
--- src/sys/arch/i386/conf/GENERIC:1.1225	Mon Feb 17 06:32:46 2020
+++ src/sys/arch/i386/conf/GENERIC	Mon Mar 16 19:09:34 2020
@@ -1,4 +1,4 @@
-# $NetBSD: GENERIC,v 1.1225 2020/02/17 06:32:46 nisimura Exp $
+# $NetBSD: GENERIC,v 1.1226 2020/03/16 19:09:34 nia Exp $
 #
 # GENERIC machine description file
 #
@@ -22,7 +22,7 @@ include 	"arch/i386/conf/std.i386"
 
 options 	INCLUDE_CONFIG_FILE	# embed config file in kernel binary
 
-#ident		"GENERIC-$Revision: 1.1225 $"
+#ident		"GENERIC-$Revision: 1.1226 $"
 
 maxusers	64		# estimated number of users
 
@@ -77,6 +77,9 @@ options 	MULTIBOOT	# Multiboot support (
 
 options 	INSECURE	# disable kernel security levels - X needs this
 
+options		AUDIO_BLK_MS=4	# make software with low latency needs performant
+				# no substantial CPU overhead on this platform
+
 options 	RTC_OFFSET=0	# hardware clock is this many mins. west of GMT
 options 	NTP		# NTP phase/frequency locked loop
 

Index: src/sys/arch/macppc/conf/GENERIC
diff -u src/sys/arch/macppc/conf/GENERIC:1.364 src/sys/arch/macppc/conf/GENERIC:1.365
--- src/sys/arch/macppc/conf/GENERIC:1.364	Mon Jan 27 20:54:59 2020
+++ src/sys/arch/macppc/conf/GENERIC	Mon Mar 16 19:09:34 2020
@@ -1,4 +1,4 @@
-# $NetBSD: GENERIC,v 1.364 2020/01/27 20:54:59 macallan Exp $
+# $NetBSD: GENERIC,v 1.365 2020/03/16 19:09:34 nia Exp $
 #
 # GENERIC machine description file
 # 
@@ -22,7 +22,7 @@ include		"arch/macppc/conf/std.macppc"
 
 options 	INCLUDE_CONFIG_FILE	# embed config file in kernel binary
 
-#ident 		"GENERIC-$Revision: 1.364 $"
+#ident 		"GENERIC-$Revision: 1.365 $"
 
 maxusers	32
 
@@ -31,6 +31,9 @@ options 	ALTIVEC		# Include AltiVec supp
 # Standard system options
 options 	INSECURE	# disable kernel security levels
 
+options		AUDIO_BLK_MS=4	# make software with low latency needs performant
+				# no substantial CPU overhead on this platform
+
 options 	RTC_OFFSET=0	# hardware clock is this many mins. west of GMT
 options 	NTP		# NTP phase/frequency locked loop
 options 	KTRACE		# system call tracing via ktrace(1)

Index: src/sys/arch/sparc64/conf/GENERIC
diff -u src/sys/arch/sparc64/conf/GENERIC:1.224 src/sys/arch/sparc64/conf/GENERIC:1.225
--- src/sys/arch/sparc64/conf/GENERIC:1.224	Wed Jan 29 18:39:03 2020
+++ src/sys/arch/sparc64/conf/GENERIC	Mon Mar 16 19:09:34 2020
@@ -1,4 +1,4 @@
-# $NetBSD: GENERIC,v 1.224 2020/01/29 18:39:03 maya Exp $
+# $NetBSD: GENERIC,v 1.225 2020/03/16 19:09:34 nia Exp $
 #
 # GENERIC machine description file
 #
@@ -22,7 +22,7 @@ include 	"arch/sparc64/conf/std.sparc64"
 
 options 	INCLUDE_CONFIG_FILE	# embed config file in kernel binary
 
-#ident		"GENERIC-$Revision: 1.224 $"
+#ident		"GENERIC-$Revision: 1.225 $"
 
 maxusers	64
 
@@ -48,6 +48,9 @@ config		netbsd	root on ? type ?
 #options 	UVMHIST
 #options 	UVMHIST_PRINT	# Loud!
 
+options		AUDIO_BLK_MS=4	# make software with low latency needs performant
+				# no substantial CPU overhead on this platform
+
 ## System call tracing (see ktrace(1)).
 options 	KTRACE
 

Reply via email to