Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 16 Apr 2010 23:48:28 +0000 (UTC)
From:      Juli Mallett <jmallett@FreeBSD.org>
To:        cvs-src-old@freebsd.org
Subject:   cvs commit: src/sys/mips/include sf_buf.h src/sys/mips/mips mem.c uio_machdep.c vm_machdep.c
Message-ID:  <201004162348.o3GNmbMo010174@repoman.freebsd.org>

next in thread | raw e-mail | index | archive | help
jmallett    2010-04-16 23:48:28 UTC

  FreeBSD src repository

  Modified files:
    sys/mips/include     sf_buf.h 
    sys/mips/mips        mem.c uio_machdep.c vm_machdep.c 
  Log:
  SVN rev 206714 on 2010-04-16 23:48:28Z by jmallett
  
  o) Use the direct map where possible for uiomove_fromphys, based on code from
     sparc64.
  o) Use uiomove_fromphys rather than the broken fpage mechanism for /dev/mem.
  o) Update sf_buf allocator to not share buffers and to do a pmap_qremove when
     done with an sf_buf so as to better track valid mappings.
  
  Revision  Changes    Path
  1.2       +3 -12     src/sys/mips/include/sf_buf.h
  1.5       +86 -112   src/sys/mips/mips/mem.c
  1.2       +21 -13    src/sys/mips/mips/uio_machdep.c
  1.7       +40 -75    src/sys/mips/mips/vm_machdep.c



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