> Upon patching the sources and recompiling, I kldunloaded snd_pcm.ko while
> snd_maestro3.ko was still loaded, and attempted to play an mp3; kernel
> panic ensued.

this should be impossible in two ways:

1. snd_maestro3 depends on snd_pcm so the module system should not permit
snd_maestro3 to be present in the systemwithout snd_pcm .

2. if you just load snd_maestro3, snd_pcm will be autoloaded.  an autoloaded
module cannot be unloaded manually.

    -cg



To Unsubscribe: send mail to [EMAIL PROTECTED]
with "unsubscribe freebsd-stable" in the body of the message

Reply via email to