aboutsummaryrefslogtreecommitdiff
path: root/sys/conf
diff options
context:
space:
mode:
authorAlan Cox <alc@FreeBSD.org>2004-03-20 19:36:29 +0000
committerAlan Cox <alc@FreeBSD.org>2004-03-20 19:36:29 +0000
commit33d13796410bcaa2a558ec3951b7d3253728a19f (patch)
treeda5f52bd315cb90a078fe65489c610fe964446ed /sys/conf
parent0f8f86b71f022b803e99151c19db81b280f245dc (diff)
downloadsrc-33d13796410bcaa2a558ec3951b7d3253728a19f.tar.gz
src-33d13796410bcaa2a558ec3951b7d3253728a19f.zip
Introduce uiomove_fromphys(). This is a variant of uiomove() that takes
a collection of physical pages as the source. On amd64 it is implemented using the direct virtual-to-physical map.
Notes
Notes: svn path=/head/; revision=127236
Diffstat (limited to 'sys/conf')
-rw-r--r--sys/conf/files.amd641
1 files changed, 1 insertions, 0 deletions
diff --git a/sys/conf/files.amd64 b/sys/conf/files.amd64
index 41a05fba0d26..dc1a95131742 100644
--- a/sys/conf/files.amd64
+++ b/sys/conf/files.amd64
@@ -75,6 +75,7 @@ amd64/amd64/support.S standard
amd64/amd64/sys_machdep.c standard
amd64/amd64/trap.c standard
amd64/amd64/tsc.c standard
+amd64/amd64/uio_machdep.c standard
amd64/amd64/uma_machdep.c standard
amd64/amd64/vm_machdep.c standard
amd64/isa/atpic.c optional atpic isa