Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 19 Jan 1998 14:56:08 -0500 (EST)
From:      Chuck <crtb@capecod.net>
To:        freebsd-multimedia@FreeBSD.ORG
Subject:   Non-functional MM devs
Message-ID:  <199801191956.OAA04560@capecod.net>

next in thread | raw e-mail | index | archive | help
FreeBSD 2.2.2R;
My config file includes, among other stuff:
pseudo-device   speaker
# pca0 is back!  Taken from a posting..
device          pca0    at isa? port IO_TIMER1 tty
# snd: Voxware sound drivers for various cards (see file `sound.doc')
controller      snd0
# SoundBlaster DSP driver - for SB, SB Pro, SB16, PAS(emulating SB)
device          sb0     at isa? port 0x220 irq 5 drq 1 vector sbintr    # 7->5
# SoundBlaster 16 DSP driver - for SB16 - requires sb0 device
device          sbxvi0  at isa? drq 5
# SoundBlaster 16 MIDI - for SB16 - requires sb0 device
device          sbmidi0 at isa? port 0x330      # Was 300, now 330
# THE END

# The following are all from sound.doc, or the version of it I saw in the mail.

# options         EXCLUDE_AUDIO           # NO digital audio support
# options         EXCLUDE_SEQUENCER       # NO sequencer support
options         "EXCLUDE_MPU401"        # NO MPU401 support
options         EXCLUDE_GUS             # NO GUS support
options         EXCLUDE_GUS_IODETECT    # NO GUS io detection
# options         EXCLUDE_SB              # NO SB support
options         EXCLUDE_SB_EMULATION    # NO PAS SB emulation support
options         EXCLUDE_SBPRO           # NO SB Pro support
# options         "EXCLUDE_SB16"          # NO SB 16 support
options         "EXCLUDE_YM3812"        # NO AdLib support
options         "EXCLUDE_OPL3"          # NO OPL3 chip support
options         EXCLUDE_PAS             # NO Pro Audio Studio support
options         EXCLUDE_PRO_MIDI        # NO PAS MIDI support
# options         EXCLUDE_CHIP_MIDI       # NO MIDI chip support
# options         EXCLUDE_MIDI            # NO MIDI support whatsoever

# Really looks as if probes will fail: dev. sb0 == dev. snd{2,6}, no?
#device snd5 at isa? port 0x330 irq 6 vector mpuintr
#device snd4 at isa? port 0x220 irq 15 drq 6 vector gusintr
#device snd3 at isa? port 0x388 irq 10 drq 6 vector pasintr
device snd2 at isa? port 0x220 irq 7 drq 1 vector sbintr
device snd6 at isa? port 0x220 irq 7 drq 5 vector sbintr
device snd7 at isa? port 0x300
device snd1 at isa? port 0x388



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?199801191956.OAA04560>