summaryrefslogtreecommitdiffstats
path: root/sys/dev/aic7xxx
diff options
context:
space:
mode:
authorgibbs <gibbs@FreeBSD.org>2003-12-19 18:10:59 +0000
committergibbs <gibbs@FreeBSD.org>2003-12-19 18:10:59 +0000
commitc5924298abb44b80ff5a9a6eb0c7f3b28a553b94 (patch)
tree938ba6a0f8c1f877abb3996e4274e5a6de920be1 /sys/dev/aic7xxx
parent09cff1552677af476e36b9a7eaa9c19cc59babab (diff)
downloadFreeBSD-src-c5924298abb44b80ff5a9a6eb0c7f3b28a553b94.zip
FreeBSD-src-c5924298abb44b80ff5a9a6eb0c7f3b28a553b94.tar.gz
We only need to terminate our recovery thread once.
Diffstat (limited to 'sys/dev/aic7xxx')
-rw-r--r--sys/dev/aic7xxx/aic7xxx.c5
1 files changed, 1 insertions, 4 deletions
diff --git a/sys/dev/aic7xxx/aic7xxx.c b/sys/dev/aic7xxx/aic7xxx.c
index dfc3509..a43c608 100644
--- a/sys/dev/aic7xxx/aic7xxx.c
+++ b/sys/dev/aic7xxx/aic7xxx.c
@@ -37,7 +37,7 @@
* IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE
* POSSIBILITY OF SUCH DAMAGES.
*
- * $Id: //depot/aic7xxx/aic7xxx/aic7xxx.c#146 $
+ * $Id: //depot/aic7xxx/aic7xxx/aic7xxx.c#147 $
*/
#ifdef __linux__
@@ -4046,9 +4046,6 @@ ahc_shutdown(void *arg)
ahc = (struct ahc_softc *)arg;
- /* Kill off our recovery thread. */
- ahc_terminate_recovery_thread(ahc);
-
/* This will reset most registers to 0, but not all */
ahc_reset(ahc, /*reinit*/FALSE);
ahc_outb(ahc, SCSISEQ, 0);
OpenPOWER on IntegriCloud