History log of /freebsd-9.3-release/sys/arm/sa11x0/sa11x0_io.c
Revision Date Author Comments
(<<< Hide modified files)
(Show modified files >>>)
# 267654 19-Jun-2014 gjb

Copy stable/9 to releng/9.3 as part of the 9.3-RELEASE cycle.

Approved by: re (implicit)
Sponsored by: The FreeBSD Foundation

# 225736 22-Sep-2011 kensmith

Copy head to stable/9 as part of 9.0-RELEASE release cycle.

Approved by: re (implicit)


# 177887 03-Apr-2008 raj

Refactor certain ARM bus space methods: instead of having multiple copies of
the same code introduce sys/arm/arm/bus_space_generic.c for a shared set of
routines.

Reviewed by: sam
Approved by: cognet (mentor)


# 164440 20-Nov-2006 kevlo

Match bus space unmap prototype.

Approved by: cognet


# 163553 21-Oct-2006 kevlo

style(9) cleanup.

Approved by: cognet


# 158854 23-May-2006 cognet

Use pmap_devmap_bootstrap(), instead of mapping the SACOM1 registers
with pmap_map_entry.
More use of macros instead of hardcoding the addr.

Submitted by: kevlo


# 158733 18-May-2006 cognet

Implement sa11x0_bs_unmap.
Submitted by: kevlo


# 145017 13-Apr-2005 cognet

pmap_update() is gone.


# 139735 05-Jan-2005 imp

Start all license statements with /*-


# 135645 23-Sep-2004 cognet

Remove bus_space_vaddr(), it does not exists in FreeBSD.


# 130644 17-Jun-2004 cognet

Nuke bus_space_mmap(), as it does not exist in FreeBSD.


# 130585 16-Jun-2004 phk

Do the dreaded s/dev_t/struct cdev */
Bump __FreeBSD_version accordingly.


# 129198 14-May-2004 cognet

Import FreeBSD/arm kernel bits.
It only supports sa1110 (on simics) right now, but xscale support should come
soon.
Some of the initial work has been provided by :
Stephane Potvin <sepotvin at videotron.ca>
Most of this comes from NetBSD.