From 913fd65e920b951dd4e53b4a00b89f1103e1308d Mon Sep 17 00:00:00 2001 From: "Justin T. Gibbs" Date: Fri, 19 Dec 2003 18:10:59 +0000 Subject: [PATCH] We only need to terminate our recovery thread once. --- sys/dev/aic7xxx/aic7xxx.c | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/sys/dev/aic7xxx/aic7xxx.c b/sys/dev/aic7xxx/aic7xxx.c index dfc3509451e9..a43c60878d55 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);