diff options
author | bde <bde@FreeBSD.org> | 1995-03-12 12:18:43 +0000 |
---|---|---|
committer | bde <bde@FreeBSD.org> | 1995-03-12 12:18:43 +0000 |
commit | d26caae19b2327593cb2ac22518efdb67338f10f (patch) | |
tree | f25733da850583a0ad287bbcddff0705fe54801e | |
parent | fd469cc93aaabe79dae3d3138e39c63c04b7add6 (diff) | |
download | FreeBSD-src-d26caae19b2327593cb2ac22518efdb67338f10f.zip FreeBSD-src-d26caae19b2327593cb2ac22518efdb67338f10f.tar.gz |
Fix config-time syntax errors in sound options.
-rw-r--r-- | sys/conf/NOTES | 28 | ||||
-rw-r--r-- | sys/i386/conf/LINT | 28 | ||||
-rw-r--r-- | sys/i386/conf/NOTES | 28 |
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 |