summaryrefslogtreecommitdiffstats
path: root/sys/arm/mv/orion/orion.c
diff options
context:
space:
mode:
authorraj <raj@FreeBSD.org>2009-06-24 15:41:18 +0000
committerraj <raj@FreeBSD.org>2009-06-24 15:41:18 +0000
commitea29110cd5a8d14b153de30f897aaa1b828ec663 (patch)
tree051f4a0dab858ceeabe11c266c44e23848a539b5 /sys/arm/mv/orion/orion.c
parentbc01d373ec9763dd556a7405159dff14ec0d6547 (diff)
downloadFreeBSD-src-ea29110cd5a8d14b153de30f897aaa1b828ec663.zip
FreeBSD-src-ea29110cd5a8d14b153de30f897aaa1b828ec663.tar.gz
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
Diffstat (limited to 'sys/arm/mv/orion/orion.c')
-rw-r--r--sys/arm/mv/orion/orion.c4
1 files changed, 4 insertions, 0 deletions
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 } }
};
OpenPOWER on IntegriCloud