From mboxrd@z Thu Jan 1 00:00:00 1970 From: James Bottomley Subject: Re: [PATCH 03/19] qla2xxx: Limit iIDMA speed adjustments. Date: Sat, 22 Sep 2007 12:14:07 -0500 Message-ID: <1190481247.3347.30.camel@localhost.localdomain> References: <20070920210422.GE8456@plap3.qlogic.org> <1190322470-15543-3-git-send-email-andrew.vasquez@qlogic.com> <1190480480.3347.28.camel@localhost.localdomain> Mime-Version: 1.0 Content-Type: text/plain Content-Transfer-Encoding: 7bit Return-path: Received: from hancock.steeleye.com ([71.30.118.248]:51851 "EHLO hancock.sc.steeleye.com" rhost-flags-OK-OK-OK-FAIL) by vger.kernel.org with ESMTP id S1753514AbXIVROJ (ORCPT ); Sat, 22 Sep 2007 13:14:09 -0400 In-Reply-To: <1190480480.3347.28.camel@localhost.localdomain> Sender: linux-scsi-owner@vger.kernel.org List-Id: linux-scsi@vger.kernel.org To: Andrew Vasquez Cc: Linux SCSI Mailing List , Seokmann Ju On Sat, 2007-09-22 at 12:01 -0500, James Bottomley wrote: > On Thu, 2007-09-20 at 14:07 -0700, Andrew Vasquez wrote: > > Do not adjust the iIDMA speed on ports which have a faster > > link-speed than the HBA itself. > > This one doesn't actually apply. It conflicts with your previous > > [SCSI] qla2xxx: Add iIDMA support. OK ... I found it ... it's a problem with scsi-misc being too old and not having the qla2xxx bug fixes from the vanilla head ... I've merged up and fixed all of this. James