Author: hselasky
Date: Fri Mar 13 08:52:50 2020
New Revision: 358935
URL: https://svnweb.freebsd.org/changeset/base/358935

Log:
  MFC r358695:
  Define more subsystem orders.
  Intended for use with module_init_order() in the LinuxKPI.
  
  Sponsored by: Mellanox Technologies

Modified:
  stable/12/sys/sys/kernel.h
Directory Properties:
  stable/12/   (props changed)

Modified: stable/12/sys/sys/kernel.h
==============================================================================
--- stable/12/sys/sys/kernel.h  Fri Mar 13 08:51:46 2020        (r358934)
+++ stable/12/sys/sys/kernel.h  Fri Mar 13 08:52:50 2020        (r358935)
@@ -182,6 +182,10 @@ enum sysinit_elem_order {
        SI_ORDER_SECOND         = 0x0000001,    /* second*/
        SI_ORDER_THIRD          = 0x0000002,    /* third*/
        SI_ORDER_FOURTH         = 0x0000003,    /* fourth*/
+       SI_ORDER_FIFTH          = 0x0000004,    /* fifth*/
+       SI_ORDER_SIXTH          = 0x0000005,    /* sixth*/
+       SI_ORDER_SEVENTH        = 0x0000006,    /* seventh*/
+       SI_ORDER_EIGHTH         = 0x0000007,    /* eighth*/
        SI_ORDER_MIDDLE         = 0x1000000,    /* somewhere in the middle */
        SI_ORDER_ANY            = 0xfffffff     /* last*/
 };
_______________________________________________
[email protected] mailing list
https://lists.freebsd.org/mailman/listinfo/svn-src-all
To unsubscribe, send any mail to "[email protected]"

Reply via email to