diff options
| author | Bruce Evans <bde@FreeBSD.org> | 1995-03-12 12:18:43 +0000 |
|---|---|---|
| committer | Bruce Evans <bde@FreeBSD.org> | 1995-03-12 12:18:43 +0000 |
| commit | 133d0cef4e934534c93f101350e9774d939ece00 (patch) | |
| tree | f25733da850583a0ad287bbcddff0705fe54801e | |
| parent | 97f567ae9585bb691148965bbbbdc018550d666b (diff) | |
Notes
| -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 607b655c17c9..c767bd5f1212 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 607b655c17c9..c767bd5f1212 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 607b655c17c9..c767bd5f1212 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 |
