document options to hardwire GUS irq/dmas...
This commit is contained in:
parent
e261d589ff
commit
a9e837f479
@ -2,7 +2,7 @@
|
||||
# LINT -- config file for checking all the sources, tries to pull in
|
||||
# as much of the source tree as it can.
|
||||
#
|
||||
# $Id: LINT,v 1.442 1998/06/30 08:01:28 jmg Exp $
|
||||
# $Id: LINT,v 1.443 1998/06/30 08:13:26 jmg Exp $
|
||||
#
|
||||
# NB: You probably don't want to try running a kernel built from this
|
||||
# file. Instead, you should start from GENERIC, and add options from
|
||||
@ -1114,6 +1114,11 @@ options NATM #native ATM
|
||||
# PAS16: The order of the pas0/sb0/opl0 is important since the
|
||||
# sb emulation is enabled in the pas-16 attach.
|
||||
#
|
||||
# To overide the GUS defaults use:
|
||||
# options GUS_DMA2
|
||||
# options GUS_DMA
|
||||
# options GUS_IRQ
|
||||
#
|
||||
# The i386/isa/sound/sound.doc has more information.
|
||||
|
||||
# Controls all "VOXWARE" driver sound devices. See Luigi's driver
|
||||
|
@ -1,4 +1,4 @@
|
||||
# $Id: options.i386,v 1.77 1998/04/18 04:58:01 ahasty Exp $
|
||||
# $Id: options.i386,v 1.78 1998/05/11 02:13:33 dyson Exp $
|
||||
|
||||
BOUNCEPAGES opt_bounce.h
|
||||
DISABLE_PSE
|
||||
@ -124,3 +124,7 @@ PCVT_VT220KEYB opt_pcvt.h
|
||||
# give bktr an opt_bktr.h file
|
||||
OVERRIDE_TUNER opt_bktr.h
|
||||
|
||||
# voxware options
|
||||
GUS_DMA2 opt_sound.h
|
||||
GUS_DMA opt_sound.h
|
||||
GUS_IRQ opt_sound.h
|
||||
|
@ -2,7 +2,7 @@
|
||||
# LINT -- config file for checking all the sources, tries to pull in
|
||||
# as much of the source tree as it can.
|
||||
#
|
||||
# $Id: LINT,v 1.442 1998/06/30 08:01:28 jmg Exp $
|
||||
# $Id: LINT,v 1.443 1998/06/30 08:13:26 jmg Exp $
|
||||
#
|
||||
# NB: You probably don't want to try running a kernel built from this
|
||||
# file. Instead, you should start from GENERIC, and add options from
|
||||
@ -1114,6 +1114,11 @@ options NATM #native ATM
|
||||
# PAS16: The order of the pas0/sb0/opl0 is important since the
|
||||
# sb emulation is enabled in the pas-16 attach.
|
||||
#
|
||||
# To overide the GUS defaults use:
|
||||
# options GUS_DMA2
|
||||
# options GUS_DMA
|
||||
# options GUS_IRQ
|
||||
#
|
||||
# The i386/isa/sound/sound.doc has more information.
|
||||
|
||||
# Controls all "VOXWARE" driver sound devices. See Luigi's driver
|
||||
|
@ -2,7 +2,7 @@
|
||||
# LINT -- config file for checking all the sources, tries to pull in
|
||||
# as much of the source tree as it can.
|
||||
#
|
||||
# $Id: LINT,v 1.442 1998/06/30 08:01:28 jmg Exp $
|
||||
# $Id: LINT,v 1.443 1998/06/30 08:13:26 jmg Exp $
|
||||
#
|
||||
# NB: You probably don't want to try running a kernel built from this
|
||||
# file. Instead, you should start from GENERIC, and add options from
|
||||
@ -1114,6 +1114,11 @@ options NATM #native ATM
|
||||
# PAS16: The order of the pas0/sb0/opl0 is important since the
|
||||
# sb emulation is enabled in the pas-16 attach.
|
||||
#
|
||||
# To overide the GUS defaults use:
|
||||
# options GUS_DMA2
|
||||
# options GUS_DMA
|
||||
# options GUS_IRQ
|
||||
#
|
||||
# The i386/isa/sound/sound.doc has more information.
|
||||
|
||||
# Controls all "VOXWARE" driver sound devices. See Luigi's driver
|
||||
|
@ -1,4 +1,4 @@
|
||||
# $Id: options.i386,v 1.77 1998/04/18 04:58:01 ahasty Exp $
|
||||
# $Id: options.i386,v 1.78 1998/05/11 02:13:33 dyson Exp $
|
||||
|
||||
BOUNCEPAGES opt_bounce.h
|
||||
DISABLE_PSE
|
||||
@ -124,3 +124,7 @@ PCVT_VT220KEYB opt_pcvt.h
|
||||
# give bktr an opt_bktr.h file
|
||||
OVERRIDE_TUNER opt_bktr.h
|
||||
|
||||
# voxware options
|
||||
GUS_DMA2 opt_sound.h
|
||||
GUS_DMA opt_sound.h
|
||||
GUS_IRQ opt_sound.h
|
||||
|
@ -18,6 +18,9 @@
|
||||
|
||||
#include "snd.h"
|
||||
#if NSND > 0
|
||||
|
||||
#include "opt_sound.h"
|
||||
|
||||
#define CONFIGURE_SOUNDCARD
|
||||
|
||||
#define CONFIG_SEQUENCER
|
||||
|
Loading…
Reference in New Issue
Block a user