Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 20 Jun 2008 16:58:15 +0000 (UTC)
From:      Warner Losh <imp@FreeBSD.org>
To:        src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org
Subject:   cvs commit: src/sys/kern subr_bus.c src/sys/sys bus.h
Message-ID:  <200806201659.m5KGxLmq047885@repoman.freebsd.org>

next in thread | raw e-mail | index | archive | help
imp         2008-06-20 16:58:15 UTC

  FreeBSD src repository

  Modified files:
    sys/kern             subr_bus.c 
    sys/sys              bus.h 
  Log:
  SVN rev 179893 on 2008-06-20 16:58:15Z by imp
  
  Split out the probing magic of device_probe_and_attach into
  device_probe() so that it can be used by busses that may wish to do
  additional processing between probe and attach.
  
  Reviewed by:    dfr@
  
  Revision  Changes    Path
  1.209     +25 -6     src/sys/kern/subr_bus.c
  1.82      +1 -0      src/sys/sys/bus.h



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