summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDavid Gwynne <dlg@cvs.openbsd.org>2019-01-04 23:56:20 +0000
committerDavid Gwynne <dlg@cvs.openbsd.org>2019-01-04 23:56:20 +0000
commitd6a0767c68ae491ef8940bf3f04999ba50defea6 (patch)
tree19672ac73d5d490a202580077596310ffe689b37
parent69c56c2170128d20d042999275294832377fa4c9 (diff)
enable ohci at fdt
-rw-r--r--sys/arch/arm64/conf/GENERIC3
1 files changed, 2 insertions, 1 deletions
diff --git a/sys/arch/arm64/conf/GENERIC b/sys/arch/arm64/conf/GENERIC
index 37fff377e19..45fbf764087 100644
--- a/sys/arch/arm64/conf/GENERIC
+++ b/sys/arch/arm64/conf/GENERIC
@@ -1,4 +1,4 @@
-# $OpenBSD: GENERIC,v 1.92 2019/01/02 21:15:47 patrick Exp $
+# $OpenBSD: GENERIC,v 1.93 2019/01/04 23:56:19 dlg Exp $
#
# GENERIC machine description file
#
@@ -65,6 +65,7 @@ ahci* at fdt?
dwge* at fdt?
dwpcie* at fdt?
pci* at dwpcie?
+ohci* at fdt?
ehci* at fdt?
pciecam* at fdt?
pci* at pciecam?