Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 29 May 2002 00:19:46 -0700 (PDT)
From:      Marcel Moolenaar <marcel@FreeBSD.org>
To:        Perforce Change Reviews <perforce@freebsd.org>
Subject:   PERFORCE change 12051 for review
Message-ID:  <200205290719.g4T7Jk539673@freefall.freebsd.org>

next in thread | raw e-mail | index | archive | help
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 <geom/geom.h>
 #include <geom/geom_slice.h>
 
-#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




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