]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/commit
arm: Fix duplicate ehci DRIVER_MODULE
authormanu <manu@FreeBSD.org>
Thu, 16 Apr 2020 16:59:37 +0000 (16:59 +0000)
committermanu <manu@FreeBSD.org>
Thu, 16 Apr 2020 16:59:37 +0000 (16:59 +0000)
commit865ffe5a9d203f9a6fe5ba85d14fdac45fcb0427
treef694df325bf00469867da6419aaaf4c8be21b5eb
parent7695b20a795d660e88b283c9ee3eda792c2a8c88
arm: Fix duplicate ehci DRIVER_MODULE

Name each ehci driver uniquely.
This remove the warning printed at each arm boot :
module_register: cannot register simplebus/ehci from kernel; already loaded from kernel

A similar fix was done in r333074 but imx_ehci wasn't renamed and generic_ehci wasn't
present at that time.
sys/dev/usb/controller/ehci_imx.c
sys/dev/usb/controller/generic_ehci_fdt.c