Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 23 May 1997 09:18:32 -0600
From:      "Justin T. Gibbs" <gibbs@plutotech.com>
To:        joerg_wunsch@interface-business.de (Joerg Wunsch)
Cc:        scsi@freebsd.org
Subject:   Re: Can anybody explain? 
Message-ID:  <199705231420.IAA15402@pluto.plutotech.com>
In-Reply-To: Your message of "Fri, 23 May 1997 13:00:20 %2B0200." <19970523130020.GM37769@ida.interface-business.de> 

next in thread | previous in thread | raw e-mail | index | archive | help
>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
===========================================



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?199705231420.IAA15402>