cvs commit: src/sys/kern subr_bus.c src/sys/sys bus.h

Warner Losh imp at FreeBSD.org
Fri Jun 20 16:59:22 UTC 2008


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


More information about the cvs-src mailing list