cvs commit: src/sys/dev/aic7xxx aic_osm_lib.c
Justin T. Gibbs
gibbs at FreeBSD.org
Fri Dec 19 10:34:33 PST 2003
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
More information about the cvs-src
mailing list