From nistler@millcomm.com  Fri Sep  1 10:31:42 1995
Received: from chaos.millcomm.com (Chaos.MillComm.COM [205.164.92.201])
          by freefall.FreeBSD.org (8.6.11/8.6.6) with ESMTP id KAA10866
          for <FreeBSD-gnats-submit@freebsd.org>; Fri, 1 Sep 1995 10:31:38 -0700
Received: (from nistler@localhost) by chaos.millcomm.com (8.6.9/8.6.9) id MAA00403; Fri, 1 Sep 1995 12:32:46 -0500
Message-Id: <199509011732.MAA00403@chaos.millcomm.com>
Date: Fri, 1 Sep 1995 12:32:46 -0500
From: John Nistler  <nistler@millcomm.com>
Reply-To: nistler@millcomm.com
To: FreeBSD-gnats-submit@freebsd.org
Subject: ft.c attach fail on my Mountain tape drive
X-Send-Pr-Version: 3.2

>Number:         717
>Category:       misc
>Synopsis:       ft.c attach fail on my Mountain tape drive
>Confidential:   no
>Severity:       serious
>Priority:       medium
>Responsible:    freebsd-bugs
>State:          closed
>Quarter:
>Keywords:
>Date-Required:
>Class:          change-request
>Submitter-Id:   current-users
>Arrival-Date:   Fri Sep  1 10:40:01 PDT 1995
>Closed-Date:    Tue Apr 9 20:58:50 PDT 1996
>Last-Modified:  Tue Apr  9 20:59:31 PDT 1996
>Originator:     John Nistler
>Release:        FreeBSD 2.0-RELEASE i386
>Organization:
none 
>Environment:

	[2: ft0: Mountain tape]	

>Description:

	When the ft.c code does the attach it uses polling in the ftintr_waiti(in the if (ft->attach),
	in case FTCMD_SEEK) with a delay(100) which is too short.  I changed this to 1000.

>How-To-Repeat:

	

>Fix:
	
	/usr/src/sys/i386/isa> diff ft.c.orig  ft.c
	1480c1480,1481
	<                       DELAY(100);
	---
	>                   DELAY(1000);
	>                   /* DELAY(100); */


>Release-Note:
>Audit-Trail:
State-Changed-From-To: open->closed 
State-Changed-By: scrappy 
State-Changed-When: Tue Apr 9 20:58:50 PDT 1996 
State-Changed-Why:  
committer reports this as being cfixed  
>Unformatted:
