diff options
author | jmg <jmg@FreeBSD.org> | 1998-06-30 08:24:02 +0000 |
---|---|---|
committer | jmg <jmg@FreeBSD.org> | 1998-06-30 08:24:02 +0000 |
commit | 259c08f7abf7b856513f57dd747f87ec69cb813e (patch) | |
tree | 354375fefe7ba28fd98c871c00f1672b57446686 /sys/i386/conf/LINT | |
parent | d2eac828b0e8d2e653d3944ace5713b936ab17d8 (diff) | |
download | FreeBSD-src-259c08f7abf7b856513f57dd747f87ec69cb813e.zip FreeBSD-src-259c08f7abf7b856513f57dd747f87ec69cb813e.tar.gz |
document options to hardwire GUS irq/dmas...
Diffstat (limited to 'sys/i386/conf/LINT')
-rw-r--r-- | sys/i386/conf/LINT | 7 |
1 files changed, 6 insertions, 1 deletions
diff --git a/sys/i386/conf/LINT b/sys/i386/conf/LINT index 0ee9048..66497e1 100644 --- a/sys/i386/conf/LINT +++ b/sys/i386/conf/LINT @@ -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 |