svn commit: r305677 - head/sys/powerpc/conf

Justin Hibbits jhibbits at FreeBSD.org
Sat Sep 10 01:09:59 UTC 2016


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


More information about the svn-src-head mailing list