Source-Changes-HG archive

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

[src/trunk]: src/sys/sys Give rump virtual disks their own type.



details:   https://anonhg.NetBSD.org/src/rev/b8202df58e47
branches:  trunk
changeset: 749180:b8202df58e47
user:      pooka <pooka%NetBSD.org@localhost>
date:      Fri Nov 20 17:43:35 2009 +0000

description:
Give rump virtual disks their own type.

diffstat:

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

diffs (17 lines):

diff -r a696c713bb9d -r b8202df58e47 sys/sys/disklabel.h
--- a/sys/sys/disklabel.h       Fri Nov 20 17:28:19 2009 +0000
+++ b/sys/sys/disklabel.h       Fri Nov 20 17:43:35 2009 +0000
@@ -1,4 +1,4 @@
-/*     $NetBSD: disklabel.h,v 1.105 2009/07/18 16:31:43 reinoud Exp $  */
+/*     $NetBSD: disklabel.h,v 1.106 2009/11/20 17:43:35 pooka Exp $    */
 
 /*
  * Copyright (c) 1987, 1988, 1993
@@ -306,6 +306,7 @@
 x(VINUM,       18,     "vinum")        /* vinum volume */ \
 x(FLASH,       19,     "flash")        /* flash memory devices */ \
 x(DM,           20,     "dm")           /* device-mapper pseudo-disk devices */\
+x(RUMPD,       21,     "rumpd")        /* rump virtual disk */ \
     
 #ifndef _LOCORE
 #define DKTYPE_NUMS(tag, number, name) __CONCAT(DTYPE_,tag=number),



Home | Main Index | Thread Index | Old Index