Date: Wed, 20 Dec 2006 00:00:48 GMT From: Matt Jacob <mjacob@FreeBSD.org> To: Perforce Change Reviews <perforce@freebsd.org> Subject: PERFORCE change 111966 for review Message-ID: <200612200000.kBK00mgM069882@repoman.freebsd.org>
next in thread | raw e-mail | index | archive | help
http://perforce.freebsd.org/chv.cgi?CH=111966 Change 111966 by mjacob@mjexp_6 on 2006/12/20 00:00:12 Add the toy multipath as options so we can make it static. Affected files ... .. //depot/projects/mjexp_6/sys/conf/NOTES#2 edit .. //depot/projects/mjexp_6/sys/conf/files#2 edit .. //depot/projects/mjexp_6/sys/conf/options#2 edit Differences ... ==== //depot/projects/mjexp_6/sys/conf/NOTES#2 (text+ko) ==== @@ -138,6 +138,7 @@ options GEOM_LABEL # Providers labelization. options GEOM_MBR # DOS/MBR partitioning options GEOM_MIRROR # Disk mirroring. +options GEOM_MULTIPATH # Disk multipath options GEOM_NOP # Test class. options GEOM_PC98 # NEC PC9800 partitioning options GEOM_RAID3 # RAID3 functionality. ==== //depot/projects/mjexp_6/sys/conf/files#2 (text+ko) ==== @@ -1138,6 +1138,7 @@ geom/label/g_label_ufs.c optional geom_label geom/mirror/g_mirror.c optional geom_mirror geom/mirror/g_mirror_ctl.c optional geom_mirror +geom/multipath/g_multipath.c optional geom_multipath geom/nop/g_nop.c optional geom_nop geom/raid3/g_raid3.c optional geom_raid3 geom/raid3/g_raid3_ctl.c optional geom_raid3 ==== //depot/projects/mjexp_6/sys/conf/options#2 (text+ko) ==== @@ -86,6 +86,7 @@ GEOM_LABEL opt_geom.h GEOM_MBR opt_geom.h GEOM_MIRROR opt_geom.h +GEOM_MULTIPATH opt_geom.h GEOM_NOP opt_geom.h GEOM_PC98 opt_geom.h GEOM_RAID3 opt_geom.h
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200612200000.kBK00mgM069882>