freebsd-nq/sys/arm
Marius Strobl 97202af2dc - Add a uart_rxready() and corresponding device-specific implementations
that can be used to check whether receive data is ready, i.e. whether
  the subsequent call of uart_poll() should return a char, and unlike
  uart_poll() doesn't actually receive data.
- Remove the device-specific implementations of uart_poll() and implement
  uart_poll() in terms of uart_getc() and the newly added uart_rxready()
  in order to minimize code duplication.
- In sunkbd(4) take advantage of uart_rxready() and use it to implement
  the polled mode part of sunkbd_check() so we don't need to buffer a
  potentially read char in the softc.
- Fix some mis-indentation in sunkbd_read_char().

Discussed with:	marcel
2007-01-18 22:01:19 +00:00
..
arm - Add bounce pages for arm, largely based on the i386 implementation. 2007-01-17 00:53:05 +00:00
at91 - Add a uart_rxready() and corresponding device-specific implementations 2007-01-18 22:01:19 +00:00
compile
conf Hints are handled differently on -current 2007-01-05 10:30:51 +00:00
include - Add bounce pages for arm, largely based on the i386 implementation. 2007-01-17 00:53:05 +00:00
sa11x0 - Add a uart_rxready() and corresponding device-specific implementations 2007-01-18 22:01:19 +00:00
xscale Create bus dma tags for both the PCI bus and the IXP425 root bus. Set the 2007-01-17 00:58:25 +00:00