Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 20 Oct 2020 20:11:29 +0000 (UTC)
From:      Ed Maste <emaste@FreeBSD.org>
To:        src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-head@freebsd.org
Subject:   svn commit: r366902 - head/sys/arm64/conf
Message-ID:  <202010202011.09KKBTFW050941@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: emaste
Date: Tue Oct 20 20:11:29 2020
New Revision: 366902
URL: https://svnweb.freebsd.org/changeset/base/366902

Log:
  arm64: add uhci to GENERIC
  
  uhci is (or, can be) used by VMware ESXi-Arm.
  
  PR:		250308
  Reported by:	Vincent Milum Jr
  MFC after:	2 weeks
  Sponsored by:	The FreeBSD Foundation

Modified:
  head/sys/arm64/conf/GENERIC

Modified: head/sys/arm64/conf/GENERIC
==============================================================================
--- head/sys/arm64/conf/GENERIC	Tue Oct 20 17:50:18 2020	(r366901)
+++ head/sys/arm64/conf/GENERIC	Tue Oct 20 20:11:29 2020	(r366902)
@@ -227,6 +227,7 @@ device		rk_typec_phy		# Rockchip TypeC PHY
 device		dwcotg			# DWC OTG controller
 device		musb			# Mentor Graphics USB OTG controller
 device		ohci			# OHCI USB interface
+device		uhci			# UHCI USB interface
 device		ehci			# EHCI USB interface (USB 2.0)
 device		ehci_mv			# Marvell EHCI USB interface
 device		xhci			# XHCI USB interface (USB 3.0)



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