*BSD News Article 40998


Return to BSD News archive

Path: sserve!newshost.anu.edu.au!harbinger.cc.monash.edu.au!msunews!agate!violet.berkeley.edu!jkh
From: jkh@violet.berkeley.edu (Jordan K. Hubbard)
Newsgroups: comp.os.386bsd.questions
Subject: Re: SoundBlaster16 with FreeBSD-2.0-RELEASE
Date: 18 Jan 1995 04:41:23 GMT
Organization: University of California, Berkeley
Lines: 23
Message-ID: <3fi65j$isq@agate.berkeley.edu>
References: <D2Kw4D.Et@xenitec.on.ca>
NNTP-Posting-Host: violet.berkeley.edu
Keywords: snd6 snd7 snd1 SoundBlaster16

In article <D2Kw4D.Et@xenitec.on.ca>,
Vance Shipley <vances@xenitec.on.ca> wrote:
>Has anyone gotten a SoundBlaster 16 to work with the 2.0 FreeBSD?

Add the following lines to your config file:

options         "ALLOW_CONFLICT_IOADDR"
options         "ALLOW_CONFLICT_IRQ"
options         "ALLOW_CONFLICT_DRQ"
options         EXCLUDE_GUS
options         EXCLUDE_GUS_IODETECT
options         EXCLUDE_PAS
options         EXCLUDE_SB_EMULATION
options         EXCLUDE_PRO_MIDI
device          snd2    at isa? port 0x220 irq 5 drq 1 vector sbintr
device          snd6    at isa? port 0x220 irq 5 drq 1 vector sbintr
device          snd1    at isa? port 0x388
device          snd7    at isa? port 0x300


Yes, I know it's grotty.  I'm currently reviewing the whole thing..

					Jordan