Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 9 Sep 2017 10:58:45 +0000 (UTC)
From:      Marcin Wojtas <mw@FreeBSD.org>
To:        src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-head@freebsd.org
Subject:   svn commit: r323354 - head/sys/arm64/conf
Message-ID:  <201709091058.v89AwjIw070217@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: mw
Date: Sat Sep  9 10:58:45 2017
New Revision: 323354
URL: https://svnweb.freebsd.org/changeset/base/323354

Log:
  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 <pdk@semihalf.com>
  Obtained from: Semihalf
  Sponsored by: Semihalf
  Differential Revision: https://reviews.freebsd.org/D12253

Modified:
  head/sys/arm64/conf/GENERIC

Modified: head/sys/arm64/conf/GENERIC
==============================================================================
--- head/sys/arm64/conf/GENERIC	Sat Sep  9 10:54:13 2017	(r323353)
+++ head/sys/arm64/conf/GENERIC	Sat Sep  9 10:58:45 2017	(r323354)
@@ -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



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201709091058.v89AwjIw070217>