Date: Sun, 10 Dec 2006 05:54:19 GMT From: Matt Jacob <mjacob@FreeBSD.org> To: Perforce Change Reviews <perforce@freebsd.org> Subject: PERFORCE change 111375 for review Message-ID: <200612100554.kBA5sJpn089774@repoman.freebsd.org>
next in thread | raw e-mail | index | archive | help
http://perforce.freebsd.org/chv.cgi?CH=111375 Change 111375 by mjacob@mjexp on 2006/12/10 05:53:25 Just to get it down... very first baby steps cut at the start of a multipath geometry class. Affected files ... .. //depot/projects/mjexp/sbin/geom/class/Makefile#4 edit .. //depot/projects/mjexp/sbin/geom/class/multipath/Makefile#1 add .. //depot/projects/mjexp/sbin/geom/class/multipath/geom_multipath.c#1 add .. //depot/projects/mjexp/sys/geom/multipath/g_multipath.c#1 add .. //depot/projects/mjexp/sys/geom/multipath/g_multipath.h#1 add .. //depot/projects/mjexp/sys/modules/geom/Makefile#4 edit .. //depot/projects/mjexp/sys/modules/geom/geom_multipath/Makefile#1 add Differences ... ==== //depot/projects/mjexp/sbin/geom/class/Makefile#4 (text+ko) ==== @@ -10,6 +10,7 @@ SUBDIR+=journal SUBDIR+=label SUBDIR+=mirror +SUBDIR+=multipath SUBDIR+=nop SUBDIR+=raid3 SUBDIR+=shsec ==== //depot/projects/mjexp/sys/modules/geom/Makefile#4 (text+ko) ==== @@ -14,6 +14,7 @@ geom_label \ geom_mbr \ geom_mirror \ + geom_multipath \ geom_nop \ geom_pc98 \ geom_raid3 \
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200612100554.kBA5sJpn089774>