From ea29110cd5a8d14b153de30f897aaa1b828ec663 Mon Sep 17 00:00:00 2001 From: raj Date: Wed, 24 Jun 2009 15:41:18 +0000 Subject: Introduce ata(4) support for Marvell integrated SATA controllers (found on 88F5xxx, 88F6xxx and MV78xxx system on chip devices). Reviewed by: stas Obtained from: Semihalf --- sys/arm/mv/orion/orion.c | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'sys/arm/mv/orion/orion.c') diff --git a/sys/arm/mv/orion/orion.c b/sys/arm/mv/orion/orion.c index 7730a59..8fd7551 100644 --- a/sys/arm/mv/orion/orion.c +++ b/sys/arm/mv/orion/orion.c @@ -92,6 +92,10 @@ struct obio_device obio_devices[] = { { -1 }, { -1 }, CPU_PM_CTRL_NONE }, + { "sata", MV_SATAHC_BASE, MV_SATAHC_SIZE, + { MV_INT_SATA, -1 }, { -1 }, + CPU_PM_CTRL_NONE + }, { NULL, 0, 0, { 0 } } }; -- cgit v1.1