freebsd-dev/sys/arm
Marcel Moolenaar f8100ce2a7 Don't expose the uart_ops structure directly, but instead have
it obtained through the uart_class structure. This allows us
to declare the uart_class structure as weak and as such allows
us to reference it even when it's not compiled-in.
It also allows is to get the uart_ops structure by name, which
makes it possible to implement the dt tag handling in uart_getenv().
The side-effect of all this is that we're using the uart_class
structure more consistently which means that we now also have
access to the size of the bus space block needed by the hardware
when we map the bus space, eliminating any hardcoding.
2007-04-02 22:00:22 +00:00
..
arm Fix a comment 2007-03-21 07:49:56 +00:00
at91 Don't expose the uart_ops structure directly, but instead have 2007-04-02 22:00:22 +00:00
compile
conf Default to booting off the SD card. It is more useful, and a full 2007-03-23 23:47:59 +00:00
include Remove __P 2007-03-21 03:28:16 +00:00
sa11x0 Don't expose the uart_ops structure directly, but instead have 2007-04-02 22:00:22 +00:00
xscale Don't expose the uart_ops structure directly, but instead have 2007-04-02 22:00:22 +00:00