]> CyberLeo.Net >> Repos - FreeBSD/stable/10.git/commit
MFC r260886, r261165, r261171, r261172, r261214
authorian <ian@ccf9f872-aa2e-dd11-9fc8-001c23d0bc1f>
Wed, 14 May 2014 23:51:07 +0000 (23:51 +0000)
committerian <ian@ccf9f872-aa2e-dd11-9fc8-001c23d0bc1f>
Wed, 14 May 2014 23:51:07 +0000 (23:51 +0000)
commit20b9b880c01fb6598ee9efa0cc6f9723e2ab5c0d
treec7a76bfbfd48a0a2b2cb4aa88df8199483263953
parent5087035039a2017c773b1407f08599708ff7b749
MFC r260886, r261165, r261171, r261172, r261214

  Fix gcc with -Wstrict-prototypes by telling it bi_emac takes no
  parameters.

  Bus space handles need to be the VA of the requested resource, not the
  rounded page VA. Correct so the DBGU device can be mapped for FDT
  console since it isn't on a page boundary.

  Make early printf output nicer by inserting a carriage return before
  any linefeeds that are output.

  Before resetting the USART, delay a bit to allow the transmitter to
  finish the current character to drain to avoid glitching. Also,
  simplify the code a smidge.

  Remove extra parens to silence clang warning.

git-svn-id: svn://svn.freebsd.org/base/stable/10@266097 ccf9f872-aa2e-dd11-9fc8-001c23d0bc1f
sys/arm/arm/db_trace.c
sys/arm/at91/at91.c
sys/arm/at91/board_sam9260ek.c
sys/arm/at91/uart_dev_at91usart.c