From owner-freebsd-bugs Fri Sep 1 10:40:02 1995 Return-Path: bugs-owner Received: (from majordom@localhost) by freefall.FreeBSD.org (8.6.11/8.6.6) id KAA11205 for bugs-outgoing; Fri, 1 Sep 1995 10:40:02 -0700 Received: (from gnats@localhost) by freefall.FreeBSD.org (8.6.11/8.6.6) id KAA11198 ; Fri, 1 Sep 1995 10:40:01 -0700 Resent-Date: Fri, 1 Sep 1995 10:40:01 -0700 Resent-Message-Id: <199509011740.KAA11198@freefall.FreeBSD.org> Resent-From: gnats (GNATS Management) Resent-To: freebsd-bugs Resent-Reply-To: FreeBSD-gnats@freefall.FreeBSD.org, nistler@millcomm.com 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 ; 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 Reply-To: nistler@millcomm.com To: FreeBSD-gnats-submit@freebsd.org X-Send-Pr-Version: 3.2 Subject: misc/717: ft.c attach fail on my Mountain tape drive Sender: bugs-owner@freebsd.org Precedence: bulk >Number: 717 >Category: misc >Synopsis: ft.c attach fail on my Mountain tape drive >Confidential: no >Severity: serious >Priority: medium >Responsible: freebsd-bugs >State: open >Class: change-request >Submitter-Id: current-users >Arrival-Date: Fri Sep 1 10:40:01 PDT 1995 >Last-Modified: >Originator: John Nistler >Organization: none >Release: FreeBSD 2.0-RELEASE i386 >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); */ >Audit-Trail: >Unformatted: