diff options
| author | Jordan K. Hubbard <jkh@FreeBSD.org> | 1995-08-01 07:05:16 +0000 |
|---|---|---|
| committer | Jordan K. Hubbard <jkh@FreeBSD.org> | 1995-08-01 07:05:16 +0000 |
| commit | a2048b9c267087742d901e675a06b86dd6301cd6 (patch) | |
| tree | ae04ca446c7a45b58204a185213b13eebc599ae1 | |
| parent | 263ac6e4b1824df65ac957cb6a242c7744e93302 (diff) | |
Notes
| -rw-r--r-- | sys/conf/NOTES | 14 | ||||
| -rw-r--r-- | sys/i386/conf/LINT | 14 | ||||
| -rw-r--r-- | sys/i386/conf/NOTES | 14 |
3 files changed, 30 insertions, 12 deletions
diff --git a/sys/conf/NOTES b/sys/conf/NOTES index 6a23e4dfe1de..938ebbac754f 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.188 1995/07/16 10:31:08 joerg Exp $ +# $Id: LINT,v 1.189 1995/07/17 23:32:53 gibbs 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 @@ -596,7 +596,7 @@ device nnic0 at isa? port 0x150 iomem 0xe0000 tty irq 12 vector nnicintr # sbmidi: SoundBlaster 16 MIDI interface # pas: ProAudioSpectrum PCM and MIDI # gus: Gravis Ultrasound - Ultrasound, Ultrasound 16, Ultrasound MAX -# gusxvi: Gravis Ultrasound 16-bit PCM +# gusxvi: Gravis Ultrasound 16-bit PCM (do not use) # gusmax: Gravis Ultrasound MAX (currently broken) # mss: Microsoft Sound System # opl: Yamaha OPL-2 and OPL-3 FM - SB, SB Pro, SB 16, ProAudioSpectrum @@ -612,6 +612,10 @@ device nnic0 at isa? port 0x150 iomem 0xe0000 tty irq 12 vector nnicintr # If you don't have a lpt0 device at IRQ 7, you can remove the # ``conflicts'' specification in the appropriate device entries below. # + +# Use this if you have a Gravis Ultrasound MAX card. +options GUSMAX + # Controls all sound devices controller snd0 device sb0 at isa? port 0x220 irq 7 conflicts drq 1 vector sbintr @@ -619,8 +623,10 @@ device sbxvi0 at isa? drq 5 device sbmidi0 at isa? port 0x330 device pas0 at isa? port 0x388 irq 10 drq 6 vector pasintr device gus0 at isa? port 0x220 irq 11 drq 1 vector gusintr -device gusxvi0 at isa? port 0x530 irq 7 conflicts drq 3 vector adintr -device gusmax0 at isa? port 0x32c +# The following two apparently do not work and may never. Use GUSMAX option +# above, instead. +#device gusxvi0 at isa? port 0x530 irq 7 conflicts drq 3 vector adintr +#device gusmax0 at isa? port 0x32c device mss0 at isa? port 0x530 irq 10 drq 1 vector adintr device opl0 at isa? port 0x388 device mpu0 at isa? port 0x330 irq 6 drq 0 diff --git a/sys/i386/conf/LINT b/sys/i386/conf/LINT index 6a23e4dfe1de..938ebbac754f 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.188 1995/07/16 10:31:08 joerg Exp $ +# $Id: LINT,v 1.189 1995/07/17 23:32:53 gibbs 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 @@ -596,7 +596,7 @@ device nnic0 at isa? port 0x150 iomem 0xe0000 tty irq 12 vector nnicintr # sbmidi: SoundBlaster 16 MIDI interface # pas: ProAudioSpectrum PCM and MIDI # gus: Gravis Ultrasound - Ultrasound, Ultrasound 16, Ultrasound MAX -# gusxvi: Gravis Ultrasound 16-bit PCM +# gusxvi: Gravis Ultrasound 16-bit PCM (do not use) # gusmax: Gravis Ultrasound MAX (currently broken) # mss: Microsoft Sound System # opl: Yamaha OPL-2 and OPL-3 FM - SB, SB Pro, SB 16, ProAudioSpectrum @@ -612,6 +612,10 @@ device nnic0 at isa? port 0x150 iomem 0xe0000 tty irq 12 vector nnicintr # If you don't have a lpt0 device at IRQ 7, you can remove the # ``conflicts'' specification in the appropriate device entries below. # + +# Use this if you have a Gravis Ultrasound MAX card. +options GUSMAX + # Controls all sound devices controller snd0 device sb0 at isa? port 0x220 irq 7 conflicts drq 1 vector sbintr @@ -619,8 +623,10 @@ device sbxvi0 at isa? drq 5 device sbmidi0 at isa? port 0x330 device pas0 at isa? port 0x388 irq 10 drq 6 vector pasintr device gus0 at isa? port 0x220 irq 11 drq 1 vector gusintr -device gusxvi0 at isa? port 0x530 irq 7 conflicts drq 3 vector adintr -device gusmax0 at isa? port 0x32c +# The following two apparently do not work and may never. Use GUSMAX option +# above, instead. +#device gusxvi0 at isa? port 0x530 irq 7 conflicts drq 3 vector adintr +#device gusmax0 at isa? port 0x32c device mss0 at isa? port 0x530 irq 10 drq 1 vector adintr device opl0 at isa? port 0x388 device mpu0 at isa? port 0x330 irq 6 drq 0 diff --git a/sys/i386/conf/NOTES b/sys/i386/conf/NOTES index 6a23e4dfe1de..938ebbac754f 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.188 1995/07/16 10:31:08 joerg Exp $ +# $Id: LINT,v 1.189 1995/07/17 23:32:53 gibbs 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 @@ -596,7 +596,7 @@ device nnic0 at isa? port 0x150 iomem 0xe0000 tty irq 12 vector nnicintr # sbmidi: SoundBlaster 16 MIDI interface # pas: ProAudioSpectrum PCM and MIDI # gus: Gravis Ultrasound - Ultrasound, Ultrasound 16, Ultrasound MAX -# gusxvi: Gravis Ultrasound 16-bit PCM +# gusxvi: Gravis Ultrasound 16-bit PCM (do not use) # gusmax: Gravis Ultrasound MAX (currently broken) # mss: Microsoft Sound System # opl: Yamaha OPL-2 and OPL-3 FM - SB, SB Pro, SB 16, ProAudioSpectrum @@ -612,6 +612,10 @@ device nnic0 at isa? port 0x150 iomem 0xe0000 tty irq 12 vector nnicintr # If you don't have a lpt0 device at IRQ 7, you can remove the # ``conflicts'' specification in the appropriate device entries below. # + +# Use this if you have a Gravis Ultrasound MAX card. +options GUSMAX + # Controls all sound devices controller snd0 device sb0 at isa? port 0x220 irq 7 conflicts drq 1 vector sbintr @@ -619,8 +623,10 @@ device sbxvi0 at isa? drq 5 device sbmidi0 at isa? port 0x330 device pas0 at isa? port 0x388 irq 10 drq 6 vector pasintr device gus0 at isa? port 0x220 irq 11 drq 1 vector gusintr -device gusxvi0 at isa? port 0x530 irq 7 conflicts drq 3 vector adintr -device gusmax0 at isa? port 0x32c +# The following two apparently do not work and may never. Use GUSMAX option +# above, instead. +#device gusxvi0 at isa? port 0x530 irq 7 conflicts drq 3 vector adintr +#device gusmax0 at isa? port 0x32c device mss0 at isa? port 0x530 irq 10 drq 1 vector adintr device opl0 at isa? port 0x388 device mpu0 at isa? port 0x330 irq 6 drq 0 |
