mux 2004/05/22 17:00:10 PDT
FreeBSD src repository
Modified files:
sys/pci agp.c
Log:
In agp_generic_bind_memory(), grab the needed pages before acquiring
the agp mutex. We do this because vm_page_grab() called with the
VM_ALLOC_RETRY flag can sleep.
Pointed out by: alc
Revision Changes Path
1.42 +42 -30 src/sys/pci/agp.c