From owner-freebsd-scsi Tue Jun 12 4:58:59 2001 Delivered-To: freebsd-scsi@freebsd.org Received: from alligator.wananchi.com (alligator.wananchi.com [62.8.64.108]) by hub.freebsd.org (Postfix) with ESMTP id 8627D37B401 for ; Tue, 12 Jun 2001 04:58:42 -0700 (PDT) (envelope-from wash@alligator.wananchi.com) Received: from wash by alligator.wananchi.com with local (Exim 3.22 #1) id 159mnS-00061A-00; Tue, 12 Jun 2001 14:57:22 +0300 Received: from [209.198.248.2] (helo=siafu.iconnect.co.ke) by poeza.iconnect.co.ke with esmtp (Exim 3.20 #1) id 14PD24-0000Pc-00 for wash@poeza.iconnect.co.ke; Sun, 04 Feb 2001 03:27:57 +0300 Received: from [64.221.160.2] (helo=falcon.home.hentschel.net) by siafu.iconnect.co.ke with esmtp (Exim 2.12 #1) id 14PCzj-000Nd7-00 for wash@iconnect.co.ke; Sun, 4 Feb 2001 03:25:32 +0300 Received: from hentschel.net (booocnc.net@localhost [127.0.0.1]) by falcon.home.hentschel.net (8.11.1/8.11.1) with ESMTP id f140RHk00571; Sat, 3 Feb 2001 16:27:18 -0800 (PST) (envelope-from thomas@hentschel.net) Message-Id: <200102040027.f140RHk00571@falcon.home.hentschel.net> Date: Sat, 3 Feb 2001 16:27:16 -0800 (PST) From: thomas@hentschel.net To: mjacob@feral.com Cc: wash@iconnect.co.ke, freebsd-scsi@FreeBSD.ORG In-Reply-To: MIME-Version: 1.0 Content-Type: TEXT/plain; CHARSET=US-ASCII Subject: Re: CANNOT ACCESS T20 TAPE Status: RO Lines: 44 Sender: owner-freebsd-scsi@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org On 3 Feb, Matthew Jacob wrote: > >> >> If there's anything else which would help here, please let me know. > > > Go back to HP and tell them write Firmware that actually works? Hehe, if it was in my power... I just inherited that thing. > > RESERVE (as in RESERVE/RELEASE) is an optional command. Instead of returning > "Illegal Command" they're returning "HARDWARE ERROR" with > 'ASC/ASCQ(0x40/0xA0)=' > > Go into scsi_sa.c:samount and comment out the call to sareservereleaseunit > and ditto fo the call from saclose. Did as you said, here the new output : (sa0:ahc0:0:3:0): saopen(0): dev=0x0 softc=0x0 (sa0:ahc0:0:3:0): sastart(sa0:ahc0:0:3:0): TEST UNIT READY. CDB: 0 0 0 0 0 0 (sa0:ahc0:0:3:0): Key 0x4 ASC/ASCQ 0x40 0xa0 flags 0x0 resid 0 dxfer_len 0 (sa0:ahc0:0:3:0): LOAD UNLOAD. CDB: 1b 0 0 0 1 0 (sa0:ahc0:0:3:0): Key 0x4 ASC/ASCQ 0x40 0xa0 flags 0x0 resid 0 dxfer_len 0 (sa0:ahc0:0:3:0): LOAD UNLOAD. CDB: 1b 0 0 0 1 0 (sa0:ahc0:0:3:0): Key 0x4 ASC/ASCQ 0x40 0xa0 flags 0x0 resid 0 dxfer_len 0 (sa0:ahc0:0:3:0): LOAD UNLOAD. CDB: 1b 0 0 0 1 0 (sa0:ahc0:0:3:0): Key 0x4 ASC/ASCQ 0x40 0xa0 flags 0x0 resid 0 dxfer_len 0 (sa0:ahc0:0:3:0): REWIND. CDB: 1 0 0 0 0 0 (sa0:ahc0:0:3:0): Key 0x4 ASC/ASCQ 0x40 0xa0 flags 0x0 resid 0 dxfer_len 0 (sa0:ahc0:0:3:0): REWIND. CDB: 1 0 0 0 0 0 (sa0:ahc0:0:3:0): Key 0x4 ASC/ASCQ 0x40 0xa0 flags 0x0 resid 0 dxfer_len 0 (sa0:ahc0:0:3:0): REWIND. CDB: 1 0 0 0 0 0 (sa0:ahc0:0:3:0): Key 0x4 ASC/ASCQ 0x40 0xa0 flags 0x0 resid 0 dxfer_len 0 (sa0:ahc0:0:3:0): sastart(sa0:ahc0:0:3:0): RELEASE(06). CDB: 17 0 0 0 0 0 (sa0:ahc0:0:3:0): Key 0x4 ASC/ASCQ 0x40 0xa0 flags 0x0 resid 0 dxfer_len 0 (sa0:ahc0:0:3:0): RELEASE(06). CDB: 17 0 0 0 0 0 (sa0:ahc0:0:3:0): Key 0x4 ASC/ASCQ 0x40 0xa0 flags 0x0 resid 0 dxfer_len 0 (sa0:ahc0:0:3:0): RELEASE(06). CDB: 17 0 0 0 0 0 (sa0:ahc0:0:3:0): Key 0x4 ASC/ASCQ 0x40 0xa0 flags 0x0 resid 0 dxfer_len 0 -Th To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-scsi" in the body of the message