Repo copy machine/pc32/i386/mem.c to kern/kern_memio.c and separate out
authorMatthew Dillon <dillon@dragonflybsd.org>
Sun, 17 Dec 2006 20:07:33 +0000 (20:07 +0000)
committerMatthew Dillon <dillon@dragonflybsd.org>
Sun, 17 Dec 2006 20:07:33 +0000 (20:07 +0000)
commitfc26c9f1dc7d005c8f5ba8c1026173e3cf9302a1
tree5f821f911551171d989e2447b47aaef12790b62e
parent5b7da64a5ce14b039108ebfcde166116005d7288
Repo copy machine/pc32/i386/mem.c to kern/kern_memio.c and separate out
the (few) machine-dependant parts.  This file primarily controls access
to /dev/zero, /dev/null, /dev/random, and kernel memory, and does not belong
in a machine-dependant directory.
sys/conf/files
sys/kern/kern_memio.c
sys/platform/pc32/conf/files
sys/platform/pc32/i386/i686_mem.c
sys/platform/pc32/i386/k6_mem.c
sys/platform/pc32/i386/mem.c [deleted file]
sys/platform/pc32/i386/sys_machdep.c
sys/sys/memrange.h