From owner-freebsd-current Thu Nov 8 9: 5:39 2001 Delivered-To: freebsd-current@freebsd.org Received: from panzer.kdm.org (panzer.kdm.org [216.160.178.169]) by hub.freebsd.org (Postfix) with ESMTP id 2CA1037B422; Thu, 8 Nov 2001 09:05:33 -0800 (PST) Received: (from ken@localhost) by panzer.kdm.org (8.11.6/8.9.1) id fA8H4l743769; Thu, 8 Nov 2001 10:04:47 -0700 (MST) (envelope-from ken) Date: Thu, 8 Nov 2001 10:04:47 -0700 From: "Kenneth D. Merry" To: Nick Hibma Cc: Scott Long , Thomas Quinot , freebsd-scsi@FreeBSD.ORG, freebsd-current@FreeBSD.ORG Subject: Re: SCSI->IDE Message-ID: <20011108100447.A43706@panzer.kdm.org> References: <20011108081511.A81770@hollin.btc.adaptec.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.2i In-Reply-To: ; from n_hibma@qubesoft.com on Thu, Nov 08, 2001 at 03:41:15PM -0000 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 On Thu, Nov 08, 2001 at 15:41:15 -0000, Nick Hibma wrote: > How do you inform the upper layers that only 10+ byte commands are > allowed? (12 byte in the case of ATAPI). There's no way to do it at the moment. We'll need to come up with a mechanism for doing it. Handling passthrough is another matter, since users can send any command through. Probably the thing to do there is just fail the command with an appropriate error if the user tries to send a 6 byte command down. Ken -- Kenneth Merry ken@kdm.org To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-current" in the body of the message