add COMPAT_OSSAUDIO [for lkms that need it]. XXX: wish for /dev/ksyms
This commit is contained in:
parent
1f46362208
commit
7b47c1bae4
@ -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 @@ include "arch/i386/conf/std.i386"
|
||||
|
||||
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_43 # and 4.3BSD
|
||||
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 @@ cpu* at mainbus?
|
||||
#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 @@ cpu* at mainbus?
|
||||
#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?
|
||||
|
Loading…
Reference in New Issue
Block a user