mirror of
https://github.com/opnsense/src.git
synced 2026-06-09 08:43:19 -04:00
We only need to terminate our recovery thread once.
This commit is contained in:
parent
50bcce79ff
commit
913fd65e92
1 changed files with 1 additions and 4 deletions
|
|
@ -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);
|
||||
|
|
|
|||
Loading…
Reference in a new issue