Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 22 May 2004 17:00:10 -0700 (PDT)
From:      Maxime Henrion <mux@FreeBSD.org>
To:        src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org
Subject:   cvs commit: src/sys/pci agp.c
Message-ID:  <200405230000.i4N00AXj068604@repoman.freebsd.org>

next in thread | raw e-mail | index | archive | help
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



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200405230000.i4N00AXj068604>