PERFORCE change 111966 for review

Matt Jacob mjacob at FreeBSD.org
Tue Dec 19 16:00:50 PST 2006


http://perforce.freebsd.org/chv.cgi?CH=111966

Change 111966 by mjacob at 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


More information about the p4-projects mailing list