]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/commit
Fix BCM283x(Raspberry Pi) SDHCI driver for ARM64 build
authorOleksandr Tymoshenko <gonzo@FreeBSD.org>
Thu, 13 Oct 2016 23:29:24 +0000 (23:29 +0000)
committerOleksandr Tymoshenko <gonzo@FreeBSD.org>
Thu, 13 Oct 2016 23:29:24 +0000 (23:29 +0000)
commit8ff1636c1a39ee68d6c8c8a0d6b9313e17fdbae6
treebaa75c36bbd857eb2371288dd18259d2bb85ecb2
parent1b46e63d3c4ae4a3438a490a91bde39b59cc1aa5
Fix BCM283x(Raspberry Pi) SDHCI driver for ARM64 build

- Revert BUS_SPACE_PHYSADDR back to rman_get_start. BUS_SPACE_PHYSADDR was
    introduced in 2013 as temporary wrapper until proper solution appears.
    It's ARM only and since we need this file for ARM64 build and no proper
    API has been introduced - just revert the change and make sure it's
    going to appear when people grep for BUS_SPACE_PHYSADDR in sources.

- Fix printf format for size_t variables
sys/arm/broadcom/bcm2835/bcm2835_sdhci.c