git: kernel - Add additional SI_ORDER_* flags

Matthew Dillon dillon at crater.dragonflybsd.org
Fri Nov 8 08:39:10 PST 2019


commit 8adc6595d595e931ef265d82d3b61724e37d01c5
Author: Matthew Dillon <dillon at apollo.backplane.com>
Date:   Fri Nov 8 08:35:09 2019 -0800

    kernel - Add additional SI_ORDER_* flags
    
    * Add SI_ORDER_FORTH
    
    * Add SI_ORDER_EARLIER (before MIDDLE) and SI_ORDER_LATER
      (after MIDDLE).  This is to allow certain devices to
      attach earlier rather than later, without having to make
      assumptions about being able to use FIRST, SECOND, etc.

Summary of changes:
 sys/sys/kernel.h | 11 +++++++----
 1 file changed, 7 insertions(+), 4 deletions(-)

http://gitweb.dragonflybsd.org/dragonfly.git/commitdiff/8adc6595d595e931ef265d82d3b61724e37d01c5


-- 
DragonFly BSD source repository



More information about the Commits mailing list