*BSD News Article 18586


Return to BSD News archive

Path: sserve!newshost.anu.edu.au!munnari.oz.au!news.Hawaii.Edu!ames!agate!howland.reston.ans.net!noc.near.net!ceylon!genesis!steve2
From: steve2@genesis.nred.ma.us
Newsgroups: comp.os.386bsd.questions
Subject: Re: Sound Blaster at patch level 0.2.4
Message-ID: <CADG06.26x@genesis.nred.ma.us>
Date: 18 Jul 93 17:45:40 GMT
References: <1993Jul14.140005.18111@rchland.ibm.com>
Organization: Genesis Public Access Unix +1 508 664 0149
Lines: 19

>I upgraded to patch level 0.2.4, but now my kernel will not build
>because the identifier _sb0mask is not defined.

This is because of the intr code shipped with pk 0.2.4.  All you need
to do is add a line at the top of sb.c:

	long sb0mask;

I've made a few minor fixes like this, including the dreaded dsp rate bug
posted in comp.os.386bsd.misc that I should post some diffs to.  I also
created a very crude FM player that plays .mid files.  I will roll this
stuff up and post it as soon as I get the chance.

If anyone has anything they'd like to contribute for the soundblaster
driver, let me know and I'll toss it in.

Thanks,
- Steve
steve2@genesis.nred.ma.us