History log of /freebsd-10-stable/sys/mips/alchemy/uart_cpu_alchemy.c
Revision Date Author Comments
(<<< Hide modified files)
(Show modified files >>>)
# 256281 10-Oct-2013 gjb

Copy head (r256279) to stable/10 as part of the 10.0-RELEASE cycle.

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

# 202032 10-Jan-2010 imp

Merge from projects/mips to head by hand:

Merge support for very early alchemy port. I wouldn't merge this
except I don't want it to get lost when we retire projects/mips.
Should be consiered pre-alpha at this stage. Also, alchemy is now
owned by rmi, but started out life as a separate processor line, so
I'm leaving it in its own directory rather than try to shoe-horn it
into the unrelated rmi directory. Its future location is an open
question.


# 191282 19-Apr-2009 gonzo

- Make mips_bus_space_generic be of type bus_space_tag_t instead of
struct bus_space and update all relevant places.


# 191084 15-Apr-2009 gonzo

Use FreeBSD/arm approach for handling bus space access: space tag is a pointer
to bus_space structure that defines access methods and hence every bus can
define own accessors. Default space is mips_bus_space_generic. It's a simple
interface to physical memory, values are read with regard to host system
byte order.


# 191079 14-Apr-2009 gonzo

- Revert changes accidentally killed by merge operation


# 187498 20-Jan-2009 imp

First milestone on Alchemy port: Simplest kernel now compiles.