It seems Richard Todd wrote: > > I found much the same thing; specifically, the problematic change is this one: > > > jhb 2001/08/10 14:08:57 PDT > > Modified files: > sys/kern kern_synch.c > Log: > Work around a race between msleep() and endtsleep() where it was possible > for endtsleep() to be executing when msleep() resumed, for endtsleep() > to spin on sched_lock long enough for the other process to loop on > msleep() and sleep again resulting in endtsleep() waking up the "wrong" > msleep. > > Obtained from: BSD/OS > > Revision Changes Path > 1.154 +24 -4 src/sys/kern/kern_synch.c Yups, reverting this, even in a newer kernel makes sound work again, well the VIA support is still not sounding proberly, but it didn't before as well so thats not related to this bogon... -Søren To Unsubscribe: send mail to [EMAIL PROTECTED] with "unsubscribe freebsd-current" in the body of the message
- Sound broken on -current again... Søren Schmidt
- Re: Sound broken on -current again... Daniel M . Kurry
- Re: Sound broken on -current again... Richard Todd
- Re: Sound broken on -current again... Jim Bryant
- Re: Sound broken on -current again... Maxim Sobolev
- Re: Sound broken on -current again... Wesley Morgan
- Re: Sound broken on -current again... Richard Todd
- Re: Sound broken on -current again... Søren Schmidt
- Re: Sound broken on -current again... Alexander Leidinger
- Re: Sound broken on -current again... Søren Schmidt
- Re: Sound broken on -current again... Alexander Leidinger
- Re: Sound broken on -current again... Søren Schmidt
- Re: Sound broken on -current again... Alexander Leidinger
- Re: Sound broken on -current again... Jim Bryant
- Re: Sound broken on -current again... Daniel M . Kurry
- Re: Sound broken on -current again... Søren Schmidt
- Re: Sound broken on -current again... Maxim Sobolev
- Re: Sound broken on -current again... John Baldwin