summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorache <ache@FreeBSD.org>1994-03-23 00:05:25 +0000
committerache <ache@FreeBSD.org>1994-03-23 00:05:25 +0000
commite5072b4eb54bf8b59e1b47c4fc8d7f81c6b5a80c (patch)
tree5bc4c57d23acfc01377dfc29736d0dc513ba376d
parentee1a0d60c443fa83d28ae2045c01c072c53b8535 (diff)
downloadFreeBSD-src-e5072b4eb54bf8b59e1b47c4fc8d7f81c6b5a80c.zip
FreeBSD-src-e5072b4eb54bf8b59e1b47c4fc8d7f81c6b5a80c.tar.gz
Add missing EXCLUDE_SBPRO
-rw-r--r--sys/i386/isa/sound/dev_table.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/sys/i386/isa/sound/dev_table.h b/sys/i386/isa/sound/dev_table.h
index d917a46..63e4776 100644
--- a/sys/i386/isa/sound/dev_table.h
+++ b/sys/i386/isa/sound/dev_table.h
@@ -177,7 +177,7 @@ struct generic_midi_operations {
{SBC_BASE, SBC_IRQ, SBC_DMA}, SND_DEFAULT_ENABLE},
#endif
-#if !defined(EXCLUDE_SB) && !defined(EXCLUDE_SB16)
+#if !defined(EXCLUDE_SB) && !defined(EXCLUDE_SB16) && !defined(EXCLUDE_SBPRO)
#ifndef EXCLUDE_AUDIO
{SNDCARD_SB16, "SoundBlaster16", sb16_dsp_init, sb16_dsp_detect,
{SBC_BASE, SBC_IRQ, SB16_DMA}, SND_DEFAULT_ENABLE},
OpenPOWER on IntegriCloud