]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/commit
Use OF_decode_addr() to create a bus_space tag and handle for the console
authorian <ian@FreeBSD.org>
Mon, 18 Jan 2016 17:03:12 +0000 (17:03 +0000)
committerian <ian@FreeBSD.org>
Mon, 18 Jan 2016 17:03:12 +0000 (17:03 +0000)
commit2ca2e85e35e5300fd25386a5f6f9539eb1b83d12
treea02c9e6a59a6aea7d88fc4fe591f5884770b6884
parent87558a38ae8607a42764a8e706e9128e4bba6b99
Use OF_decode_addr() to create a bus_space tag and handle for the console
on FDT/OFW platforms.

After the refactoring of the powerpc code so that OF_decode_addr() is usable
on all FDT/OFW platforms, this switches uart(4) to using it.

Differential Revision: https://reviews.freebsd.org/D4675
sys/dev/uart/uart_cpu_fdt.c