Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 07 May 2014 17:49:39 +0400
From:      "Andrey V. Elsukov" <ae@FreeBSD.org>
To:        freebsd-geom@FreeBSD.org
Subject:   [RFC] Disconnect old geom classes from the build
Message-ID:  <536A39F3.1050807@FreeBSD.org>

next in thread | raw e-mail | index | archive | help
This is a multi-part message in MIME format.
--------------060809050401020209050602
Content-Type: text/plain; charset=ISO-8859-1
Content-Transfer-Encoding: 7bit

Hi All,

There are several GEOM classes that aren't used by default for a long
time. I'm speaking about BSD, MBR, SUNLABEL and PC98. Now the PART class
implements of those functionality. Also there are FOX, UZIP and VOL_FFS
classes, that also have a replacement.
I propose disconnect these kernel modules from the build.
Your opinions?

-- 
WBR, Andrey V. Elsukov


--------------060809050401020209050602
Content-Type: text/x-patch;
 name="patch.diff"
Content-Transfer-Encoding: 7bit
Content-Disposition: attachment;
 filename="patch.diff"

Index: head/sys/modules/geom/Makefile
===================================================================
--- head/sys/modules/geom/Makefile	(revision 265538)
+++ head/sys/modules/geom/Makefile	(working copy)
@@ -1,34 +1,27 @@
 # $FreeBSD$
 
 SUBDIR=	geom_bde \
-	geom_bsd \
 	geom_cache \
 	geom_ccd \
 	geom_concat \
 	geom_eli \
-	geom_fox \
 	geom_gate \
 	geom_journal \
 	geom_label \
 	geom_linux_lvm \
-	geom_mbr \
 	geom_mirror \
 	geom_mountver \
 	geom_multipath \
 	geom_nop \
 	geom_part \
-	geom_pc98 \
 	geom_raid \
 	geom_raid3 \
 	geom_sched \
 	geom_shsec \
 	geom_stripe \
-	geom_sunlabel \
 	geom_uncompress \
-	geom_uzip \
 	geom_vinum \
 	geom_virstor \
-	geom_vol_ffs \
 	geom_zero
 
 .include <bsd.subdir.mk>


--------------060809050401020209050602--



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