Add dummy functions for Marvell SoC's not equipped with AHCI
authorwma <wma@FreeBSD.org>
Thu, 26 Jan 2017 11:14:23 +0000 (11:14 +0000)
committerwma <wma@FreeBSD.org>
Thu, 26 Jan 2017 11:14:23 +0000 (11:14 +0000)
commit60cc8a6c2eb69d1feb1bc8028c78eb5aedc7434f
treebda94f4030a794e68cd6007c0dbebc224bdb94ea
parente2916b6a6a4052316cc062f7aff505015f92463f
Add dummy functions for Marvell SoC's not equipped with AHCI

Commit r312747 ("Setup decoding windows for ARMADA38X") resulted
in build failing for Marvell platforms, which don't have AHCI controller.
This patch provides a fix by adding dummy functions for such cases.

On the occasion rename register dump routine to decode_win_ahci_dump,
in order to avoid confusion.

Submitted by:          Marcin Wojtas <mw@semihalf.com>
Obtained from:         Semihalf
Sponsored by:          Stormshield
sys/arm/mv/mv_common.c