From 5f073f27891e074a1328a322fd6bcf3dc7aebd87 Mon Sep 17 00:00:00 2001 From: marcel Date: Thu, 6 Dec 2007 02:32:42 +0000 Subject: Add a BSD disklabel backend to g_part: o Disklabels can have between 8 and 20 partitions (inclusive). o No device special file is created for the raw partition. o Switch ia64 to use this backend. o No support for boot code yet. --- sys/conf/files | 1 + 1 file changed, 1 insertion(+) (limited to 'sys/conf/files') diff --git a/sys/conf/files b/sys/conf/files index a0a796d..f8894c5 100644 --- a/sys/conf/files +++ b/sys/conf/files @@ -1297,6 +1297,7 @@ geom/nop/g_nop.c optional geom_nop geom/part/g_part.c standard geom/part/g_part_if.m standard geom/part/g_part_apm.c optional geom_part_apm +geom/part/g_part_bsd.c optional geom_part_bsd geom/part/g_part_gpt.c optional geom_part_gpt geom/part/g_part_mbr.c optional geom_part_mbr geom/raid3/g_raid3.c optional geom_raid3 -- cgit v1.1