Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 19 Mar 2012 13:16:46 +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: r233178 - head/sys/conf
Message-ID:  <201203191316.q2JDGksq070046@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: ae
Date: Mon Mar 19 13:16:46 2012
New Revision: 233178
URL: http://svn.freebsd.org/changeset/base/233178

Log:
  Connect geom_part_ldm to the kernel build.
  
  MFC after:	1 month

Modified:
  head/sys/conf/NOTES
  head/sys/conf/files
  head/sys/conf/options

Modified: head/sys/conf/NOTES
==============================================================================
--- head/sys/conf/NOTES	Mon Mar 19 13:15:48 2012	(r233177)
+++ head/sys/conf/NOTES	Mon Mar 19 13:16:46 2012	(r233178)
@@ -159,6 +159,7 @@ options 	GEOM_PART_BSD		# BSD disklabel
 options 	GEOM_PART_EBR		# Extended Boot Records
 options 	GEOM_PART_EBR_COMPAT	# Backward compatible partition names
 options 	GEOM_PART_GPT		# GPT partitioning
+options 	GEOM_PART_LDM		# Logical Disk Manager
 options 	GEOM_PART_MBR		# MBR partitioning
 options 	GEOM_PART_PC98		# PC-9800 disk partitioning
 options 	GEOM_PART_VTOC8		# SMI VTOC8 disk label

Modified: head/sys/conf/files
==============================================================================
--- head/sys/conf/files	Mon Mar 19 13:15:48 2012	(r233177)
+++ head/sys/conf/files	Mon Mar 19 13:16:46 2012	(r233178)
@@ -2256,6 +2256,7 @@ geom/part/g_part_apm.c		optional geom_pa
 geom/part/g_part_bsd.c		optional geom_part_bsd
 geom/part/g_part_ebr.c		optional geom_part_ebr
 geom/part/g_part_gpt.c		optional geom_part_gpt
+geom/part/g_part_ldm.c		optional geom_part_ldm
 geom/part/g_part_mbr.c		optional geom_part_mbr
 geom/part/g_part_pc98.c		optional geom_part_pc98
 geom/part/g_part_vtoc8.c	optional geom_part_vtoc8

Modified: head/sys/conf/options
==============================================================================
--- head/sys/conf/options	Mon Mar 19 13:15:48 2012	(r233177)
+++ head/sys/conf/options	Mon Mar 19 13:16:46 2012	(r233178)
@@ -103,6 +103,7 @@ GEOM_PART_BSD	opt_geom.h
 GEOM_PART_EBR	opt_geom.h
 GEOM_PART_EBR_COMPAT	opt_geom.h
 GEOM_PART_GPT	opt_geom.h
+GEOM_PART_LDM	opt_geom.h
 GEOM_PART_MBR	opt_geom.h
 GEOM_PART_PC98	opt_geom.h
 GEOM_PART_VTOC8	opt_geom.h



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