From 705f4b2ceb763333b1d256baabc4ca9ee718bd77 Mon Sep 17 00:00:00 2001 From: Marcin Wojtas Date: Sat, 9 Sep 2017 10:58:45 +0000 Subject: [PATCH] Enable compilation of Marvell XHCI driver in arm64 GENERIC Enabled driver can be used on boards equipped with Marvell Armada 3700/7k/8k SoCs. Submitted by: Patryk Duda Obtained from: Semihalf Sponsored by: Semihalf Differential Revision: https://reviews.freebsd.org/D12253 --- sys/arm64/conf/GENERIC | 1 + 1 file changed, 1 insertion(+) diff --git a/sys/arm64/conf/GENERIC b/sys/arm64/conf/GENERIC index 8e3a1c06fce5..a8a7fe18a664 100644 --- a/sys/arm64/conf/GENERIC +++ b/sys/arm64/conf/GENERIC @@ -159,6 +159,7 @@ device dwcotg # DWC OTG controller device ohci # OHCI USB interface device ehci # EHCI USB interface (USB 2.0) device xhci # XHCI PCI->USB interface (USB 3.0) +device xhci_mv # Marvell XHCI USB interface device usb # USB Bus (required) device ukbd # Keyboard device umass # Disks/Mass storage - Requires scbus and da