Source-Changes-HG archive

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

[src/netbsd-1-6]: src/sys/sys Pull up revision 1.77 (requested by tv in ticke...



details:   https://anonhg.NetBSD.org/src/rev/7fc875fdc51a
branches:  netbsd-1-6
changeset: 530683:7fc875fdc51a
user:      tron <tron%NetBSD.org@localhost>
date:      Tue Sep 09 20:07:50 2003 +0000

description:
Pull up revision 1.77 (requested by tv in ticket #1454):
Add a type for CGD.

diffstat:

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

diffs (25 lines):

diff -r dcf9f441fa95 -r 7fc875fdc51a sys/sys/disklabel.h
--- a/sys/sys/disklabel.h       Tue Sep 09 20:03:44 2003 +0000
+++ b/sys/sys/disklabel.h       Tue Sep 09 20:07:50 2003 +0000
@@ -1,4 +1,4 @@
-/*     $NetBSD: disklabel.h,v 1.70.4.2 2003/09/09 20:03:44 tron Exp $  */
+/*     $NetBSD: disklabel.h,v 1.70.4.3 2003/09/09 20:07:50 tron Exp $  */
 
 /*
  * Copyright (c) 1987, 1988, 1993
@@ -274,6 +274,7 @@
 #define        DTYPE_RAID              14              /* RAIDframe */
 #define        DTYPE_LD                15              /* logical disk */
 #define        DTYPE_JFS2              16              /* IBM JFS2 */
+#define DTYPE_CGD              17              /* cryptographic pseudo-disk */
 
 #ifdef DKTYPENAMES
 static const char *const dktypenames[] = {
@@ -294,6 +295,7 @@
        "RAID",
        "ld",
        "jfs",
+       "cgd",
        NULL
 };
 #define DKMAXTYPES     (sizeof(dktypenames) / sizeof(dktypenames[0]) - 1)



Home | Main Index | Thread Index | Old Index