From owner-freebsd-scsi Fri Aug 9 9:17:34 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 B058337B400 for ; Fri, 9 Aug 2002 09:17:32 -0700 (PDT) Received: from panzer.kdm.org (panzer.kdm.org [216.160.178.169]) by mx1.FreeBSD.org (Postfix) with ESMTP id 04C3D43E75 for ; Fri, 9 Aug 2002 09:17:32 -0700 (PDT) (envelope-from ken@panzer.kdm.org) Received: from panzer.kdm.org (localhost [127.0.0.1]) by panzer.kdm.org (8.12.5/8.12.5) with ESMTP id g79GHQKD023615; Fri, 9 Aug 2002 10:17:26 -0600 (MDT) (envelope-from ken@panzer.kdm.org) Received: (from ken@localhost) by panzer.kdm.org (8.12.5/8.12.5/Submit) id g79GHPPB023614; Fri, 9 Aug 2002 10:17:25 -0600 (MDT) (envelope-from ken) Date: Fri, 9 Aug 2002 10:17:25 -0600 From: "Kenneth D. Merry" To: =?iso-8859-1?Q?Jean-fran=E7ois_Dalbosco?= Cc: freebsd-scsi@FreeBSD.ORG Subject: Re: need to write a specific SIM? Message-ID: <20020809101725.A23587@panzer.kdm.org> References: <200208090809.g7989CEu029039@enserg.enserg.fr> Mime-Version: 1.0 Content-Type: text/plain; charset=iso-8859-1 Content-Disposition: inline Content-Transfer-Encoding: 8bit User-Agent: Mutt/1.2.5.1i In-Reply-To: <200208090809.g7989CEu029039@enserg.enserg.fr>; from jdalbosc@enserg.fr on Fri, Aug 09, 2002 at 10:09:12AM +0200 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 Fri, Aug 09, 2002 at 10:09:12 +0200, Jean-françois Dalbosco wrote: > Bonjour c'est encore moi... > > So following to the answer of Nate i was wondering: > > first if i needed to rewrite a personnal SIM for my device which is a > Magnetic Bubble Memory though i have already been able to send > succesfully generic command like 0x00 ( TUR ) READ_6 and one vendor > unique command 0xF0 ( Test MBM ) with the passthrough driver to my > device /dev/da2? No, you don't need to write your own SIM. If you can talk to the device via the passthrough driver, you're fine. > secondly if it is not compulsory to rewrite a SIM which SIM does my > device use at the present time knowing that it is attached to the > passthrough driver? dmesg will tell you, e.g.: da2 at ahc0 bus 0 target 2 lun 0 da2: Fixed Direct Access SCSI-3 device da2: 160.000MB/s transfers (80.000MHz, offset 63, 16bit), Tagged Queueing Enabled da2: 17501MB (35843670 512 byte sectors: 255H 63S/T 2231C) So da2 is on ahc0. camcontrol devlist -v will also show which controller each device is on. Ken -- Kenneth Merry ken@kdm.org To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-scsi" in the body of the message