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

Reply via email to