From owner-freebsd-scsi@FreeBSD.ORG Thu Sep 1 14:36:18 2005 Return-Path: X-Original-To: freebsd-scsi@freebsd.org 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 A7DDC16A41F for ; Thu, 1 Sep 2005 14:36:18 +0000 (GMT) (envelope-from scottl@samsco.org) Received: from pooker.samsco.org (pooker.samsco.org [168.103.85.57]) by mx1.FreeBSD.org (Postfix) with ESMTP id 3690843D46 for ; Thu, 1 Sep 2005 14:36:17 +0000 (GMT) (envelope-from scottl@samsco.org) Received: from [192.168.254.11] (junior.samsco.home [192.168.254.11]) (authenticated bits=0) by pooker.samsco.org (8.13.3/8.13.3) with ESMTP id j81EnkRl014111; Thu, 1 Sep 2005 08:49:46 -0600 (MDT) (envelope-from scottl@samsco.org) Message-ID: <431711D8.4050307@samsco.org> Date: Thu, 01 Sep 2005 08:36:08 -0600 From: Scott Long User-Agent: Mozilla/5.0 (X11; U; FreeBSD i386; en-US; rv:1.7.8) Gecko/20050615 X-Accept-Language: en-us, en MIME-Version: 1.0 To: Alexander Ilin References: <20050901132452.GJ34122@ripn.net> <43170424.8040602@samsco.org> <20050901143437.GN34122@ripn.net> In-Reply-To: <20050901143437.GN34122@ripn.net> Content-Type: text/plain; charset=us-ascii; format=flowed Content-Transfer-Encoding: 7bit X-Spam-Status: No, score=-2.8 required=3.8 tests=ALL_TRUSTED autolearn=failed version=3.0.2 X-Spam-Checker-Version: SpamAssassin 3.0.2 (2004-11-16) on pooker.samsco.org Cc: freebsd-scsi@freebsd.org Subject: Re: Slow speed detection for mpt0 (LSI 1030) for 5.4 X-BeenThere: freebsd-scsi@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: SCSI subsystem List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 01 Sep 2005 14:36:18 -0000 Alexander Ilin wrote: > On Thu, Sep 01, 2005 at 07:37:40AM -0600, Scott Long wrote: > >>Alexander Ilin wrote: >> >>>Hello, >>> >>>I have so strange problem with SCSI disks at my new Intel Server SR2400JR2. >>>I have 4 same disks from one vendor. When I am starting FreeBSD 5.4 (I've >>>update to last stable version and have no changes with my problem), the >>>last disk working at lowest possible speed. After manual command >>>'camcontrol reset 0' it began to work normally. If I remove one of the >>>disks >>>before first start - all working fine. Here is my dmesg.boot: >>> >> >>This problem was fixed by a massive overhaul of the driver recently. >>The changes are in 6-STABLE and 7-CURRENT, but you should be able to >>apply them to 5-STABLE by just copying the /sys/dev/mpt directory from >>a HEAD/7-CURRENT tree to your 5-STABLE tree, and recompiling. >> >>Scott > > > Hi Scott, great thanks for idea to fixing that. As far as I see the tree > /sys/dev/mpt have much more differences not only in drivers, but also in file > names. So, I need not only apply the new tree, but also change my config files. > I'll try to do that, but it's not so regular solution. Are there any plans to > fix this in RELENG_5 ? > > Regards, > Merging it into RELENG_5 is on my TODO list before 5.5 gets released. Scott