change the defines for cdev and bdev majors to 162, which is assigned

to vinum now

fixes PR kern/26855 by Andreas Wiese
This commit is contained in:
jdolecek 2004-09-05 15:10:25 +00:00
parent 7e244e5e53
commit 6c0c833e0d
1 changed files with 3 additions and 3 deletions

View File

@ -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 @@ enum constants {
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 */