cvs commit: src/sys/conf files.i386 src/sys/i386/i386
uio_machdep.c
Alan Cox
alc at FreeBSD.org
Sun Mar 21 12:28:37 PST 2004
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)
More information about the cvs-src
mailing list