cvs commit: src/sys/kern subr_bus.c
    Rui Paulo 
    rpaulo at FreeBSD.org
       
    Sun May 18 13:55:52 UTC 2008
    
    
  
rpaulo      2008-05-18 13:55:51 UTC
  FreeBSD src repository
  Modified files:
    sys/kern             subr_bus.c 
  Log:
  devctl_process_running(): Check for devsoftc.inuse == 1 instead of
  devsoftc.async_proc != NULL because the latter might not be true
  sometimes.
  This way /etc/rc.suspend gets executed.
  
  Reviwed by:     njl
  Submitted by:   Mitsuru IWASAKI <iwasaki at jp.FreeBSD.org>
  Tested also by: Andreas Wetzel <mickey242 at gmx.net>
  MFC after:      1 week
  
  Revision  Changes    Path
  1.208     +1 -1      src/sys/kern/subr_bus.c
    
    
More information about the cvs-src
mailing list