PERFORCE change 167463 for review

Julian Elischer julian at FreeBSD.org
Tue Aug 18 07:04:28 UTC 2009


http://perforce.freebsd.org/chv.cgi?CH=167463

Change 167463 by julian at julian-mac on 2009/08/18 07:04:27

	Mention kernel.h

Affected files ...

.. //depot/projects/vimage/porting_to_vimage.txt#17 edit

Differences ...

==== //depot/projects/vimage/porting_to_vimage.txt#17 (text+ko) ====

@@ -350,6 +350,7 @@
         0
 };
 
+/* define execution order using constants from /sys/sys/kernel.h */
 #define MYMOD_MAJOR_ORDER      SI_SUB_PROTO_BEGIN         /* for example */
 #define MYMOD_MODULE_ORDER     (SI_ORDER_ANY + 64)        /* not fussy */
 #define MYMOD_SYSINIT_ORDER    (MYMOD_MODULE_ORDER + 1)   /* a bit later */


More information about the p4-projects mailing list