Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 6 Jan 2005 17:45:03 +0000 (UTC)
From:      Maksim Yevmenkin <emax@FreeBSD.org>
To:        src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org
Subject:   cvs commit: src/sys/netgraph ng_base.c src/sys/sys kernel.h
Message-ID:  <200501061745.j06Hj344034786@repoman.freebsd.org>

next in thread | raw e-mail | index | archive | help
emax        2005-01-06 17:45:03 UTC

  FreeBSD src repository

  Modified files:
    sys/netgraph         ng_base.c 
    sys/sys              kernel.h 
  Log:
  Introduce new startup level SI_SUB_NETGRAPH that is after
  SI_SUB_INIT_IF but before SI_SUB_DRIVERS. Make Netgraph(4)
  framework initialize at SI_SUB_NETGRAPH level.
  
  This does not address the bigger problem: MODULE_DEPEND
  does not seem to work when modules are compiled in the
  kernel, but it fixes the problem with Netgraph Bluetooth
  device drivers reported by a few folks.
  
  PR:             i386/69876
  Reviewed by:    julian, rik, scottl
  MFC after:      3 days
  
  Revision  Changes    Path
  1.91      +1 -1      src/sys/netgraph/ng_base.c
  1.123     +1 -0      src/sys/sys/kernel.h



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200501061745.j06Hj344034786>