From owner-freebsd-scsi@FreeBSD.ORG Thu Aug 7 20:32:17 2003 Return-Path: Delivered-To: freebsd-scsi@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id B4E8937B48A for ; Thu, 7 Aug 2003 20:32:16 -0700 (PDT) Received: from rootlabs.com (root.org [67.118.192.226]) by mx1.FreeBSD.org (Postfix) with SMTP id 4902943FA3 for ; Thu, 7 Aug 2003 20:32:15 -0700 (PDT) (envelope-from nate@rootlabs.com) Received: (qmail 77150 invoked by uid 1000); 8 Aug 2003 03:32:17 -0000 Date: Thu, 7 Aug 2003 20:32:17 -0700 (PDT) From: Nate Lawson To: jasondic@sbcglobal.net In-Reply-To: <200308071602.56288.jasondic@sbcglobal.net> Message-ID: <20030807202602.M77081@root.org> References: <200308071602.56288.jasondic@sbcglobal.net> MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII cc: freebsd-scsi@freebsd.org cc: sos@freebsd.org cc: thomas@freebsd.org Subject: Re: atapi cam X-BeenThere: freebsd-scsi@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: SCSI subsystem List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 08 Aug 2003 03:32:17 -0000 On Thu, 7 Aug 2003 jasondic@sbcglobal.net wrote: > I think the ATAPI TAPE driver converts all 6byte mode sense/mode select > calls to 10 byte versions before executing them across the bus. This causes > problems with my ATAPI STT8000 tape device which only supports the 6-byte > versions. I also noticed that the man page for atapicam states that atapi > doesn't support 6 byte mode sense/select cdb's-yet I have the SCSI spec to > the STT8000 atapi device which clearly states that it only supports the > 6-byte versions. > > Thoughts? You've got a lot mixed up in there. :) I just checked atapi-tape.c and it does indeed send only MODE SENSE and SELECT 10. Since this has nothing to do with SCSI nor ATAPI-CAM, please discuss this issue with sos@. He is author and maintainer of ATA and I've added him to the CC. As far as the atapicam man page, I've cc'd Thomas Quinot who can address whether atapicam handles the spec correctly in this area. -Nate