Date: Sun, 6 Jun 2010 22:00:58 +1200 From: Andrew Turner <andrew@fubar.geek.nz> To: freebsd-arm@freebsd.org Subject: Two S3C24x0 patches Message-ID: <20100606220058.4a105966@bender>
next in thread | raw e-mail | index | archive | help
I've created 2 new patches for the S3C24x0 code. The first, at [1], changes how devices have their register virtual addresses allocated. Only a limited number of devices are in the static map now. The rest have their virtual address allocated when bus_alloc_resource is called with RF_ACTIVE. This also allows me to change the physical to virtual address mapping in the static code to reduce the address space used. These together will help later with supporting external memory mapped devices. The second, at [2], adds support for the RTC. It depends on [1]. Andrew [1] http://fubar.geek.nz/files/freebsd/s3c2xx0/freebsd-s3c24x0-bus_space.diff [2] http://fubar.geek.nz/files/freebsd/s3c2xx0/freebsd-s3c24x0-rtc.diff
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20100606220058.4a105966>