Source-Changes-HG archive

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

[src/trunk]: src/sbin/disklabel add DTYPE_LD to match disklabel.h



details:   https://anonhg.NetBSD.org/src/rev/06fdaaf78513
branches:  trunk
changeset: 537191:06fdaaf78513
user:      dbj <dbj%NetBSD.org@localhost>
date:      Sat Sep 28 00:09:58 2002 +0000

description:
add DTYPE_LD to match disklabel.h

diffstat:

 sbin/disklabel/disklabel.5 |  4 +++-
 1 files changed, 3 insertions(+), 1 deletions(-)

diffs (25 lines):

diff -r 0eff6b76b36e -r 06fdaaf78513 sbin/disklabel/disklabel.5
--- a/sbin/disklabel/disklabel.5        Fri Sep 27 23:29:12 2002 +0000
+++ b/sbin/disklabel/disklabel.5        Sat Sep 28 00:09:58 2002 +0000
@@ -1,4 +1,4 @@
-.\"    $NetBSD: disklabel.5,v 1.15 2002/02/08 01:30:43 ross Exp $
+.\"    $NetBSD: disklabel.5,v 1.16 2002/09/28 00:09:58 dbj Exp $
 .\"
 .\" Copyright (c) 1987, 1991, 1993
 .\"    The Regents of the University of California.  All rights reserved.
@@ -258,6 +258,7 @@
 #define DTYPE_VND      12      /* vnode pseudo-disk */
 #define DTYPE_ATAPI    13      /* ATAPI */
 #define DTYPE_RAID     14      /* RAIDframe */
+#define DTYPE_LD       15      /* RAIDframe */
 
 #ifdef DKTYPENAMES
 static const char *const dktypenames[] = {
@@ -276,6 +277,7 @@
        "vnd",
        "ATAPI",
        "RAID",
+       "ld",
        NULL
 };
 #define DKMAXTYPES     (sizeof(dktypenames) / sizeof(dktypenames[0]) - 1)



Home | Main Index | Thread Index | Old Index