Source-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[src/trunk]: src/sys/arch/playstation2/include Seems we use MBR labels



details:   https://anonhg.NetBSD.org/src/rev/7fc4bfecf28a
branches:  trunk
changeset: 328353:7fc4bfecf28a
user:      martin <martin%NetBSD.org@localhost>
date:      Tue Apr 01 14:09:14 2014 +0000

description:
Seems we use MBR labels

diffstat:

 sys/arch/playstation2/include/disklabel.h |  3 ++-
 1 files changed, 2 insertions(+), 1 deletions(-)

diffs (17 lines):

diff -r 07780974de38 -r 7fc4bfecf28a sys/arch/playstation2/include/disklabel.h
--- a/sys/arch/playstation2/include/disklabel.h Tue Apr 01 14:08:50 2014 +0000
+++ b/sys/arch/playstation2/include/disklabel.h Tue Apr 01 14:09:14 2014 +0000
@@ -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 */



Home | Main Index | Thread Index | Old Index