PERFORCE change 111965 for review

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


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

Change 111965 by mjacob at mjexp on 2006/12/19 23:59:51

	Add the toy multipath as options so we can make it static.

Affected files ...

.. //depot/projects/mjexp/sys/conf/NOTES#6 edit
.. //depot/projects/mjexp/sys/conf/files#7 edit
.. //depot/projects/mjexp/sys/conf/options#5 edit

Differences ...

==== //depot/projects/mjexp/sys/conf/NOTES#6 (text+ko) ====

@@ -149,6 +149,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/sys/conf/files#7 (text+ko) ====

@@ -1209,6 +1209,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/sys/conf/options#5 (text+ko) ====

@@ -87,6 +87,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