Source-Changes-HG archive

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

[src/trunk]: src/sys/arch/usermode/conf add COMPAT_OSSAUDIO



details:   https://anonhg.NetBSD.org/src/rev/4ac7ae64fd77
branches:  trunk
changeset: 772272:4ac7ae64fd77
user:      jmcneill <jmcneill%NetBSD.org@localhost>
date:      Tue Dec 27 11:48:01 2011 +0000

description:
add COMPAT_OSSAUDIO

diffstat:

 sys/arch/usermode/conf/GENERIC.common |  5 +++--
 1 files changed, 3 insertions(+), 2 deletions(-)

diffs (23 lines):

diff -r 29a568098f35 -r 4ac7ae64fd77 sys/arch/usermode/conf/GENERIC.common
--- a/sys/arch/usermode/conf/GENERIC.common     Tue Dec 27 07:47:00 2011 +0000
+++ b/sys/arch/usermode/conf/GENERIC.common     Tue Dec 27 11:48:01 2011 +0000
@@ -1,9 +1,9 @@
-# $NetBSD: GENERIC.common,v 1.4 2011/12/26 23:57:13 jmcneill Exp $
+# $NetBSD: GENERIC.common,v 1.5 2011/12/27 11:48:01 jmcneill Exp $
 
 include "arch/usermode/conf/std.usermode"
 
 options        INCLUDE_CONFIG_FILE
-#ident                 "GENERIC-$Revision: 1.4 $"
+#ident                 "GENERIC-$Revision: 1.5 $"
 maxusers       32
 
 makeoptions    DEBUG="-O1 -g3"
@@ -27,6 +27,7 @@
 
 options        COMPAT_BSDPTY
 options        COMPAT_50
+options        COMPAT_OSSAUDIO
 
 file-system    FFS
 file-system    MFS



Home | Main Index | Thread Index | Old Index