From 0245423ad8e92e117cd3b11f9a4c86428f0b5f55 Mon Sep 17 00:00:00 2001 From: marcel Date: Wed, 7 Feb 2007 18:55:31 +0000 Subject: Evolve the ctlreq interface added to geom_gpt into a generic partitioning class that supports multiple schemes. Current schemes supported are APM (Apple Partition Map) and GPT. Change all GEOM_APPLE anf GEOM_GPT options into GEOM_PART_APM and GEOM_PART_GPT (resp). The ctlreq interface supports verbs to create and destroy partitioning schemes on a disk; to add, delete and modify partitions; and to commit or undo changes made. --- sys/conf/files.powerpc | 1 - 1 file changed, 1 deletion(-) (limited to 'sys/conf/files.powerpc') diff --git a/sys/conf/files.powerpc b/sys/conf/files.powerpc index b530346..af7ba29 100644 --- a/sys/conf/files.powerpc +++ b/sys/conf/files.powerpc @@ -32,7 +32,6 @@ dev/syscons/scgfbrndr.c optional sc dev/syscons/scterm-sc.c optional sc dev/syscons/scvtb.c optional sc dev/uart/uart_cpu_powerpc.c optional uart -geom/geom_apple.c standard kern/syscalls.c optional ktr powerpc/powerpc/atomic.S standard powerpc/powerpc/autoconf.c standard -- cgit v1.1