Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 25 Oct 2012 04:44:18 +0000 (UTC)
From:      Warner Losh <imp@FreeBSD.org>
To:        src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-head@freebsd.org
Subject:   svn commit: r242070 - head/sys/conf
Message-ID:  <201210250444.q9P4iImF075645@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
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



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