diff options
author | jkh <jkh@FreeBSD.org> | 1993-10-23 10:49:01 +0000 |
---|---|---|
committer | jkh <jkh@FreeBSD.org> | 1993-10-23 10:49:01 +0000 |
commit | 9019e3218e406d31991c7482e49a1c506165379b (patch) | |
tree | c91a30c9ff07bc71edd7aa0dad462d615b4ab644 /sys | |
parent | 5c4f191c399277b6072f4e7c5f12a9dbc188e923 (diff) | |
download | FreeBSD-src-9019e3218e406d31991c7482e49a1c506165379b.zip FreeBSD-src-9019e3218e406d31991c7482e49a1c506165379b.tar.gz |
Add config + files information for new Linux soundcard driver
Diffstat (limited to 'sys')
-rw-r--r-- | sys/conf/NOTES | 21 | ||||
-rw-r--r-- | sys/conf/files.i386 | 25 | ||||
-rw-r--r-- | sys/i386/conf/LINT | 21 | ||||
-rw-r--r-- | sys/i386/conf/NOTES | 21 | ||||
-rw-r--r-- | sys/i386/conf/files.i386 | 25 |
5 files changed, 108 insertions, 5 deletions
diff --git a/sys/conf/NOTES b/sys/conf/NOTES index 1781ad9..60dfc97 100644 --- a/sys/conf/NOTES +++ b/sys/conf/NOTES @@ -4,7 +4,7 @@ # # This kernel is NOT MEANT to be runnable! # -# $Id: LINT,v 1.16 1993/10/18 22:46:58 rgrimes Exp $ +# $Id: LINT,v 1.17 1993/10/19 19:49:24 nate Exp $ # machine "i386" @@ -116,6 +116,25 @@ disk wd0 at wd0 drive 0 disk wd1 at wd0 drive 1 device wt0 at isa? port 0x300 bio irq 5 drq 1 vector wtintr +# To enable sound card support, uncomment one or more of the following lines. +# Unit numbers are: +# 1 for Yamaha FM synth +# 2 for SB/SB Pro DSP +# 3 for PAS PCM and Midi +# 4 for GUS +# 5 for MPU-401 +# +# If you have ProAudioSpectrum, uncomment units 3, 2 and 1 +# If you have SoundBlaster, uncomment 2 and 1. +# If you have GravisUltrasound, uncomment 4 +# If you have MPU-401, uncomment 5 +# +#device snd5 at isa? port 0x330 irq 6 drq 0 vector mpuintr +#device snd4 at isa? port 0x220 irq 15 drq 6 vector gusintr +#device snd3 at isa? port 0x388 irq 12 drq 3 vector pasintr +#device snd2 at isa? port 0x220 irq 7 drq 1 vector sbintr +#device snd1 at isa? port 0x388 irq 0 drq 0 vector sbintr +# # # options that have not been resolved yet # diff --git a/sys/conf/files.i386 b/sys/conf/files.i386 index 277d3bb..118fe75 100644 --- a/sys/conf/files.i386 +++ b/sys/conf/files.i386 @@ -1,7 +1,7 @@ # This file tells config what files go into building a kernel, # files marked standard are always included. # -# $Id: files.i386,v 1.15 1993/10/11 06:19:40 rgrimes Exp $ +# $Id: files.i386,v 1.16 1993/10/14 17:09:55 rgrimes Exp $ # i386/i386/autoconf.c standard device-driver i386/i386/cons.c standard @@ -43,3 +43,26 @@ i386/isa/tw.c optional tw device-driver i386/isa/ultra14f.c optional uha device-driver i386/isa/wd.c optional wd device-driver i386/isa/wt.c optional wt device-driver +i386/isa/sound/soundcard.c optional snd device-driver +i386/isa/sound/dev_table.c optional snd device-driver +i386/isa/sound/adlib_card.c optional snd device-driver +i386/isa/sound/audio.c optional snd device-driver +i386/isa/sound/dmabuf.c optional snd device-driver +i386/isa/sound/dsp.c optional snd device-driver +i386/isa/sound/gus_card.c optional snd device-driver +i386/isa/sound/gus_wave.c optional snd device-driver +i386/isa/sound/gus_midi.c optional snd device-driver +i386/isa/sound/gus_vol.c optional snd device-driver +i386/isa/sound/midibuf.c optional snd device-driver +i386/isa/sound/mpu401.c optional snd device-driver +i386/isa/sound/opl3.c optional snd device-driver +i386/isa/sound/pas2_card.c optional snd device-driver +i386/isa/sound/pas2_midi.c optional snd device-driver +i386/isa/sound/pas2_mixer.c optional snd device-driver +i386/isa/sound/pas2_pcm.c optional snd device-driver +i386/isa/sound/pro_midi.c optional snd device-driver +i386/isa/sound/sb_card.c optional snd device-driver +i386/isa/sound/sb_dsp.c optional snd device-driver +i386/isa/sound/sequencer.c optional snd device-driver +i386/isa/sound/midi.c optional snd device-driver +i386/isa/sound/patmgr.c optional snd device-driver diff --git a/sys/i386/conf/LINT b/sys/i386/conf/LINT index 1781ad9..60dfc97 100644 --- a/sys/i386/conf/LINT +++ b/sys/i386/conf/LINT @@ -4,7 +4,7 @@ # # This kernel is NOT MEANT to be runnable! # -# $Id: LINT,v 1.16 1993/10/18 22:46:58 rgrimes Exp $ +# $Id: LINT,v 1.17 1993/10/19 19:49:24 nate Exp $ # machine "i386" @@ -116,6 +116,25 @@ disk wd0 at wd0 drive 0 disk wd1 at wd0 drive 1 device wt0 at isa? port 0x300 bio irq 5 drq 1 vector wtintr +# To enable sound card support, uncomment one or more of the following lines. +# Unit numbers are: +# 1 for Yamaha FM synth +# 2 for SB/SB Pro DSP +# 3 for PAS PCM and Midi +# 4 for GUS +# 5 for MPU-401 +# +# If you have ProAudioSpectrum, uncomment units 3, 2 and 1 +# If you have SoundBlaster, uncomment 2 and 1. +# If you have GravisUltrasound, uncomment 4 +# If you have MPU-401, uncomment 5 +# +#device snd5 at isa? port 0x330 irq 6 drq 0 vector mpuintr +#device snd4 at isa? port 0x220 irq 15 drq 6 vector gusintr +#device snd3 at isa? port 0x388 irq 12 drq 3 vector pasintr +#device snd2 at isa? port 0x220 irq 7 drq 1 vector sbintr +#device snd1 at isa? port 0x388 irq 0 drq 0 vector sbintr +# # # options that have not been resolved yet # diff --git a/sys/i386/conf/NOTES b/sys/i386/conf/NOTES index 1781ad9..60dfc97 100644 --- a/sys/i386/conf/NOTES +++ b/sys/i386/conf/NOTES @@ -4,7 +4,7 @@ # # This kernel is NOT MEANT to be runnable! # -# $Id: LINT,v 1.16 1993/10/18 22:46:58 rgrimes Exp $ +# $Id: LINT,v 1.17 1993/10/19 19:49:24 nate Exp $ # machine "i386" @@ -116,6 +116,25 @@ disk wd0 at wd0 drive 0 disk wd1 at wd0 drive 1 device wt0 at isa? port 0x300 bio irq 5 drq 1 vector wtintr +# To enable sound card support, uncomment one or more of the following lines. +# Unit numbers are: +# 1 for Yamaha FM synth +# 2 for SB/SB Pro DSP +# 3 for PAS PCM and Midi +# 4 for GUS +# 5 for MPU-401 +# +# If you have ProAudioSpectrum, uncomment units 3, 2 and 1 +# If you have SoundBlaster, uncomment 2 and 1. +# If you have GravisUltrasound, uncomment 4 +# If you have MPU-401, uncomment 5 +# +#device snd5 at isa? port 0x330 irq 6 drq 0 vector mpuintr +#device snd4 at isa? port 0x220 irq 15 drq 6 vector gusintr +#device snd3 at isa? port 0x388 irq 12 drq 3 vector pasintr +#device snd2 at isa? port 0x220 irq 7 drq 1 vector sbintr +#device snd1 at isa? port 0x388 irq 0 drq 0 vector sbintr +# # # options that have not been resolved yet # diff --git a/sys/i386/conf/files.i386 b/sys/i386/conf/files.i386 index 277d3bb..118fe75 100644 --- a/sys/i386/conf/files.i386 +++ b/sys/i386/conf/files.i386 @@ -1,7 +1,7 @@ # This file tells config what files go into building a kernel, # files marked standard are always included. # -# $Id: files.i386,v 1.15 1993/10/11 06:19:40 rgrimes Exp $ +# $Id: files.i386,v 1.16 1993/10/14 17:09:55 rgrimes Exp $ # i386/i386/autoconf.c standard device-driver i386/i386/cons.c standard @@ -43,3 +43,26 @@ i386/isa/tw.c optional tw device-driver i386/isa/ultra14f.c optional uha device-driver i386/isa/wd.c optional wd device-driver i386/isa/wt.c optional wt device-driver +i386/isa/sound/soundcard.c optional snd device-driver +i386/isa/sound/dev_table.c optional snd device-driver +i386/isa/sound/adlib_card.c optional snd device-driver +i386/isa/sound/audio.c optional snd device-driver +i386/isa/sound/dmabuf.c optional snd device-driver +i386/isa/sound/dsp.c optional snd device-driver +i386/isa/sound/gus_card.c optional snd device-driver +i386/isa/sound/gus_wave.c optional snd device-driver +i386/isa/sound/gus_midi.c optional snd device-driver +i386/isa/sound/gus_vol.c optional snd device-driver +i386/isa/sound/midibuf.c optional snd device-driver +i386/isa/sound/mpu401.c optional snd device-driver +i386/isa/sound/opl3.c optional snd device-driver +i386/isa/sound/pas2_card.c optional snd device-driver +i386/isa/sound/pas2_midi.c optional snd device-driver +i386/isa/sound/pas2_mixer.c optional snd device-driver +i386/isa/sound/pas2_pcm.c optional snd device-driver +i386/isa/sound/pro_midi.c optional snd device-driver +i386/isa/sound/sb_card.c optional snd device-driver +i386/isa/sound/sb_dsp.c optional snd device-driver +i386/isa/sound/sequencer.c optional snd device-driver +i386/isa/sound/midi.c optional snd device-driver +i386/isa/sound/patmgr.c optional snd device-driver |