Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 25 Jul 2016 14:49:15 +0000 (UTC)
From:      Andrew Turner <andrew@FreeBSD.org>
To:        src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-head@freebsd.org
Subject:   svn commit: r303299 - head/sys/arm64/conf
Message-ID:  <201607251449.u6PEnFmL050508@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: andrew
Date: Mon Jul 25 14:49:15 2016
New Revision: 303299
URL: https://svnweb.freebsd.org/changeset/base/303299

Log:
  Enable the generic OHCI driver on arm64
  
  Obtained from:	ABT Systems Ltd
  MFC after:	1 month
  Relnotes:	yes
  Sponsored by:	The FreeBSD Foundation

Modified:
  head/sys/arm64/conf/GENERIC

Modified: head/sys/arm64/conf/GENERIC
==============================================================================
--- head/sys/arm64/conf/GENERIC	Mon Jul 25 14:45:48 2016	(r303298)
+++ head/sys/arm64/conf/GENERIC	Mon Jul 25 14:49:15 2016	(r303299)
@@ -130,6 +130,7 @@ device		pl011
 # USB support
 options 	USB_DEBUG		# enable debug msgs
 device		dwcotg			# DWC OTG controller
+device		ohci			# OHCI PCI->USB interface
 device		xhci			# XHCI PCI->USB interface (USB 3.0)
 device		usb			# USB Bus (required)
 device		ukbd			# Keyboard



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