summaryrefslogtreecommitdiffstats
path: root/sys/modules/geom
diff options
context:
space:
mode:
authormav <mav@FreeBSD.org>2012-04-30 17:53:02 +0000
committermav <mav@FreeBSD.org>2012-04-30 17:53:02 +0000
commitdbcc3abc523ff7cb6a79aff875fce65fdb715261 (patch)
tree6a05d16f8e20c1c50eac8e7a26f0f316e65debcd /sys/modules/geom
parent4f2a8a3a321ff12581a772dd9ca97d03ab81bd4d (diff)
downloadFreeBSD-src-dbcc3abc523ff7cb6a79aff875fce65fdb715261.zip
FreeBSD-src-dbcc3abc523ff7cb6a79aff875fce65fdb715261.tar.gz
Add to GEOM RAID class module, supporting the DDF metadata format, as
defined by the SNIA Common RAID Disk Data Format Specification v2.0. Supports multiple volumes per array and multiple partitions per disk. Supports standard big-endian and Adaptec's little-endian byte ordering. Supports all single-layer RAID levels. Dual-layer RAID levels except RAID10 are not supported now because of GEOM RAID design limitations. Some work is still to be done, but the present code already manages basic interoperation with RAID BIOS of the Adaptec 1430SA SATA RAID controller. MFC after: 1 month Sponsored by: iXsystems, Inc.
Diffstat (limited to 'sys/modules/geom')
-rw-r--r--sys/modules/geom/geom_raid/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/sys/modules/geom/geom_raid/Makefile b/sys/modules/geom/geom_raid/Makefile
index 26c3532..2092a64 100644
--- a/sys/modules/geom/geom_raid/Makefile
+++ b/sys/modules/geom/geom_raid/Makefile
@@ -9,7 +9,7 @@ SRCS+= bus_if.h device_if.h
SRCS+= g_raid_md_if.h g_raid_md_if.c
SRCS+= g_raid_tr_if.h g_raid_tr_if.c
-SRCS+= md_intel.c md_jmicron.c md_nvidia.c md_promise.c md_sii.c
+SRCS+= md_ddf.c md_intel.c md_jmicron.c md_nvidia.c md_promise.c md_sii.c
SRCS+= tr_concat.c tr_raid0.c tr_raid1.c tr_raid1e.c tr_raid5.c
OpenPOWER on IntegriCloud