svn commit: r303299 - head/sys/arm64/conf

Andrew Turner andrew at FreeBSD.org
Mon Jul 25 14:49:16 UTC 2016


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


More information about the svn-src-all mailing list