From owner-p4-projects Wed May 29 0:20: 7 2002 Delivered-To: p4-projects@freebsd.org Received: by hub.freebsd.org (Postfix, from userid 32767) id 8BFFA37B403; Wed, 29 May 2002 00:19:54 -0700 (PDT) Delivered-To: perforce@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 1D26137B40F for ; Wed, 29 May 2002 00:19:47 -0700 (PDT) Received: (from perforce@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id g4T7Jk539673 for perforce@freebsd.org; Wed, 29 May 2002 00:19:46 -0700 (PDT) (envelope-from marcel@freebsd.org) Date: Wed, 29 May 2002 00:19:46 -0700 (PDT) Message-Id: <200205290719.g4T7Jk539673@freefall.freebsd.org> X-Authentication-Warning: freefall.freebsd.org: perforce set sender to marcel@freebsd.org using -f From: Marcel Moolenaar Subject: PERFORCE change 12051 for review To: Perforce Change Reviews Sender: owner-p4-projects@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG http://people.freebsd.org/~peter/p4db/chv.cgi?CH=12051 Change 12051 by marcel@marcel_vaio on 2002/05/29 00:19:07 IFC geom_gpt.c depends on option GEOM_GPT Affected files ... ... //depot/projects/ia64/sys/geom/geom_gpt.c#4 edit ... //depot/projects/ia64/sys/geom/geom_mbr.c#9 edit Differences ... ==== //depot/projects/ia64/sys/geom/geom_gpt.c#4 (text+ko) ==== @@ -1,13 +1,9 @@ /*- + * Copyright (c) 2002 Marcel Moolenaar * Copyright (c) 2002 Poul-Henning Kamp * Copyright (c) 2002 Networks Associates Technology, Inc. * All rights reserved. * - * This software was developed for the FreeBSD Project by Poul-Henning Kamp - * and NAI Labs, the Security Research Division of Network Associates, Inc. - * under DARPA/SPAWAR contract N66001-01-C-8035 ("CBOSS"), as part of the - * DARPA CHATS research program. - * * Redistribution and use in source and binary forms, with or without * modification, are permitted provided that the following conditions * are met: @@ -32,7 +28,7 @@ * OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF * SUCH DAMAGE. * - * $FreeBSD$ + * $FreeBSD: src/sys/geom/geom_gpt.c,v 1.1 2002/05/28 09:04:48 marcel Exp $ */ /* @@ -65,8 +61,6 @@ #include #include -#define GPT_CLASS_NAME "GPT" - /* * XXX: GEOM is not dynamic enough. We are forced to use a compile-time * limit. The minimum number of partitions (128) as required by EFI is @@ -311,7 +305,7 @@ } static struct g_class g_gpt_class = { - GPT_CLASS_NAME, + "GPT", g_gpt_taste, NULL, G_CLASS_INITSTUFF ==== //depot/projects/ia64/sys/geom/geom_mbr.c#9 (text+ko) ==== @@ -63,8 +63,6 @@ #define MBR_CLASS_NAME "MBR" #define MBREXT_CLASS_NAME "MBREXT" -#define GPT_HACK 1 - static void g_dec_dos_partition(u_char *ptr, struct dos_partition *d) { To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe p4-projects" in the body of the message