Date: Sun, 17 Mar 2013 15:08:07 GMT From: Robert Watson <rwatson@FreeBSD.org> To: Perforce Change Reviews <perforce@FreeBSD.org> Subject: PERFORCE change 222971 for review Message-ID: <201303171508.r2HF87Em064127@skunkworks.freebsd.org>
index | next in thread | raw e-mail
http://p4web.freebsd.org/@@222971?ac=10 Change 222971 by rwatson@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)*/help
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201303171508.r2HF87Em064127>
