Date: Thu, 22 Jul 2010 23:12:19 +0000 (UTC) From: Andrew Turner <andrew@FreeBSD.org> To: cvs-src-old@freebsd.org Subject: cvs commit: src/sys/arm/s3c2xx0 s3c24x0.c s3c24x0_machdep.c s3c24x0reg.h s3c2xx0_space.c s3c2xx0var.h Message-ID: <201007222312.o6MNCevH038824@repoman.freebsd.org>
index | next in thread | raw e-mail
andrew 2010-07-22 23:12:19 UTC
FreeBSD src repository
Modified files:
sys/arm/s3c2xx0 s3c24x0.c s3c24x0_machdep.c s3c24x0reg.h
s3c2xx0_space.c s3c2xx0var.h
Log:
SVN rev 210396 on 2010-07-22 23:12:19Z by andrew
Rework how device memory is allocated on the s3c24x0 CPU's.
The device virtual addresses are now able to be allocated at runtime rather
than from the static pmap_devmap at boot. The only exception is memory
required before we have had a chance to dynamically allocate it.
While here reduce the space between the statically allocated devices by
reducing the distance between the virtual addresses.
Approved by: imp (mentor)
Revision Changes Path
1.2 +46 -43 src/sys/arm/s3c2xx0/s3c24x0.c
1.2 +6 -24 src/sys/arm/s3c2xx0/s3c24x0_machdep.c
1.2 +13 -5 src/sys/arm/s3c2xx0/s3c24x0reg.h
1.2 +1 -3 src/sys/arm/s3c2xx0/s3c2xx0_space.c
1.2 +1 -6 src/sys/arm/s3c2xx0/s3c2xx0var.h
help
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201007222312.o6MNCevH038824>
