Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 27 May 2014 10:21:49 +0000 (UTC)
From:      "Andrey V. Elsukov" <ae@FreeBSD.org>
To:        src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-head@freebsd.org
Subject:   svn commit: r266743 - head/sys/modules/geom
Message-ID:  <201405271021.s4RALnrK026790@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: ae
Date: Tue May 27 10:21:49 2014
New Revision: 266743
URL: http://svnweb.freebsd.org/changeset/base/266743

Log:
  Disconnect the following geom classes from the kernel modules build:
  BSD, FOX, MBR, PC98, SUNLABEL and VOL_FFS. They all have a modern
  replacement. Also it is still possible build them manually.
  
  Discussed with:	geom

Modified:
  head/sys/modules/geom/Makefile

Modified: head/sys/modules/geom/Makefile
==============================================================================
--- head/sys/modules/geom/Makefile	Tue May 27 10:12:16 2014	(r266742)
+++ head/sys/modules/geom/Makefile	Tue May 27 10:21:49 2014	(r266743)
@@ -1,34 +1,28 @@
 # $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>



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