Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 16 Aug 1999 14:44:17 -0700 (PDT)
From:      Nick Hibma <n_hibma@FreeBSD.org>
To:        cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org
Subject:   cvs commit: src/sys/kern subr_bus.c
Message-ID:  <199908162144.OAA09337@freefall.freebsd.org>

next in thread | raw e-mail | index | archive | help
n_hibma     1999/08/16 14:44:16 PDT

  Modified files:
    sys/kern             subr_bus.c 
  Log:
  Change calling of chained event handler from always after
  the attach/detach to
  1) MOD_LOAD before attach
  2) MOD_UNLOAD after detach
  
  The driver specific event handler can now be used to function as
  driver specific init/deinit function (compare to device specific
  init/deinit functions: attach & detach).
  
  Revision  Changes    Path
  1.39      +7 -3      src/sys/kern/subr_bus.c



To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe cvs-all" in the body of the message




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