From owner-cvs-all@FreeBSD.ORG Wed Feb 14 22:39:58 2007 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 EA75616A400; Wed, 14 Feb 2007 22:39:58 +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 913EE13C4AA; Wed, 14 Feb 2007 22:39:58 +0000 (UTC) (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.8/8.13.8) with ESMTP id l1EMdvKG035523; Wed, 14 Feb 2007 17:39:57 -0500 (EST) (envelope-from jhb@freebsd.org) From: John Baldwin To: src-committers@freebsd.org Date: Wed, 14 Feb 2007 17:40:18 -0500 User-Agent: KMail/1.9.1 References: <200702142236.l1EMaRec019811@repoman.freebsd.org> In-Reply-To: <200702142236.l1EMaRec019811@repoman.freebsd.org> MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-15" Content-Transfer-Encoding: 7bit Content-Disposition: inline Message-Id: <200702141740.19675.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]); Wed, 14 Feb 2007 17:39:57 -0500 (EST) X-Virus-Scanned: ClamAV 0.88.3/2568/Wed Feb 14 10:42:10 2007 on server.baldwin.cx X-Virus-Status: Clean X-Spam-Status: No, score=-4.4 required=4.2 tests=ALL_TRUSTED,AWL,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, cvs-all@freebsd.org Subject: Re: cvs commit: src/sys/dev/pci 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: Wed, 14 Feb 2007 22:39:59 -0000 On Wednesday 14 February 2007 17:36, John Baldwin wrote: > jhb 2007-02-14 22:36:27 UTC > > FreeBSD src repository > > Modified files: > sys/dev/pci pci.c > Log: > Adjust the global MSI blacklisting strategy so we don't have to explicitly > blacklist a bunch of old chipsets. If a system contains a PCI-PCI bridge > that supports PCI-X, assume the chipset supports PCI-X. If a system > contains a PCI-express root port, assume the chipset supports PCI-express. > If the chipset doesn't support either PCI-X or PCI-express, then blacklist > it by default. We should now only need to explicitly blacklist PCI-X or > PCI-express chipsets that don't properly handle MSI. As a result of this, I need to purge some of the existing blacklist entries out of the list. What I would like is for people who reported blacklist entries from before, if they can give me the output of 'pciconf -lc' from their system so I can determine if the machine would be blacklisted by the new checks and thus not require an explicit quirk. -- John Baldwin