aboutsummaryrefslogtreecommitdiff
path: root/sys/sys/kernel.h
diff options
context:
space:
mode:
authorScott Long <scottl@FreeBSD.org>2002-10-20 08:17:39 +0000
committerScott Long <scottl@FreeBSD.org>2002-10-20 08:17:39 +0000
commitf9d186edc88163ed0b54b8f5afca9e8a2b531f12 (patch)
tree71c65823ba2e8591de708d5cb2e990a75135ee11 /sys/sys/kernel.h
parent597e16e0129ec8b3f43db4523fa8247aa7286c6f (diff)
downloadsrc-f9d186edc88163ed0b54b8f5afca9e8a2b531f12.tar.gz
src-f9d186edc88163ed0b54b8f5afca9e8a2b531f12.zip
After much delay and anticipation, welcome RAIDFrame into the FreeBSD
world. This should be considered highly experimental. Approved-by: re
Notes
Notes: svn path=/head/; revision=105503
Diffstat (limited to 'sys/sys/kernel.h')
-rw-r--r--sys/sys/kernel.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/sys/sys/kernel.h b/sys/sys/kernel.h
index 333ff64cc6bf..4089d59f203e 100644
--- a/sys/sys/kernel.h
+++ b/sys/sys/kernel.h
@@ -154,6 +154,7 @@ enum sysinit_sub_id {
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_MOUNT_ROOT = 0xb400000, /* root mount*/
SI_SUB_SWAP = 0xc000000, /* swap*/
SI_SUB_INTRINSIC_POST = 0xd000000, /* proc 0 cleanup*/