Date: Thu, 8 Nov 2001 10:42:43 +0100 From: Thomas Quinot <quinot@inf.enst.fr> To: Nick Hibma <n_hibma@qubesoft.com> Cc: Thomas Quinot <quinot@inf.enst.fr>, freebsd-scsi@FreeBSD.ORG, freebsd-current@FreeBSD.ORG Subject: Re: SCSI->IDE Message-ID: <20011108104243.A30845@cuivre.fr.eu.org> In-Reply-To: <CEEKLNFIGKODPCCPEKLDMEOACDAA.n_hibma@qubesoft.com>; from n_hibma@qubesoft.com on Wed, Nov 07, 2001 at 06:59:19PM -0000 References: <20011107155735.B30053@cuivre.fr.eu.org> <CEEKLNFIGKODPCCPEKLDMEOACDAA.n_hibma@qubesoft.com>
next in thread | previous in thread | raw e-mail | index | archive | help
Le 2001-11-07, Nick Hibma écrivait : > You are not doing any conversion of commands from SCSI to ATAPI. Did you > verify that all SCSI commands are valid ATAPI commands? Actually the current version of the patch does do some translation (MODE_{SENSE,SELECT}_6 are mapped to their _10 equivalent, because the _6 variants are not implemented by ATAPI/MMC devices), but a better solution might be to move these translations up to transport independant layers, and be handled through quirk entries, or some similar flagging mechanism. After all, ATAPI really is a /transport/ mechanism for SCSI commands: it is up to the initiator of a request to know which command set to use for a given device. Thomas. -- Thomas Quinot ** Département Informatique & Réseaux ** quinot@inf.enst.fr ENST // 46 rue Barrault // 75634 PARIS CEDEX 13 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-current" in the body of the message
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20011108104243.A30845>