Source-Changes-HG archive

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

[src/trunk]: src/sys/dev/dm Make our driver version equal to linux driver.



details:   https://anonhg.NetBSD.org/src/rev/276100ecb6fe
branches:  trunk
changeset: 749719:276100ecb6fe
user:      haad <haad%NetBSD.org@localhost>
date:      Sun Dec 06 14:31:16 2009 +0000

description:
Make our driver version equal to linux driver.

diffstat:

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

diffs (21 lines):

diff -r 2d6258e4c00b -r 276100ecb6fe sys/dev/dm/dm.h
--- a/sys/dev/dm/dm.h   Sun Dec 06 14:03:23 2009 +0000
+++ b/sys/dev/dm/dm.h   Sun Dec 06 14:31:16 2009 +0000
@@ -1,4 +1,4 @@
-/*        $NetBSD: dm.h,v 1.15 2009/12/01 23:12:09 haad Exp $      */
+/*        $NetBSD: dm.h,v 1.16 2009/12/06 14:31:16 haad Exp $      */
 
 /*
  * Copyright (c) 2008 The NetBSD Foundation, Inc.
@@ -51,8 +51,9 @@
 #define DM_NAME_LEN 128
 #define DM_UUID_LEN 129
 
-#define DM_VERSION_MAJOR       6
-#define DM_VERSION_MINOR       15
+#define DM_VERSION_MAJOR       4
+#define DM_VERSION_MINOR       16
+
 #define DM_VERSION_PATCHLEVEL  0
 
 /*** Internal device-mapper structures ***/



Home | Main Index | Thread Index | Old Index