From owner-cvs-all@FreeBSD.ORG Mon Nov 20 18:43:20 2006 Return-Path: X-Original-To: cvs-all@freebsd.org Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 640D516A547; Mon, 20 Nov 2006 18:43:20 +0000 (UTC) (envelope-from jhb@freebsd.org) Received: from server.baldwin.cx (66-23-211-162.clients.speedfactory.net [66.23.211.162]) by mx1.FreeBSD.org (Postfix) with ESMTP id CEEEE43EA0; Mon, 20 Nov 2006 18:41:15 +0000 (GMT) (envelope-from jhb@freebsd.org) Received: from localhost.corp.yahoo.com (john@localhost [127.0.0.1]) (authenticated bits=0) by server.baldwin.cx (8.13.6/8.13.6) with ESMTP id kAKIf70C077243; Mon, 20 Nov 2006 13:41:15 -0500 (EST) (envelope-from jhb@freebsd.org) From: John Baldwin To: "Kip Macy" Date: Mon, 20 Nov 2006 12:53:34 -0500 User-Agent: KMail/1.9.1 References: <200611192324.kAJNOqD3065416@repoman.freebsd.org> In-Reply-To: MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-15" Content-Transfer-Encoding: 7bit Content-Disposition: inline Message-Id: <200611201253.35035.jhb@freebsd.org> X-Greylist: Sender succeeded SMTP AUTH authentication, not delayed by milter-greylist-2.0.2 (server.baldwin.cx [127.0.0.1]); Mon, 20 Nov 2006 13:41:15 -0500 (EST) X-Virus-Scanned: ClamAV 0.88.3/2207/Mon Nov 20 10:09:00 2006 on server.baldwin.cx X-Virus-Status: Clean X-Spam-Status: No, score=-4.4 required=4.2 tests=ALL_TRUSTED,BAYES_00 autolearn=ham version=3.1.3 X-Spam-Checker-Version: SpamAssassin 3.1.3 (2006-06-01) on server.baldwin.cx Cc: cvs-src@freebsd.org, src-committers@freebsd.org, Matt Jacob , cvs-all@freebsd.org 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: Mon, 20 Nov 2006 18:43:20 -0000 On Sunday 19 November 2006 22:13, Kip Macy wrote: > Not sure which change it was, but cvsupping as of this moment MPT can no > longer allocate an interrupt on the T2000. Previously, disabling msi and > msix in loader.conf fixed it. Since sun4v doesn't implement MSI, it shouldn't have needed the hints in the first place. pci_alloc_msi() should have always failed. Was it not failing? -- John Baldwin