Source-Changes-HG archive

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

[src/trunk]: src/sys/arch/i386/conf add COMPAT_OSSAUDIO [for lkms that need i...



details:   https://anonhg.NetBSD.org/src/rev/802bfbb5ae54
branches:  trunk
changeset: 541824:802bfbb5ae54
user:      christos <christos%NetBSD.org@localhost>
date:      Sat Jan 18 22:33:29 2003 +0000

description:
add COMPAT_OSSAUDIO [for lkms that need it]. XXX: wish for /dev/ksyms

diffstat:

 sys/arch/i386/conf/GENERIC |  10 +++++++---
 1 files changed, 7 insertions(+), 3 deletions(-)

diffs (45 lines):

diff -r 29d65bc98df1 -r 802bfbb5ae54 sys/arch/i386/conf/GENERIC
--- a/sys/arch/i386/conf/GENERIC        Sat Jan 18 22:32:20 2003 +0000
+++ b/sys/arch/i386/conf/GENERIC        Sat Jan 18 22:33:29 2003 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: GENERIC,v 1.540 2003/01/08 13:41:17 tron Exp $
+# $NetBSD: GENERIC,v 1.541 2003/01/18 22:33:29 christos Exp $
 #
 # GENERIC machine description file
 # 
@@ -22,7 +22,7 @@
 
 options        INCLUDE_CONFIG_FILE     # embed config file in kernel binary
 
-#ident                 "GENERIC-$Revision: 1.540 $"
+#ident                 "GENERIC-$Revision: 1.541 $"
 
 maxusers       32              # estimated number of users
 
@@ -113,6 +113,7 @@
 options        COMPAT_386BSD_MBRPART # recognize old partition ID
 #options       TCP_COMPAT_42   # 4.2BSD TCP/IP bug compat. Not recommended.
 
+options                COMPAT_OSSAUDIO # OSS (Voxware) audio driver compatibility
 options        COMPAT_SVR4     # binary compatibility with SVR4
 options        COMPAT_IBCS2    # binary compatibility with SCO and ISC
 options        COMPAT_LINUX    # binary compatibility with Linux
@@ -256,7 +257,7 @@
 #options       MPACPI
 
 #acpi0                 at mainbus0
-#options       ACPI_PCI_FIXUP=1        # PCI interrupt routing via ACPI
+#options       ACPI_PCI_FIXUP          # PCI interrupt routing via ACPI
 #options       ACPI_ACTIVATE_DEV=0     # If set, activate inactive devices
 
 # ACPI devices
@@ -279,6 +280,9 @@
 #spic*                 at acpi?                # Sony Programmable I/O Controller
 #wsmouse*      at spic?
 
+# Toshiba Libretto devices
+#vald* at acpi?
+
 # Plug-and-Play BIOS and attached devices
 
 #pnpbios*      at mainbus?



Home | Main Index | Thread Index | Old Index