From fa4a1febf719c322c3c7db0e6b45e827e6e116b9 Mon Sep 17 00:00:00 2001 From: Pawel Jakub Dawidek Date: Fri, 30 Jul 2004 23:13:45 +0000 Subject: Add GEOM_MIRROR class which provide RAID1 functionality and has many useful features. The gmirror(8) utility should be used for control of this class. There is no manual page yet, but I'm working on it with keramida@. Many useful tests provided by: simon (thank you!) Some ideas from: scottl, simon, phk --- sys/modules/geom/geom_mirror/Makefile | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 sys/modules/geom/geom_mirror/Makefile (limited to 'sys/modules/geom') diff --git a/sys/modules/geom/geom_mirror/Makefile b/sys/modules/geom/geom_mirror/Makefile new file mode 100644 index 000000000000..3e653ce540c4 --- /dev/null +++ b/sys/modules/geom/geom_mirror/Makefile @@ -0,0 +1,9 @@ +# $FreeBSD$ + +.PATH: ${.CURDIR}/../../../geom/mirror + +KMOD= geom_mirror +SRCS= g_mirror.c +SRCS+= g_mirror_ctl.c + +.include -- cgit v1.3