svn commit: r361506 - head/sys/arm/mv

Marcin Wojtas mw at FreeBSD.org
Tue May 26 14:10:53 UTC 2020


Author: mw
Date: Tue May 26 14:10:53 2020
New Revision: 361506
URL: https://svnweb.freebsd.org/changeset/base/361506

Log:
  Restore XHCI operation on Armada 38x
  
  r347343 split generic xhci driver into three files.
  Include generic_xhci_fdt.c when building kernel for Armada SoCs.
  This brings back XHCI support on these platforms and also
  others, which use GENERIC config.
  
  Submitted by: Kornel Duleba
  Obtained from: Semihalf
  MFC after: 1 week
  Sponsored by: Stormshield
  Differential Revision: https://reviews.freebsd.org/D24944

Modified:
  head/sys/arm/mv/files.arm7

Modified: head/sys/arm/mv/files.arm7
==============================================================================
--- head/sys/arm/mv/files.arm7	Tue May 26 14:06:07 2020	(r361505)
+++ head/sys/arm/mv/files.arm7	Tue May 26 14:10:53 2020	(r361506)
@@ -34,4 +34,5 @@ dev/uart/uart_dev_ns8250.c	optional	uart
 dev/uart/uart_dev_snps.c	optional	uart
 dev/usb/controller/ehci_mv.c	optional	ehci
 dev/usb/controller/generic_xhci.c	optional	xhci
+dev/usb/controller/generic_xhci_fdt.c	optional	xhci
 dev/ahci/ahci_mv_fdt.c		optional	ahci


More information about the svn-src-all mailing list