From owner-freebsd-current Thu Nov 8 12:16:45 2001 Delivered-To: freebsd-current@freebsd.org Received: from aslan.scsiguy.com (aslan.scsiguy.com [63.229.232.106]) by hub.freebsd.org (Postfix) with ESMTP id 4A8C937B418; Thu, 8 Nov 2001 12:16:38 -0800 (PST) Received: from scsiguy.com (localhost [127.0.0.1]) by aslan.scsiguy.com (8.11.5/8.11.5) with ESMTP id fA8KGKY63792; Thu, 8 Nov 2001 13:16:21 -0700 (MST) (envelope-from gibbs@scsiguy.com) Message-Id: <200111082016.fA8KGKY63792@aslan.scsiguy.com> To: "Nick Hibma" Cc: "Scott Long" , "Thomas Quinot" , freebsd-scsi@FreeBSD.ORG, freebsd-current@FreeBSD.ORG Subject: Re: SCSI->IDE In-Reply-To: Your message of "Thu, 08 Nov 2001 15:41:15 GMT." Date: Thu, 08 Nov 2001 13:16:20 -0700 From: "Justin T. Gibbs" Sender: owner-freebsd-current@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG >How do you inform the upper layers that only 10+ byte commands are >allowed? (12 byte in the case of ATAPI). In the long term, this would just be the nature of the exported Protocol Type/Protocol Version and Transport Type/Transport Version passed back in the Path Inquiry response. The peripheral driver will just know that for x protocol, only y commands are allowed. These fields are in the "CAM_NEW_TRAN_CODE" in current. -- Justin To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-current" in the body of the message