From owner-freebsd-scsi Thu Aug 8 2:13:33 2002 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 90FCE37B400 for ; Thu, 8 Aug 2002 02:13:31 -0700 (PDT) Received: from enserg.enserg.fr (enserg.enserg.fr [192.93.178.1]) by mx1.FreeBSD.org (Postfix) with ESMTP id 9361343E6E for ; Thu, 8 Aug 2002 02:13:30 -0700 (PDT) (envelope-from jdalbosc@enserg.fr) Received: (from www@localhost) by enserg.enserg.fr (8.12.1/8.12.1) id g789DOtP027235; Thu, 8 Aug 2002 11:13:24 +0200 Date: Thu, 8 Aug 2002 11:13:24 +0200 Message-Id: <200208080913.g789DOtP027235@enserg.enserg.fr> X-Authentication-Warning: enserg.enserg.fr: www set sender to jdalbosc@enserg.fr using -f From: "Jean-françois Dalbosco" To: freebsd-scsi@FreeBSD.org Subject: still don't work :o( X-Mailer: NeoMail 1.24 X-IPAddress: 194.206.211.65 MIME-Version: 1.0 Content-Type: text/plain; charset=iso-8859-1 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 hi, First i would like to thank you for your reply. i've tryed to change the bytes order and use the scsi_ulto2b() function but it still doesn't work. The buffer pointed to by the dataptr member of my ccb is still full of zero with no data from my device in it... besides i have 2 questions: 1. when i send a READ_6 opcode to the device it fullfills the databuffer with a series of characters. They are not really what i'm expecting but they do come from the device since i've been able to recognize 'on the fly' a string that has something to do with the device name. The device is a sort of Memory Disk and i was wondering from where those data could spring out? 2. my second question is how specific a driver can be? or in other words does the specificity of a device only resides in the specificity of its command opcodes or is there any other specificity that the Passthrough driver couldn't deal with? thanks a lot for your help. -- NeoMail - Webmail that doesn't suck... as much. http://neomail.sourceforge.net To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-scsi" in the body of the message