svn commit: r242070 - head/sys/conf

Warner Losh imp at FreeBSD.org
Thu Oct 25 04:44:18 UTC 2012


Author: imp
Date: Thu Oct 25 04:44:17 2012
New Revision: 242070
URL: http://svn.freebsd.org/changeset/base/242070

Log:
  Restore r184194 | marcel | 2008-10-22 20:16:38 -0600 (Wed, 22 Oct 2008) | 11 lines
  which made geom_bsd and geom_mbr optional.  They are redundant with the DEFAULTS
  BSD and MBR support for g_part, which is standard.

Modified:
  head/sys/conf/files.mips

Modified: head/sys/conf/files.mips
==============================================================================
--- head/sys/conf/files.mips	Thu Oct 25 04:39:19 2012	(r242069)
+++ head/sys/conf/files.mips	Thu Oct 25 04:44:17 2012	(r242070)
@@ -48,12 +48,6 @@ kern/kern_clocksource.c			standard
 kern/link_elf_obj.c			standard
 kern/subr_dummy_vdso_tc.c		standard
 
-# Common geom we need to support: MBR and BSD
-geom/geom_bsd.c				standard
-geom/geom_bsd_enc.c			standard
-geom/geom_mbr.c				standard
-geom/geom_mbr_enc.c			standard
-
 # gcc/clang runtime
 libkern/ashldi3.c			standard
 libkern/ashrdi3.c			standard


More information about the svn-src-all mailing list