summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorbde <bde@FreeBSD.org>1995-03-12 12:18:43 +0000
committerbde <bde@FreeBSD.org>1995-03-12 12:18:43 +0000
commitd26caae19b2327593cb2ac22518efdb67338f10f (patch)
treef25733da850583a0ad287bbcddff0705fe54801e
parentfd469cc93aaabe79dae3d3138e39c63c04b7add6 (diff)
downloadFreeBSD-src-d26caae19b2327593cb2ac22518efdb67338f10f.zip
FreeBSD-src-d26caae19b2327593cb2ac22518efdb67338f10f.tar.gz
Fix config-time syntax errors in sound options.
-rw-r--r--sys/conf/NOTES28
-rw-r--r--sys/i386/conf/LINT28
-rw-r--r--sys/i386/conf/NOTES28
3 files changed, 42 insertions, 42 deletions
diff --git a/sys/conf/NOTES b/sys/conf/NOTES
index 607b655..c767bd5 100644
--- a/sys/conf/NOTES
+++ b/sys/conf/NOTES
@@ -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.151 1995/03/05 22:23:35 joerg Exp $
+# $Id: LINT,v 1.152 1995/03/06 10:33:34 ugen 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
@@ -543,19 +543,19 @@ pseudo-device ispy 1
# pca: PCM audio through your PC speaker
#
-options AUDIO_PAS
-options AUDIO_SB
-options AUDIO_ADLIB
-options AUDIO_GUS
-options AUDIO_MPU401
-options AUDIO_UART6850
-options AUDIO_PSS
-options AUDIO_GUS16
-options AUDIO_GUSMAX
-options AUDIO_MSS
-options AUDIO_SBPRO
-options AUDIO_SB16
-options AUDIO_YM3812
+options AUDIO_PAS
+options AUDIO_SB
+options AUDIO_ADLIB
+options AUDIO_GUS
+options "AUDIO_MPU401"
+options "AUDIO_UART6850"
+options AUDIO_PSS
+options "AUDIO_GUS16"
+options AUDIO_GUSMAX
+options AUDIO_MSS
+options AUDIO_SBPRO
+options "AUDIO_SB16"
+options "AUDIO_YM3812"
device snd10 at isa? port 0x530 irq 10 drq 1 vector adintr
device snd5 at isa? port 0x330 irq 6 vector mpuintr
diff --git a/sys/i386/conf/LINT b/sys/i386/conf/LINT
index 607b655..c767bd5 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.151 1995/03/05 22:23:35 joerg Exp $
+# $Id: LINT,v 1.152 1995/03/06 10:33:34 ugen 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
@@ -543,19 +543,19 @@ pseudo-device ispy 1
# pca: PCM audio through your PC speaker
#
-options AUDIO_PAS
-options AUDIO_SB
-options AUDIO_ADLIB
-options AUDIO_GUS
-options AUDIO_MPU401
-options AUDIO_UART6850
-options AUDIO_PSS
-options AUDIO_GUS16
-options AUDIO_GUSMAX
-options AUDIO_MSS
-options AUDIO_SBPRO
-options AUDIO_SB16
-options AUDIO_YM3812
+options AUDIO_PAS
+options AUDIO_SB
+options AUDIO_ADLIB
+options AUDIO_GUS
+options "AUDIO_MPU401"
+options "AUDIO_UART6850"
+options AUDIO_PSS
+options "AUDIO_GUS16"
+options AUDIO_GUSMAX
+options AUDIO_MSS
+options AUDIO_SBPRO
+options "AUDIO_SB16"
+options "AUDIO_YM3812"
device snd10 at isa? port 0x530 irq 10 drq 1 vector adintr
device snd5 at isa? port 0x330 irq 6 vector mpuintr
diff --git a/sys/i386/conf/NOTES b/sys/i386/conf/NOTES
index 607b655..c767bd5 100644
--- a/sys/i386/conf/NOTES
+++ b/sys/i386/conf/NOTES
@@ -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.151 1995/03/05 22:23:35 joerg Exp $
+# $Id: LINT,v 1.152 1995/03/06 10:33:34 ugen 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
@@ -543,19 +543,19 @@ pseudo-device ispy 1
# pca: PCM audio through your PC speaker
#
-options AUDIO_PAS
-options AUDIO_SB
-options AUDIO_ADLIB
-options AUDIO_GUS
-options AUDIO_MPU401
-options AUDIO_UART6850
-options AUDIO_PSS
-options AUDIO_GUS16
-options AUDIO_GUSMAX
-options AUDIO_MSS
-options AUDIO_SBPRO
-options AUDIO_SB16
-options AUDIO_YM3812
+options AUDIO_PAS
+options AUDIO_SB
+options AUDIO_ADLIB
+options AUDIO_GUS
+options "AUDIO_MPU401"
+options "AUDIO_UART6850"
+options AUDIO_PSS
+options "AUDIO_GUS16"
+options AUDIO_GUSMAX
+options AUDIO_MSS
+options AUDIO_SBPRO
+options "AUDIO_SB16"
+options "AUDIO_YM3812"
device snd10 at isa? port 0x530 irq 10 drq 1 vector adintr
device snd5 at isa? port 0x330 irq 6 vector mpuintr
OpenPOWER on IntegriCloud