| Summary: | Loading/unloading sound modules (snd_sb16) more than once makes errors | ||
|---|---|---|---|
| Product: | Base System | Reporter: | darkwalker <darkwalker> |
| Component: | kern | Assignee: | cg |
| Status: | Closed FIXED | ||
| Severity: | Affects Only Me | ||
| Priority: | Normal | ||
| Version: | 4.2-STABLE | ||
| Hardware: | Any | ||
| OS: | Any | ||
|
Description
darkwalker
2001-03-08 05:30:00 UTC
State Changed From-To: open->feedback Problem may already be resolved Responsible Changed From-To: freebsd-bugs->cg cg is Mr Sound On Wed, Mar 07, 2001 at 09:24:40PM -0800, darkwalker@bigfoot.com wrote: > Loading a sound kld (snd_sb16 for instance), unloading it, > then loading and unloading it again causes a few errors > from the kernel. Every subsequent load/unload causes another error > on top of the ones that have already shown to appear again. > It seems to not release DMAs after acquiring them, > and not destroy children devices of the SB16 properly > on module unload PCM wasn't supported as modules in 4.x until very recently -- you may be predating that change. Can you update to the latest -stable (actually called 4.3-BETA) and try again? Kris State Changed From-To: feedback->closed Fixed |