cvs commit: src/sys/pci agp.c

Maxime Henrion mux at FreeBSD.org
Sat May 22 17:00:42 PDT 2004


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


More information about the cvs-src mailing list