Date: Sun, 21 Mar 2004 12:28:37 -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.i386 src/sys/i386/i386 uio_machdep.c Message-ID: <200403212028.i2LKSbTG089270@repoman.freebsd.org>
next in thread | raw e-mail | index | archive | help
alc 2004/03/21 12:28:37 PST FreeBSD src repository Modified files: sys/conf files.i386 Added files: sys/i386/i386 uio_machdep.c Log: Add an implementation of uiomove_fromphys() for i386. This implementation uses sf_buf_alloc() and sf_buf_free() to create and destroy the necessary ephemeral mappings. Revision Changes Path 1.480 +1 -0 src/sys/conf/files.i386 1.1 +132 -0 src/sys/i386/i386/uio_machdep.c (new)
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200403212028.i2LKSbTG089270>