Add support for AHCI in Armada 3700

This patch simply AHCI generic driver by extending compatible list.

Submitted by: Patryk Duda <pdk@semihalf.com>
Obtained from: Semihalf
Sponsored by: Semihalf
Differential Revision: https://reviews.freebsd.org/D12254
This commit is contained in:
Marcin Wojtas 2017-09-09 11:01:44 +00:00
parent 90354c3200
commit e75791056b

View File

@ -60,9 +60,10 @@ __FBSDID("$FreeBSD$");
#include <dev/ofw/ofw_bus_subr.h>
static struct ofw_compat_data compat_data[] = {
{"generic-ahci", 1},
{"snps,dwc-ahci", 1},
{NULL, 0}
{"generic-ahci", 1},
{"snps,dwc-ahci", 1},
{"marvell,armada-3700-ahci", 1},
{NULL, 0}
};
static int