summaryrefslogtreecommitdiffstats
path: root/sys/arm64
diff options
context:
space:
mode:
authorwma <wma@FreeBSD.org>2016-03-01 07:06:36 +0000
committerwma <wma@FreeBSD.org>2016-03-01 07:06:36 +0000
commit8076bc06d9994f207d949c72cb92b3919d1a3f37 (patch)
tree7fc0b65cb84248276430c63ef0a6256ff78d8ed6 /sys/arm64
parent34baac6c87c50280c75fceea9a322dc6911a6daf (diff)
downloadFreeBSD-src-8076bc06d9994f207d949c72cb92b3919d1a3f37.zip
FreeBSD-src-8076bc06d9994f207d949c72cb92b3919d1a3f37.tar.gz
Add uart 8250 device to GENERIC arm64 configuration
Obtained from: Semihalf Submitted by: Michal Stanek <mst@semihalf.com> Sponsored by: Annapurna Labs Approved by: cognet (mentor) Reviewed by: zbb, wma Differential revision: https://reviews.freebsd.org/D5406
Diffstat (limited to 'sys/arm64')
-rw-r--r--sys/arm64/conf/GENERIC1
1 files changed, 1 insertions, 0 deletions
diff --git a/sys/arm64/conf/GENERIC b/sys/arm64/conf/GENERIC
index 23862ec..e44869a 100644
--- a/sys/arm64/conf/GENERIC
+++ b/sys/arm64/conf/GENERIC
@@ -122,6 +122,7 @@ device dwmmc
# Serial (COM) ports
device uart # Generic UART driver
+device uart_ns8250 # ns8250-type UART driver
device pl011
# USB support
OpenPOWER on IntegriCloud