Add support for arm64 to uart_dev_acpi by using the _HID property to find
authorandrew <andrew@FreeBSD.org>
Thu, 21 Jul 2016 09:32:55 +0000 (09:32 +0000)
committerandrew <andrew@FreeBSD.org>
Thu, 21 Jul 2016 09:32:55 +0000 (09:32 +0000)
commit711209b5ad5fae2fec9b4d40e98d1034f5c782d0
treec4dba095e18b955908b32b81ce725ae872567c89
parent4222c04023b78768db9a4df404a15d4bf8075db0
Add support for arm64 to uart_dev_acpi by using the _HID property to find
the uart class to use in a similar way as the fdt driver.

Obtained from: ABT Systems Ltd
MFC after: 1 month
Sponsored by: The FreeBSD Foundation
Differential Revision: https://reviews.freebsd.org/D7248
sys/dev/uart/uart_bus_acpi.c
sys/dev/uart/uart_cpu_acpi.h [new file with mode: 0644]
sys/dev/uart/uart_dev_pl011.c