From owner-freebsd-scsi Fri May 23 09:00:28 1997 Return-Path: Received: (from root@localhost) by hub.freebsd.org (8.8.5/8.8.5) id JAA26666 for freebsd-scsi-outgoing; Fri, 23 May 1997 09:00:28 -0700 (PDT) Received: from agora.rdrop.com (root@agora.rdrop.com [199.2.210.241]) by hub.freebsd.org (8.8.5/8.8.5) with ESMTP id JAA26637 for ; Fri, 23 May 1997 09:00:21 -0700 (PDT) Received: from pluto.plutotech.com (root@pluto100.plutotech.com [206.168.67.137]) by agora.rdrop.com (8.8.5/8.8.5) with ESMTP id HAA09916 for ; Fri, 23 May 1997 07:20:25 -0700 (PDT) Received: from narnia.plutotech.com (narnia.plutotech.com [206.168.67.130]) by pluto.plutotech.com (8.8.5/8.8.5) with ESMTP id IAA15402; Fri, 23 May 1997 08:20:05 -0600 (MDT) Message-Id: <199705231420.IAA15402@pluto.plutotech.com> To: joerg_wunsch@interface-business.de (Joerg Wunsch) cc: scsi@freebsd.org Subject: Re: Can anybody explain? In-reply-to: Your message of "Fri, 23 May 1997 13:00:20 +0200." <19970523130020.GM37769@ida.interface-business.de> Date: Fri, 23 May 1997 09:18:32 -0600 From: "Justin T. Gibbs" Sender: owner-freebsd-scsi@freebsd.org X-Loop: FreeBSD.org Precedence: bulk >st0(ahc1:4:0): Target Busy >st0(ahc1:4:0): Target Busy >st0(ahc1:4:0): Target Busy >st0(ahc1:4:0): Target Busy >st0(ahc1:4:0): Target Busy >st0(ahc1:4:0): Target Busy The message is printed in sys/i386/scsi/aic7xxx.c in ahc_handle_seqint. Search for "SCSI_BUSY". The driver prints this error and returns XS_BUSY as the error code for the transfer. You should be able to add your delay or timeout in the XS_BUSY case in scsi_Base.c:sc_err1. -- Justin T. Gibbs =========================================== FreeBSD: Turning PCs into workstations ===========================================