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

Warner Losh imp at FreeBSD.org
Mon Apr 21 11:19:10 PDT 2003


imp         2003/04/21 11:19:08 PDT

  FreeBSD src repository

  Modified files:
    sys/sys              bus.h 
    sys/kern             subr_bus.c 
  Log:
  Create a new function, device_is_attached(), that is like
  device_is_alive() that tells us if the device has successfully
  attached.  device_is_alive just tells us that the device has
  successfully probed.
  
  Revision  Changes    Path
  1.127     +6 -0      src/sys/kern/subr_bus.c
  1.53      +1 -0      src/sys/sys/bus.h


More information about the cvs-src mailing list