Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/trunk]: src/sys/arch add a commented out compat_ossaudio wherever there'...
details: https://anonhg.NetBSD.org/src/rev/c2ec0bc2cc1d
branches: trunk
changeset: 1018070:c2ec0bc2cc1d
user: nia <nia%NetBSD.org@localhost>
date: Thu Jan 21 06:51:54 2021 +0000
description:
add a commented out compat_ossaudio wherever there's compat_linux
requested by mrg
diffstat:
sys/arch/amiga/conf/DRACO | 5 +++--
sys/arch/amiga/conf/GENERIC | 5 +++--
sys/arch/amiga/conf/GENERIC.in | 5 +++--
sys/arch/amigappc/conf/GENERIC | 5 +++--
sys/arch/amigappc/conf/NULL | 5 +++--
sys/arch/atari/conf/GENERIC.in | 3 ++-
sys/arch/bebox/conf/GENERIC | 5 +++--
sys/arch/evbarm/conf/GENERIC64 | 6 +++++-
sys/arch/evbmips/conf/CPMBR1400 | 3 ++-
sys/arch/evbmips/conf/LINKITSMART7688 | 3 ++-
sys/arch/evbmips/conf/MALTA | 5 +++--
sys/arch/evbmips/conf/ZYXELKX | 3 ++-
sys/arch/ews4800mips/conf/GENERIC | 5 +++--
sys/arch/hp300/conf/GENERIC | 5 +++--
sys/arch/hppa/conf/GENERIC | 5 +++--
sys/arch/i386/conf/GENERIC_TINY | 4 ++--
sys/arch/i386/conf/INSTALL_FLOPPY | 4 ++--
sys/arch/i386/conf/INSTALL_TINY | 4 ++--
sys/arch/i386/conf/NET4501 | 6 +++---
sys/arch/mac68k/conf/GENERIC | 5 +++--
sys/arch/macppc/conf/GENERIC | 5 +++--
sys/arch/macppc/conf/GENERIC_601 | 5 +++--
sys/arch/mvme68k/conf/GENERIC | 5 +++--
sys/arch/mvme68k/conf/VME147 | 3 ++-
sys/arch/news68k/conf/GENERIC | 5 +++--
sys/arch/news68k/conf/GENERIC_TINY | 5 +++--
sys/arch/news68k/conf/LIBERO | 3 ++-
sys/arch/news68k/conf/NEWS1200 | 3 ++-
sys/arch/next68k/conf/GENERIC | 5 +++--
sys/arch/next68k/conf/SLAB | 3 ++-
sys/arch/ofppc/conf/GENERIC | 5 +++--
sys/arch/prep/conf/GENERIC | 5 +++--
sys/arch/rs6000/conf/GENERIC | 5 +++--
sys/arch/sandpoint/conf/ENCPP1 | 5 +++--
sys/arch/sandpoint/conf/GENERIC | 5 +++--
sys/arch/sandpoint/conf/SANDPOINT | 5 +++--
sys/arch/sgimips/conf/GENERIC32_IP12 | 5 +++--
sys/arch/sgimips/conf/GENERIC64_IP2x | 5 +++--
sys/arch/sgimips/conf/GENERIC64_IP3x | 5 +++--
sys/arch/sun3/conf/DISKLESS | 3 ++-
sys/arch/sun3/conf/DISKLESS3X | 3 ++-
sys/arch/sun3/conf/GENERIC | 5 +++--
sys/arch/sun3/conf/GENERIC3X | 5 +++--
sys/arch/sun3/conf/INSTALL | 3 ++-
sys/arch/sun3/conf/INSTALL3X | 3 ++-
sys/arch/x68k/conf/GENERIC | 5 +++--
sys/arch/x68k/conf/INSTALL | 5 +++--
47 files changed, 128 insertions(+), 82 deletions(-)
diffs (truncated from 1079 to 300 lines):
diff -r 9c441a08ef82 -r c2ec0bc2cc1d sys/arch/amiga/conf/DRACO
--- a/sys/arch/amiga/conf/DRACO Thu Jan 21 06:18:22 2021 +0000
+++ b/sys/arch/amiga/conf/DRACO Thu Jan 21 06:51:54 2021 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: DRACO,v 1.196 2020/10/26 06:22:28 rin Exp $
+# $NetBSD: DRACO,v 1.197 2021/01/21 06:51:54 nia Exp $
#
# This file was automatically created.
# Changes will be lost when make is run in this directory.
@@ -29,7 +29,7 @@
options INCLUDE_CONFIG_FILE # embed config file in kernel binary
-#ident "GENERIC-$Revision: 1.196 $"
+#ident "GENERIC-$Revision: 1.197 $"
makeoptions COPTS="-O2 -fno-reorder-blocks -fno-omit-frame-pointer"
# See share/mk/sys.mk. -fno-omit-frame-pointer is necessary for
@@ -128,6 +128,7 @@
options COMPAT_SUNOS # Support to run Sun (m68k) executables
options COMPAT_NOMID # allow nonvalid machine id executables
#options COMPAT_LINUX # Support to run Linux/m68k executables
+#options COMPAT_OSSAUDIO # Support to run Linux/m68k executables
options EXEC_AOUT # 32-bit aout executables (NetBSD-1.5.x)
options COMPAT_AOUT_M68K # actually make some system calls work.
diff -r 9c441a08ef82 -r c2ec0bc2cc1d sys/arch/amiga/conf/GENERIC
--- a/sys/arch/amiga/conf/GENERIC Thu Jan 21 06:18:22 2021 +0000
+++ b/sys/arch/amiga/conf/GENERIC Thu Jan 21 06:51:54 2021 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: GENERIC,v 1.331 2020/10/26 06:22:28 rin Exp $
+# $NetBSD: GENERIC,v 1.332 2021/01/21 06:51:54 nia Exp $
#
# This file was automatically created.
# Changes will be lost when make is run in this directory.
@@ -29,7 +29,7 @@
options INCLUDE_CONFIG_FILE # embed config file in kernel binary
-#ident "GENERIC-$Revision: 1.331 $"
+#ident "GENERIC-$Revision: 1.332 $"
makeoptions COPTS="-O2 -fno-reorder-blocks -fno-omit-frame-pointer"
# See share/mk/sys.mk. -fno-omit-frame-pointer is necessary for
@@ -140,6 +140,7 @@
options COMPAT_SUNOS # Support to run Sun (m68k) executables
options COMPAT_NOMID # allow nonvalid machine id executables
#options COMPAT_LINUX # Support to run Linux/m68k executables
+#options COMPAT_OSSAUDIO # Support to run Linux/m68k executables
options EXEC_AOUT # 32-bit aout executables (NetBSD-1.5.x)
options COMPAT_AOUT_M68K # actually make some system calls work.
diff -r 9c441a08ef82 -r c2ec0bc2cc1d sys/arch/amiga/conf/GENERIC.in
--- a/sys/arch/amiga/conf/GENERIC.in Thu Jan 21 06:18:22 2021 +0000
+++ b/sys/arch/amiga/conf/GENERIC.in Thu Jan 21 06:51:54 2021 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: GENERIC.in,v 1.147 2020/10/26 06:21:49 rin Exp $
+# $NetBSD: GENERIC.in,v 1.148 2021/01/21 06:51:54 nia Exp $
#
##
# GENERIC machine description file
@@ -52,7 +52,7 @@
options INCLUDE_CONFIG_FILE # embed config file in kernel binary
-#ident "GENERIC-$Revision: 1.147 $"
+#ident "GENERIC-$Revision: 1.148 $"
m4_ifdef(`INSTALL_CONFIGURATION', `m4_dnl
makeoptions COPTS="-Os -fno-omit-frame-pointer"
@@ -182,6 +182,7 @@
options COMPAT_SUNOS # Support to run Sun (m68k) executables
options COMPAT_NOMID # allow nonvalid machine id executables
#options COMPAT_LINUX # Support to run Linux/m68k executables
+#options COMPAT_OSSAUDIO # Support to run Linux/m68k executables
')m4_dnl
options EXEC_AOUT # 32-bit aout executables (NetBSD-1.5.x)
diff -r 9c441a08ef82 -r c2ec0bc2cc1d sys/arch/amigappc/conf/GENERIC
--- a/sys/arch/amigappc/conf/GENERIC Thu Jan 21 06:18:22 2021 +0000
+++ b/sys/arch/amigappc/conf/GENERIC Thu Jan 21 06:51:54 2021 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: GENERIC,v 1.40 2020/09/27 13:48:49 roy Exp $
+# $NetBSD: GENERIC,v 1.41 2021/01/21 06:51:54 nia Exp $
#
# GENERIC machine description file
#
@@ -22,7 +22,7 @@
options INCLUDE_CONFIG_FILE # embed config file in kernel binary
-#ident "GENERIC-$Revision: 1.40 $"
+#ident "GENERIC-$Revision: 1.41 $"
maxusers 8
@@ -81,6 +81,7 @@
#options COMPAT_386BSD_MBRPART # recognize old partition ID
#options COMPAT_LINUX # Linux binary compatibility
+#options COMPAT_OSSAUDIO # Linux binary compatibility
#
# File systems
diff -r 9c441a08ef82 -r c2ec0bc2cc1d sys/arch/amigappc/conf/NULL
--- a/sys/arch/amigappc/conf/NULL Thu Jan 21 06:18:22 2021 +0000
+++ b/sys/arch/amigappc/conf/NULL Thu Jan 21 06:51:54 2021 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: NULL,v 1.59 2020/09/27 13:48:49 roy Exp $
+# $NetBSD: NULL,v 1.60 2021/01/21 06:51:54 nia Exp $
#
# NULL machine description file
#
@@ -7,7 +7,7 @@
#options INCLUDE_CONFIG_FILE # embed config file in kernel binary
-#ident "GENERIC-$Revision: 1.59 $"
+#ident "GENERIC-$Revision: 1.60 $"
maxusers 8
@@ -65,6 +65,7 @@
#options COMPAT_386BSD_MBRPART # recognize old partition ID
#options COMPAT_LINUX # Linux binary compatibility
+#options COMPAT_OSSAUDIO # Linux binary compatibility
#
# File systems
diff -r 9c441a08ef82 -r c2ec0bc2cc1d sys/arch/atari/conf/GENERIC.in
--- a/sys/arch/atari/conf/GENERIC.in Thu Jan 21 06:18:22 2021 +0000
+++ b/sys/arch/atari/conf/GENERIC.in Thu Jan 21 06:51:54 2021 +0000
@@ -1,5 +1,5 @@
#
-# $NetBSD: GENERIC.in,v 1.120 2020/09/27 13:48:49 roy Exp $
+# $NetBSD: GENERIC.in,v 1.121 2021/01/21 06:51:54 nia Exp $
#
# Generic atari
#
@@ -164,6 +164,7 @@
#if !defined(SMALL030_KERNEL)
#options COMPAT_SUNOS # Support to run Sun-3 executables
#options COMPAT_LINUX # Support to run Linux/m68k executables
+#options COMPAT_OSSAUDIO # Support to run Linux/m68k executables
options COMPAT_AOUT_M68K # Compatibility to a.out executables
options EXEC_AOUT # a.out format executables
#endif /* !SMALL030_KERNEL */
diff -r 9c441a08ef82 -r c2ec0bc2cc1d sys/arch/bebox/conf/GENERIC
--- a/sys/arch/bebox/conf/GENERIC Thu Jan 21 06:18:22 2021 +0000
+++ b/sys/arch/bebox/conf/GENERIC Thu Jan 21 06:51:54 2021 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: GENERIC,v 1.164 2020/09/27 13:48:50 roy Exp $
+# $NetBSD: GENERIC,v 1.165 2021/01/21 06:51:54 nia Exp $
#
# GENERIC machine description file
#
@@ -22,7 +22,7 @@
options INCLUDE_CONFIG_FILE # embed config file in kernel binary
-#ident "GENERIC-$Revision: 1.164 $"
+#ident "GENERIC-$Revision: 1.165 $"
maxusers 32
@@ -58,6 +58,7 @@
#options COMPAT_386BSD_MBRPART # recognize old partition ID
#options COMPAT_LINUX # Linux binary compatibility
+#options COMPAT_OSSAUDIO # Linux binary compatibility
# File systems
file-system FFS # UFS
diff -r 9c441a08ef82 -r c2ec0bc2cc1d sys/arch/evbarm/conf/GENERIC64
--- a/sys/arch/evbarm/conf/GENERIC64 Thu Jan 21 06:18:22 2021 +0000
+++ b/sys/arch/evbarm/conf/GENERIC64 Thu Jan 21 06:51:54 2021 +0000
@@ -1,5 +1,5 @@
#
-# $NetBSD: GENERIC64,v 1.171 2021/01/10 19:20:16 jmcneill Exp $
+# $NetBSD: GENERIC64,v 1.172 2021/01/21 06:51:54 nia Exp $
#
# GENERIC ARM (aarch64) kernel
#
@@ -381,6 +381,10 @@
m25p* at spi?
spiflash* at spiflashbus?
+# BCM2835 VCHIQ, etc
+vchiq0 at fdt?
+vcaudio0 at vchiq0
+
# Audio support
hdaudio* at fdt? # Intel HDA
hdaudio* at pci? dev ? function ?
diff -r 9c441a08ef82 -r c2ec0bc2cc1d sys/arch/evbmips/conf/CPMBR1400
--- a/sys/arch/evbmips/conf/CPMBR1400 Thu Jan 21 06:18:22 2021 +0000
+++ b/sys/arch/evbmips/conf/CPMBR1400 Thu Jan 21 06:51:54 2021 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: CPMBR1400,v 1.33 2020/09/27 13:48:50 roy Exp $
+# $NetBSD: CPMBR1400,v 1.34 2021/01/21 06:51:54 nia Exp $
include "arch/evbmips/conf/std.rasoc"
@@ -62,6 +62,7 @@
#options COMPAT_386BSD_MBRPART # recognize old partition ID
#options COMPAT_LINUX # binary compatibility with Linux
+#options COMPAT_OSSAUDIO # binary compatibility with Linux
# File systems
file-system FFS # UFS
diff -r 9c441a08ef82 -r c2ec0bc2cc1d sys/arch/evbmips/conf/LINKITSMART7688
--- a/sys/arch/evbmips/conf/LINKITSMART7688 Thu Jan 21 06:18:22 2021 +0000
+++ b/sys/arch/evbmips/conf/LINKITSMART7688 Thu Jan 21 06:51:54 2021 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: LINKITSMART7688,v 1.15 2020/09/27 13:48:50 roy Exp $
+# $NetBSD: LINKITSMART7688,v 1.16 2021/01/21 06:51:54 nia Exp $
#
# MediaTek MT7688
#
@@ -65,6 +65,7 @@
#options EXEC_ECOFF # exec ECOFF binaries
#options COMPAT_ULTRIX # binary compatibility with Ultrix
#options COMPAT_LINUX # binary compatibility with Linux
+#options COMPAT_OSSAUDIO # binary compatibility with Linux
# File systems
file-system FFS # UFS
diff -r 9c441a08ef82 -r c2ec0bc2cc1d sys/arch/evbmips/conf/MALTA
--- a/sys/arch/evbmips/conf/MALTA Thu Jan 21 06:18:22 2021 +0000
+++ b/sys/arch/evbmips/conf/MALTA Thu Jan 21 06:51:54 2021 +0000
@@ -1,10 +1,10 @@
-# $NetBSD: MALTA,v 1.102 2020/09/27 13:48:50 roy Exp $
+# $NetBSD: MALTA,v 1.103 2021/01/21 06:51:54 nia Exp $
include "arch/evbmips/conf/std.malta"
#options INCLUDE_CONFIG_FILE # embed config file in kernel binary
-#ident "MALTA-$Revision: 1.102 $"
+#ident "MALTA-$Revision: 1.103 $"
maxusers 32
@@ -46,6 +46,7 @@
#options EXEC_ECOFF # exec ECOFF binaries
#options COMPAT_ULTRIX # binary compatibility with Ultrix
#options COMPAT_LINUX # binary compatibility with Linux
+#options COMPAT_OSSAUDIO # binary compatibility with Linux
# File systems
file-system FFS # Berkeley Fast Filesystem
diff -r 9c441a08ef82 -r c2ec0bc2cc1d sys/arch/evbmips/conf/ZYXELKX
--- a/sys/arch/evbmips/conf/ZYXELKX Thu Jan 21 06:18:22 2021 +0000
+++ b/sys/arch/evbmips/conf/ZYXELKX Thu Jan 21 06:51:54 2021 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: ZYXELKX,v 1.18 2020/09/27 13:48:50 roy Exp $
+# $NetBSD: ZYXELKX,v 1.19 2021/01/21 06:51:54 nia Exp $
include "arch/evbmips/conf/std.rasoc"
@@ -62,6 +62,7 @@
#options COMPAT_386BSD_MBRPART # recognize old partition ID
#options COMPAT_LINUX # binary compatibility with Linux
+#options COMPAT_OSSAUDIO # binary compatibility with Linux
# File systems
file-system FFS # UFS
diff -r 9c441a08ef82 -r c2ec0bc2cc1d sys/arch/ews4800mips/conf/GENERIC
--- a/sys/arch/ews4800mips/conf/GENERIC Thu Jan 21 06:18:22 2021 +0000
+++ b/sys/arch/ews4800mips/conf/GENERIC Thu Jan 21 06:51:54 2021 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: GENERIC,v 1.62 2020/09/27 13:48:51 roy Exp $
+# $NetBSD: GENERIC,v 1.63 2021/01/21 06:51:54 nia Exp $
#
# GENERIC machine description file
# This machine description file is used to generate the default NetBSD
@@ -25,7 +25,7 @@
options INCLUDE_CONFIG_FILE # embed config file in kernel binary
-#ident "GENERIC-$Revision: 1.62 $"
+#ident "GENERIC-$Revision: 1.63 $"
maxusers 16
@@ -72,6 +72,7 @@
# Compatibility options
include "conf/compat_netbsd13.config"
#options COMPAT_LINUX # binary compatibility with Linux
+#options COMPAT_OSSAUDIO # binary compatibility with Linux
# File systems
file-system FFS # fast filesystem with user and group quotas
diff -r 9c441a08ef82 -r c2ec0bc2cc1d sys/arch/hp300/conf/GENERIC
--- a/sys/arch/hp300/conf/GENERIC Thu Jan 21 06:18:22 2021 +0000
+++ b/sys/arch/hp300/conf/GENERIC Thu Jan 21 06:51:54 2021 +0000
@@ -1,4 +1,4 @@
Home |
Main Index |
Thread Index |
Old Index