> ac97 works fine for me, on 3 different machines. > just to say it here. i put this driver to my contrib, > but aki is the author! is just added some lines of code. > > but there seem to be a bug, when used with juke(7). > i get ton's of these messages when i play the first > song > > qlock: 0xf018d159: ilockdepth 1 > > i tried to debug it, but can't find the bug.
one bug is in ac97write. there's a memmove into user memory with an ilock held. that's a no-no, since you could take a page fault. you can get a better handle on which qlock is causing the problem by converting the address given on the console to the qlock in question. - erik