Skip site navigation (1)Skip section navigation (2)
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 111965 for review
Message-ID:  <200612200000.kBK00mQA069876@repoman.freebsd.org>

next in thread | raw e-mail | index | archive | help
http://perforce.freebsd.org/chv.cgi?CH=111965

Change 111965 by mjacob@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



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200612200000.kBK00mQA069876>