Date: Fri, 1 Sep 1995 12:32:46 -0500 From: John Nistler <nistler@millcomm.com> To: FreeBSD-gnats-submit@freebsd.org Subject: misc/717: ft.c attach fail on my Mountain tape drive Message-ID: <199509011732.MAA00403@chaos.millcomm.com> Resent-Message-ID: <199509011740.KAA11198@freefall.FreeBSD.org>
next in thread | raw e-mail | index | archive | help
>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:
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?199509011732.MAA00403>