cvs commit: src/sys/dev/sound/driver/sbc Makefile
Matthew Dillon
dillon at crater.dragonflybsd.org
Mon Jan 5 12:24:51 PST 2004
dillon 2004/01/05 12:23:53 PST
DragonFly src repository
Modified files:
sys/dev/sound/driver/sbc Makefile
Log:
When you attempt to kldload snd_sb16 and then unload it, the system crashes.
the problem turns out to be in snd_pcm. snd_sbc needs a dependancy on
snd_pcm. Without it, if you load a module that depends on both snd_sbc and
snd_pcm (like snd_sb16), then later try to unload it, the system may
unload snd_pcm before snd_sbc causing a panic.
Reported-by: Galen Sampson <galen_sampson at xxxxxxxxx>, esmith <esmith at xxxxxxxxxxxx>
Revision Changes Path
1.3 +2 -1 src/sys/dev/sound/driver/sbc/Makefile
http://www.dragonflybsd.org/cvsweb/src/sys/dev/sound/driver/sbc/Makefile.diff?r1=1.2&r2=1.3&f=h
More information about the Commits
mailing list