From owner-freebsd-scsi@FreeBSD.ORG Wed Aug 6 09:39:19 2003 Return-Path: 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 A47C137B401 for ; Wed, 6 Aug 2003 09:39:19 -0700 (PDT) Received: from aslan.scsiguy.com (mail.scsiguy.com [63.229.232.106]) by mx1.FreeBSD.org (Postfix) with ESMTP id A9C3743F3F for ; Wed, 6 Aug 2003 09:39:18 -0700 (PDT) (envelope-from gibbs@scsiguy.com) Received: from aslan.scsiguy.com (aslan.scsiguy.com [63.229.232.106]) by aslan.scsiguy.com (8.12.9/8.12.8) with ESMTP id h76GdIEU069340 for ; Wed, 6 Aug 2003 10:39:18 -0600 (MDT) (envelope-from gibbs@scsiguy.com) Date: Wed, 06 Aug 2003 09:38:51 -0600 From: "Justin T. Gibbs" To: Don Bowman Message-ID: <1700390000.1060184331@aslan.scsiguy.com> In-Reply-To: References: X-Mailer: Mulberry/3.0.3 (Linux/x86) Resent-Date: Wed, 06 Aug 2003 10:39:18 -0600 Resent-From: "Justin T. Gibbs" Resent-To: scsi@FreeBSD.org Resent-Message-ID: <1723610000.1060187958@aslan.scsiguy.com> X-Resent-Mailer: Mulberry/3.0.3 (Linux/x86) MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Content-Disposition: inline Subject: RE: Ongoing U320 AIC7902 Seagate ST318453LW issues, SCB timed out X-BeenThere: freebsd-scsi@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: SCSI subsystem List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 06 Aug 2003 16:39:19 -0000 > you mean like kern.cam.ahd0.max_tags? I mean that the trottling should be done in CAM so that it works for any SIM driver. This would probably mean something like: kern.cam.scsi.max_tags and kern.cam.scsi0.max_tags In otherwords, a global and the ability to override the global on a per-bus basis. Just make sure the code doesn't try to enforce a maximum that is larger than the maximum reported by the SIM in its path inquiry response. -- Justin