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/ia64/conf/DEFAULTS | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'sys/ia64/conf') diff --git a/sys/ia64/conf/DEFAULTS b/sys/ia64/conf/DEFAULTS index 8ac4e78..7afec5c 100644 --- a/sys/ia64/conf/DEFAULTS +++ b/sys/ia64/conf/DEFAULTS @@ -14,7 +14,7 @@ device mem # Memory and kernel memory devices # UART chips on this platform device uart_ns8250 -options GEOM_BSD +options GEOM_PART_BSD options GEOM_PART_GPT options GEOM_PART_MBR -- cgit v1.1