]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/commit
MFC r333073-r333074
authorian <ian@FreeBSD.org>
Mon, 22 Apr 2019 04:56:41 +0000 (04:56 +0000)
committerian <ian@FreeBSD.org>
Mon, 22 Apr 2019 04:56:41 +0000 (04:56 +0000)
commit6f9144fb32a8689144ba63bed229ff5a3bf20390
tree3b9246b02ef08cdd447c011406db1f4a004e4c59
parent920f4008f07bf04e5f5f57d857c4ac1f55a0c196
MFC r333073-r333074

r333073 by manu:
arm: Fix duplicate ahci DRIVER_MODULE

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

r333074 by manu:
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
sys/arm/allwinner/a10_ahci.c
sys/arm/allwinner/a10_ehci.c
sys/arm/cavium/cns11xx/ehci_ebus.c
sys/arm/freescale/imx/imx6_ahci.c
sys/arm/freescale/vybrid/vf_ehci.c
sys/arm/samsung/exynos/exynos5_ehci.c
sys/arm/ti/usb/omap_ehci.c
sys/arm/xilinx/zy7_ehci.c