Doug Barton wrote: > The native nvidia drivers work great in RELENG_4 with my geforce 4 mmx, > but in -current they hate me. I just upgraded to the latest -current and > I'm using XFree compiled on -current, no joy. It's always the same error: > > panic: bremfree: bp 0xc7751bb8 not locked
This is not the real panic(), the real one is an assertion failure in vm_page_wire(). In -CURRENT, vm_page_wire() should be called with the page queue mutex held. The nVidia driver lacks a fair amount of vm_page_lock_queues() calls, and I wouldn't be surprised if it was missing more things, with respect to locking. Cheers, Maxime To Unsubscribe: send mail to [EMAIL PROTECTED] with "unsubscribe freebsd-current" in the body of the message