History log of /freebsd-10-stable/sys/mips/conf/AR933X_BASE.hints
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

# 252242 26-Jun-2013 adrian

Add in the vendor / device id so the ath_ahb glue works.


# 249121 04-Apr-2013 adrian

Now that interrupt driven uart IO is working, flip this back on.


# 249093 04-Apr-2013 adrian

Implement AR933x polled IO uart bus code.

This implements the bus transmit/receive/sigchg/ipend methods with
a polled interrupt handler (ipend) rather than enabling hardware
interrupts.

The FIFO is faked at 16 bytes deep for now, just so the transmit
IO side doesn't suck too bad (the callout frequency limits how quickly
IO is flushed to the sender, rather than scheduling the callout more
frequently whilst there's active TX. But I digress.)

Tested:

* Atheros AP121 (AR9330) reference board, booting to multi-user interactive
mode.


# 248853 28-Mar-2013 adrian

Initial (unfinished!) AR933x support.