Module Name:    src
Committed By:   matt
Date:           Thu Aug 22 00:25:35 UTC 2013

Modified Files:
        src/sys/arch/evbcf/include: disklabel.h

Log Message:
Use MBR compatible partitioning


To generate a diff of this commit:
cvs rdiff -u -r1.1 -r1.2 src/sys/arch/evbcf/include/disklabel.h

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: src/sys/arch/evbcf/include/disklabel.h
diff -u src/sys/arch/evbcf/include/disklabel.h:1.1 src/sys/arch/evbcf/include/disklabel.h:1.2
--- src/sys/arch/evbcf/include/disklabel.h:1.1	Thu Jul 18 22:08:59 2013
+++ src/sys/arch/evbcf/include/disklabel.h	Thu Aug 22 00:25:35 2013
@@ -1,4 +1,4 @@
-/*	$NetBSD: disklabel.h,v 1.1 2013/07/18 22:08:59 matt Exp $	*/
+/*	$NetBSD: disklabel.h,v 1.2 2013/08/22 00:25:35 matt Exp $	*/
 
 /*
  * Copyright (c) 1995 Dale Rahn.
@@ -33,10 +33,10 @@
 /* number of boot pieces , ie xxboot bootxx */
 #define NUMBOOT		0
 
-#define LABELUSESMBR	0			/* no MBR partitionning */
-#define LABELSECTOR     0                       /* sector containing label */
+#define LABELUSESMBR	1			/* no MBR partitionning */
+#define LABELSECTOR     1                       /* sector containing label */
 #define LABELOFFSET	0			/* offset of label in sector */
-#define MAXPARTITIONS	8			/* number of partitions */
+#define MAXPARTITIONS	16			/* number of partitions */
 #define RAW_PART	2			/* raw partition: xx?c */
 
 /*

Reply via email to