PERFORCE change 222971 for review
Robert Watson
rwatson at FreeBSD.org
Sun Mar 17 15:08:09 UTC 2013
http://p4web.freebsd.org/@@222971?ac=10
Change 222971 by rwatson at rwatson_cinnamon on 2013/03/17 15:07:08
Insert TESLA initialisation in the boot order after event handlers,
but before as much else as possible.
Affected files ...
.. //depot/projects/ctsrd/tesla/src/sys/sys/kernel.h#2 edit
Differences ...
==== //depot/projects/ctsrd/tesla/src/sys/sys/kernel.h#2 (text+ko) ====
@@ -100,6 +100,7 @@
SI_SUB_MTX_POOL_DYNAMIC = 0x1AC0000, /* dynamic mutex pool */
SI_SUB_LOCK = 0x1B00000, /* various locks */
SI_SUB_EVENTHANDLER = 0x1C00000, /* eventhandler init */
+ SI_SUB_TESLA = 0x1C80000, /* TESLA debugging */
SI_SUB_VNET_PRELINK = 0x1E00000, /* vnet init before modules */
SI_SUB_KLD = 0x2000000, /* KLD and module setup */
SI_SUB_CPU = 0x2100000, /* CPU resource(s)*/
More information about the p4-projects
mailing list