Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 19 Dec 2003 10:34:31 -0800 (PST)
From:      "Justin T. Gibbs" <gibbs@FreeBSD.org>
To:        src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org
Subject:   cvs commit: src/sys/dev/aic7xxx aic_osm_lib.c
Message-ID:  <200312191834.hBJIYVao077413@repoman.freebsd.org>

next in thread | raw e-mail | index | archive | help
gibbs       2003/12/19 10:34:31 PST

  FreeBSD src repository

  Modified files:
    sys/dev/aic7xxx      aic_osm_lib.c 
  Log:
  Move all of the recovery thread routines next
  to each other.
  
  Correct the recovery thread's loop so that it
  will terminate properly on shutdown.  We also
  clear the recovery_thread proc pointer so that
  any additional calls to aic_terminate_recovery_thread()
  will not attempt to kill a thread that doesn't
  exist.  Lastly, code the loop so that termination
  will still be successfull even if the termination
  request occurs just prior to us entering the loop
  or while the recovery thread is off recovering
  commands.
  
  Revision  Changes    Path
  1.2       +33 -26    src/sys/dev/aic7xxx/aic_osm_lib.c



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