Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 10 Sep 2016 01:09:58 +0000 (UTC)
From:      Justin Hibbits <jhibbits@FreeBSD.org>
To:        src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-head@freebsd.org
Subject:   svn commit: r305677 - head/sys/powerpc/conf
Message-ID:  <201609100109.u8A19wVu060843@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: jhibbits
Date: Sat Sep 10 01:09:58 2016
New Revision: 305677
URL: https://svnweb.freebsd.org/changeset/base/305677

Log:
  Add ehci to the MPC85XX build
  
  Many QorIQ and MPC85xx SoCs have USB support, so add it to the kernel.
  
  MFC after:	1 week

Modified:
  head/sys/powerpc/conf/MPC85XX

Modified: head/sys/powerpc/conf/MPC85XX
==============================================================================
--- head/sys/powerpc/conf/MPC85XX	Fri Sep  9 21:58:48 2016	(r305676)
+++ head/sys/powerpc/conf/MPC85XX	Sat Sep 10 01:09:58 2016	(r305677)
@@ -89,6 +89,7 @@ device		tun
 device		uart
 options 	USB_DEBUG	# enable debug msgs
 #device		uhci
+device		ehci
 device		umass
 device		usb
 device		vlan



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