Date: Mon, 22 Mar 2004 00:08:26 -0800 (PST) From: Alan Cox <alc@FreeBSD.org> To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/conf files.sparc64 src/sys/sparc64/sparc64 uio_machdep.c Message-ID: <200403220808.i2M88Qjr061280@repoman.freebsd.org>
next in thread | raw e-mail | index | archive | help
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)
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200403220808.i2M88Qjr061280>
