Add SI_SUB_VINUM startup sequence for Vinum. This is part of Vinum

root file system support.

Approved-by:	 jkh
This commit is contained in:
Greg Lehey 2000-02-29 01:57:33 +00:00
parent 9eac7384ba
commit 047e0b4e52
1 changed files with 1 additions and 0 deletions

View File

@ -140,6 +140,7 @@ enum sysinit_sub_id {
SI_SUB_INT_CONFIG_HOOKS = 0xa800000, /* Interrupts enabled config */
SI_SUB_ROOT_CONF = 0xb000000, /* Find root devices */
SI_SUB_DUMP_CONF = 0xb200000, /* Find dump devices */
SI_SUB_VINUM = 0xb300000, /* Configure vinum */
SI_SUB_MOUNT_ROOT = 0xb400000, /* root mount*/
SI_SUB_ROOT_FDTAB = 0xb800000, /* root vnode in fd table...*/
SI_SUB_SWAP = 0xc000000, /* swap*/