Source-Changes-HG archive

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

[src/trunk]: src/sys/dev/vinum change the defines for cdev and bdev majors to...



details:   https://anonhg.NetBSD.org/src/rev/7d865820ba62
branches:  trunk
changeset: 569780:7d865820ba62
user:      jdolecek <jdolecek%NetBSD.org@localhost>
date:      Sun Sep 05 15:10:25 2004 +0000

description:
change the defines for cdev and bdev majors to 162, which is assigned
to vinum now

fixes PR kern/26855 by Andreas Wiese

diffstat:

 sys/dev/vinum/vinumvar.h |  6 +++---
 1 files changed, 3 insertions(+), 3 deletions(-)

diffs (23 lines):

diff -r bedded44f4fc -r 7d865820ba62 sys/dev/vinum/vinumvar.h
--- a/sys/dev/vinum/vinumvar.h  Sun Sep 05 13:32:10 2004 +0000
+++ b/sys/dev/vinum/vinumvar.h  Sun Sep 05 15:10:25 2004 +0000
@@ -37,7 +37,7 @@
  * otherwise) arising in any way out of the use of this software, even if
  * advised of the possibility of such damage.
  *
- * $Id: vinumvar.h,v 1.1.1.1 2003/10/10 03:09:44 grog Exp $
+ * $Id: vinumvar.h,v 1.2 2004/09/05 15:10:25 jdolecek Exp $
  * $FreeBSD$
  */
 
@@ -66,8 +66,8 @@
     MAXCONFIGLINE = 1024,                                  /* maximum size of a single config line */
     MINVINUMSLICE = 1048576,                               /* minimum size of a slice */
 
-    VINUM_CDEV_MAJOR = 108,                                /* major number for character device */
-    VINUM_BDEV_MAJOR = 25,                                 /* and legacy major number for block device */
+    VINUM_CDEV_MAJOR = 162,                                /* major number for character device */
+    VINUM_BDEV_MAJOR = 162,                                /* and legacy major number for block device */
 
     ROUND_ROBIN_READPOL = -1,                              /* round robin read policy */
 



Home | Main Index | Thread Index | Old Index