cvs commit: src/sys/conf files.sparc64 src/sys/sparc64/sparc64 uio_machdep.c

Alan Cox alc at FreeBSD.org
Mon Mar 22 00:08:26 PST 2004


alc         2004/03/22 00:08:26 PST

  FreeBSD src repository

  Modified files:
    sys/conf             files.sparc64 
  Added files:
    sys/sparc64/sparc64  uio_machdep.c 
  Log:
  Add an implementation of uiomove_fromphys() to sparc64.  This
  implementation could be characterized as a hybrid of the amd64 and i386
  implementations.  Specifically, the direct virtual-to-physical mapping is
  used if possible and sf_buf_alloc() is used if the direct map cannot.
  
  Revision  Changes    Path
  1.51      +1 -0      src/sys/conf/files.sparc64
  1.1       +146 -0    src/sys/sparc64/sparc64/uio_machdep.c (new)


More information about the cvs-src mailing list