summaryrefslogtreecommitdiffstats
path: root/sys/modules/geom
diff options
context:
space:
mode:
authorpjd <pjd@FreeBSD.org>2004-08-16 06:23:14 +0000
committerpjd <pjd@FreeBSD.org>2004-08-16 06:23:14 +0000
commit8394d51046ccd71b29fd905b0a01fb62b743a0c6 (patch)
treee18bf1a6409808aac8ce00cf4d90348aff45c60d /sys/modules/geom
parent336d354baa1e8f33fe0828ce3addde3e40353ac3 (diff)
downloadFreeBSD-src-8394d51046ccd71b29fd905b0a01fb62b743a0c6.zip
FreeBSD-src-8394d51046ccd71b29fd905b0a01fb62b743a0c6.tar.gz
Introduce GEOM RAID3 class, i.e. kernel module, which implements RAID3
transformation and graid3(8) userland utility, which can be used for configuration. No manual page yet, sorry. Hardware provided by: Daniel Seuffert
Diffstat (limited to 'sys/modules/geom')
-rw-r--r--sys/modules/geom/geom_raid3/Makefile9
1 files changed, 9 insertions, 0 deletions
diff --git a/sys/modules/geom/geom_raid3/Makefile b/sys/modules/geom/geom_raid3/Makefile
new file mode 100644
index 0000000..b202237
--- /dev/null
+++ b/sys/modules/geom/geom_raid3/Makefile
@@ -0,0 +1,9 @@
+# $FreeBSD$
+
+.PATH: ${.CURDIR}/../../../geom/raid3
+
+KMOD= geom_raid3
+SRCS= g_raid3.c
+SRCS+= g_raid3_ctl.c
+
+.include <bsd.kmod.mk>
OpenPOWER on IntegriCloud