Module Name:    src
Committed By:   nia
Date:           Mon Jan 18 00:32:38 UTC 2021

Modified Files:
        src/sys/arch/evbarm/conf: GENERIC.common

Log Message:
disable compat_ossaudio, it's not useful without compat_linux

when running netbsd binaries we use userspace libossaudio instead.

"oh. plz undo then. badly named option" - jmcneill


To generate a diff of this commit:
cvs rdiff -u -r1.45 -r1.46 src/sys/arch/evbarm/conf/GENERIC.common

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/evbarm/conf/GENERIC.common
diff -u src/sys/arch/evbarm/conf/GENERIC.common:1.45 src/sys/arch/evbarm/conf/GENERIC.common:1.46
--- src/sys/arch/evbarm/conf/GENERIC.common:1.45	Sat Jan 16 20:33:32 2021
+++ src/sys/arch/evbarm/conf/GENERIC.common	Mon Jan 18 00:32:38 2021
@@ -1,5 +1,5 @@
 #
-#	$NetBSD: GENERIC.common,v 1.45 2021/01/16 20:33:32 jmcneill Exp $
+#	$NetBSD: GENERIC.common,v 1.46 2021/01/18 00:32:38 nia Exp $
 #
 #	GENERIC evbarm kernel config (template)
 #
@@ -69,7 +69,6 @@ options 	NFS_BOOT_RWSIZE=1024
 # Compatibility options
 
 include 	"conf/compat_netbsd60.config"
-options 	COMPAT_OSSAUDIO	# OSS audio emulation
 options 	COMPAT_NETBSD32	# allow running arm (e.g. non-earm) binaries
 				# on arm or arm binaries on arm64
 

Reply via email to