Module Name: src
Committed By: martin
Date: Tue Apr 1 14:09:15 UTC 2014
Modified Files:
src/sys/arch/playstation2/include: disklabel.h
Log Message:
Seems we use MBR labels
To generate a diff of this commit:
cvs rdiff -u -r1.9 -r1.10 src/sys/arch/playstation2/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/playstation2/include/disklabel.h
diff -u src/sys/arch/playstation2/include/disklabel.h:1.9 src/sys/arch/playstation2/include/disklabel.h:1.10
--- src/sys/arch/playstation2/include/disklabel.h:1.9 Mon Mar 31 11:25:49 2014
+++ src/sys/arch/playstation2/include/disklabel.h Tue Apr 1 14:09:14 2014
@@ -1,4 +1,4 @@
-/* $NetBSD: disklabel.h,v 1.9 2014/03/31 11:25:49 martin Exp $ */
+/* $NetBSD: disklabel.h,v 1.10 2014/04/01 14:09:14 martin Exp $ */
/*
* Copyright (c) 1994 Christopher G. Demetriou
@@ -33,6 +33,7 @@
#ifndef _PLAYSTATION2_DISKLABEL_H_
#define _PLAYSTATION2_DISKLABEL_H_
+#define LABELUSESMBR 1 /* use MBR partitionning */
#define LABELSECTOR 1 /* sector containing label */
#define LABELOFFSET 0 /* offset of label in sector */
#define MAXPARTITIONS 16 /* number of partitions */