From owner-freebsd-scsi Sun Mar 7 14:18: 9 1999 Delivered-To: freebsd-scsi@freebsd.org Received: from feral.com (feral.com [192.67.166.1]) by hub.freebsd.org (Postfix) with ESMTP id A545B14CB3 for ; Sun, 7 Mar 1999 14:18:07 -0800 (PST) (envelope-from mjacob@feral.com) Received: from localhost (mjacob@localhost) by feral.com (8.8.7/8.8.7) with ESMTP id OAA10002; Sun, 7 Mar 1999 14:17:07 -0800 Date: Sun, 7 Mar 1999 14:17:06 -0800 (PST) From: Matthew Jacob X-Sender: mjacob@feral-gw Reply-To: mjacob@feral.com To: Christian Weisgerber Cc: freebsd-scsi@FreeBSD.ORG Subject: Re: Wangtek 51000HT tape drive In-Reply-To: <7btuet$451$1@mips.rhein-neckar.de> Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-freebsd-scsi@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org It's not detecting it as fixed length only device. The code tries to autodetect this but can fail. There's a quirk entry to add for it in scsi_sa.c. On 7 Mar 1999, Christian Weisgerber wrote: > I moved my Wangtek 51000HT QIC-1000 drive from a Linux box, where it > worked flawlessly, to my FreeBSD (4.0-CURRENT) box. Here's how the drive > is detected: > > sa0 at ncr0 bus 0 target 6 lun 0 > sa0: Removable Sequential Access SCSI-CCS device > sa0: 3.300MB/s transfers > > Now I'm trying to run a backup, "dump 0af /dev/nrsa0 / && dump 0af > /dev/nrsa0 /usr". The first dump gets written fine, however when the > second one starts writing to the tape during Pass II, I get an error and > this: > > (sa0:ncr0:0:6:0): WRITE(06). CDB: a 0 0 28 0 0 > (sa0:ncr0:0:6:0): ILLEGAL REQUEST > > Repeating this with cpio, writing the first archive succeeds, however > writing a second one after that to the tape aborts with > > (sa0:ncr0:0:6:0): WRITE(06). CDB: a 0 0 78 0 0 > (sa0:ncr0:0:6:0): ILLEGAL REQUEST > > Oh, and right now the kernel tells me > > (sa0:ncr0:0:6:0): WRITE(06). CDB: a 0 0 28 0 0 > (sa0:ncr0:0:6:0): ILLEGAL REQUEST csi:0,8,0,0 > > right away in response to a freshly inserted tape. > > I kind of need this drive to do backups. Now, I'm one of those people > who treat SCSI as "plug & play", i.e. I'm used to it just working. I > guess the drive requires a "quirk" entry. Any suggestions how to > proceed? > > -- > Christian "naddy" Weisgerber naddy@mips.rhein-neckar.de > 100+ SF Book Reviews: > > > > To Unsubscribe: send mail to majordomo@FreeBSD.org > with "unsubscribe freebsd-scsi" in the body of the message > To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-scsi" in the body of the message