From mboxrd@z Thu Jan 1 00:00:00 1970 From: Douglas Gilbert Subject: Re: [PATCH] scsi_mid_low_api.txt Date: Tue, 29 Apr 2003 10:14:14 +1000 Sender: linux-scsi-owner@vger.kernel.org Message-ID: <3EADC3D6.7090203@torque.net> References: Reply-To: dougg@torque.net Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii; format=flowed Content-Transfer-Encoding: 7bit Return-path: Received: from bunyip.cc.uq.edu.au ([130.102.2.1]:43279 "EHLO bunyip.cc.uq.edu.au") by vger.kernel.org with ESMTP id S261417AbTD2AAI (ORCPT ); Mon, 28 Apr 2003 20:00:08 -0400 List-Id: linux-scsi@vger.kernel.org To: Andries.Brouwer@cwi.nl Cc: dgilbert@interlog.com, James.Bottomley@steeleye.com, linux-kernel@vger.kernel.org, linux-scsi@vger.kernel.org Andries.Brouwer@cwi.nl wrote: > The specification says that slave_configure() has to call > scsi_adjust_queue_depth(). This is false, and moreover > does not always happen in the current tree. > (I was interested since I plan to add a slave_configure() > that will not call scsi_adjust_queue_depth().) > > So, the patch below adapts scsi_mid_low_api.txt a little. Andries, I applied your patch to my version which is found at: http://www.torque.net/scsi/scsi_mid_low_api.txt.gz It describes some changes from Mike Anderson and others that are not yet in the kernel (e.g. a full implementation of scsi_set_device_offline() ). That is why it hasn't been presented as a patch yet. Thanks for the feedback. Doug Gilbert