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 _______________________________________________ [email protected] mailing list https://lists.freebsd.org/mailman/listinfo/svn-src-head To unsubscribe, send any mail to "[email protected]"
