From owner-cvs-all@FreeBSD.ORG Thu Nov 16 03:35:39 2006 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id E6D1916A4CA; Thu, 16 Nov 2006 03:35:39 +0000 (UTC) (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 7629A43D8D; Thu, 16 Nov 2006 03:35:11 +0000 (GMT) (envelope-from scottl@samsco.org) Received: from [192.168.254.11] (phobos.samsco.home [192.168.254.11]) (authenticated bits=0) by pooker.samsco.org (8.13.4/8.13.4) with ESMTP id kAG3Z5HY010087; Wed, 15 Nov 2006 20:35:10 -0700 (MST) (envelope-from scottl@samsco.org) Message-ID: <455BDC68.2080603@samsco.org> Date: Wed, 15 Nov 2006 20:35:04 -0700 From: Scott Long User-Agent: Mozilla/5.0 (Macintosh; U; Intel Mac OS X; en-US; rv:1.8.0.7) Gecko/20060910 SeaMonkey/1.0.5 MIME-Version: 1.0 To: mjacob@FreeBSD.org References: <200611152018.kAFKI9A3061678@repoman.freebsd.org> <200611151617.23125.jhb@freebsd.org> <20061115134949.T1700@ns1.feral.com> <20061115192354.D7197@ns1.feral.com> In-Reply-To: <20061115192354.D7197@ns1.feral.com> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit X-Spam-Status: No, score=-1.4 required=3.8 tests=ALL_TRUSTED autolearn=failed version=3.1.1 X-Spam-Checker-Version: SpamAssassin 3.1.1 (2006-03-10) on pooker.samsco.org Cc: cvs-src@FreeBSD.org, src-committers@FreeBSD.org, cvs-all@FreeBSD.org, John Baldwin Subject: Re: cvs commit: src/sys/dev/mpt mpt_pci.c X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 16 Nov 2006 03:35:40 -0000 Could you please send the bootverbose output from these problem systems? Scott mjacob@FreeBSD.org wrote: > > > MSI/MSI-X seemed work with MPT for SAS, 4Gb FibreChannel on one system > (SuperMicro Xeon) and 2Gb FibreChannel on another (4xdual core Opteron), > but failed for onboard MPT on that system (dual core Opteron) > > mpt3: request 0xffffffff80e75050:96 timed out for ccb 0xffffff01433ec400 > (req->ccb 0xffffff01433ec400) > mpt3: completing timedout/aborted req 0xffffffff80e75050:96 > mpt3: Timedout requests already complete. Interrupts may not be > functioning. > mpt2: request 0xffffffff80e67050:96 timed out for ccb 0xffffff0141c75c00 > (req->ccb 0xffffff0141c75c00) > mpt2: completing timedout/aborted req 0xffffffff80e67050:96 > mpt2: Timedout requests already complete. Interrupts may not be > functioning. > > > MSI/MSI-X failed to work for the onboard em on the SuperMicro system. > > Given the (unselective) failure rate for me and the relatively small > sample, but with two pretty widely used system types I'd like to suggest > that you reconsider making the MSI and MSI-X being 'on' as the default. > > -matt > > >> >> >> Sorry- should have said "broader testing", which would include FC 4Gb >> cards. >> >>> On Wednesday 15 November 2006 15:18, Matt Jacob wrote: >>>> mjacob 2006-11-15 20:18:09 UTC >>>> >>>> FreeBSD src repository >>>> >>>> Modified files: >>>> sys/dev/mpt mpt_pci.c >>>> Log: >>>> Turn off MSI until some testing is done. >>>> >>>> Revision Changes Path >>>> 1.40 +2 -0 src/sys/dev/mpt/mpt_pci.c >>> >>> Works great here on the box I tested it on with both MSI and MSI-X, >>> so it >>> wasn't untested. >>> >>> -- >>> John Baldwin >>> >>