Source-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[src/trunk]: src/sys/arch/evbarm/conf Add COMPAT_OSSAUDIO



details:   https://anonhg.NetBSD.org/src/rev/857ed29029a8
branches:  trunk
changeset: 949779:857ed29029a8
user:      jmcneill <jmcneill%NetBSD.org@localhost>
date:      Sat Jan 16 20:26:25 2021 +0000

description:
Add COMPAT_OSSAUDIO

diffstat:

 sys/arch/evbarm/conf/GENERIC.common |  7 ++++---
 1 files changed, 4 insertions(+), 3 deletions(-)

diffs (22 lines):

diff -r c0a13bdd3b2a -r 857ed29029a8 sys/arch/evbarm/conf/GENERIC.common
--- a/sys/arch/evbarm/conf/GENERIC.common       Sat Jan 16 19:11:36 2021 +0000
+++ b/sys/arch/evbarm/conf/GENERIC.common       Sat Jan 16 20:26:25 2021 +0000
@@ -1,5 +1,5 @@
 #
-#      $NetBSD: GENERIC.common,v 1.40 2020/12/22 23:26:42 uwe Exp $
+#      $NetBSD: GENERIC.common,v 1.41 2021/01/16 20:26:25 jmcneill Exp $
 #
 #      GENERIC evbarm kernel config (template)
 #
@@ -67,8 +67,9 @@
 # Compatibility options
 
 include        "conf/compat_netbsd60.config"
-options        COMPAT_NETBSD32 # allow running arm (e.g. non-earm) binaries on arm
-                               # or arm binaries on arm64
+options        COMPAT_OSSAUDIO # OSS audio emulation
+options        COMPAT_NETBSD32 # allow running arm (e.g. non-earm) binaries
+                               # on arm or arm binaries on arm64
 
 # Shared memory options
 



Home | Main Index | Thread Index | Old Index