summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGreg Lehey <grog@FreeBSD.org>2003-06-03 08:41:04 +0000
committerGreg Lehey <grog@FreeBSD.org>2003-06-03 08:41:04 +0000
commit4074dedac85492b67bd60b3dedba32dc2f3f9fad (patch)
tree6793bdb5da291f01d04b785fdce8457a547bfda7
parentca7810d47e53b73f75d8b0accc54eebf728db7c5 (diff)
Notes
-rw-r--r--sys/sys/kernel.h5
1 files changed, 2 insertions, 3 deletions
diff --git a/sys/sys/kernel.h b/sys/sys/kernel.h
index 0d3b7b252b3c..0fa0dfc388cb 100644
--- a/sys/sys/kernel.h
+++ b/sys/sys/kernel.h
@@ -155,10 +155,9 @@ 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_RAID = 0xb380000, /* Configure RAIDframe */
+ SI_SUB_RAID = 0xb380000, /* Configure RAIDframe or Vinum */
SI_SUB_MOUNT_ROOT = 0xb400000, /* root mount*/
- SI_SUB_SWAP = 0xc000000, /* swap*/
+ SI_SUB_SWAP = 0xc000000, /* swap */
SI_SUB_INTRINSIC_POST = 0xd000000, /* proc 0 cleanup*/
SI_SUB_KTHREAD_INIT = 0xe000000, /* init process*/
SI_SUB_KTHREAD_PAGE = 0xe400000, /* pageout daemon*/